--- ft2demos-2.3.6/Makefile.ftgrid 2007-03-28 17:58:53 +0400 +++ ft2demos-2.3.6/Makefile 2007-04-05 12:34:53 +0400 @@ -249,7 +249,7 @@ EXES := ftlint ftmemchk ftdump testname fttimer ftbench ftchkwd # Comment out the next line if you don't have a graphics subsystem. - EXES += ftview ftmulti ftstring ftgamma ftgrid ftdiff + EXES += ftview ftmulti ftstring ftgamma ftdiff # ftvalid requires ftgxval.c and ftotval.c # @@ -386,17 +386,6 @@ #################################################################### # - # Special rule to compile the `ftgrid' program as it includes - # internal header files. - # - $(OBJ_DIR_2)/ftgrid.$(SO): $(SRC_DIR)/ftgrid.c \ - $(GRAPH_LIB) - $(COMPILE) $(GRAPH_INCLUDES:%=$I%) \ - $T$(subst /,$(COMPILER_SEP),$@ $<) $DFT2_BUILD_LIBRARY - - - #################################################################### - # # Special rule to compile the `ttdebug' program as it includes # the TrueType source path and needs extra flags for correct keyboard # handling on Unix. @@ -461,10 +450,6 @@ $(GRAPH_LIB) $(COMMON_OBJ) $(FTCOMMON_OBJ) $(LINK_NEW) - $(BIN_DIR_2)/ftgrid$E: $(OBJ_DIR_2)/ftgrid.$(SO) $(FTLIB) \ - $(GRAPH_LIB) $(COMMON_OBJ) $(FTCOMMON_OBJ) - $(LINK_NEW) - $(BIN_DIR_2)/ftgamma$E: $(OBJ_DIR_2)/ftgamma.$(SO) $(FTLIB) \ $(GRAPH_LIB) $(COMMON_OBJ) $(FTCOMMON_OBJ) $(LINK_NEW)