--- ft2demos-2.3.10/Makefile.alt 2009-10-07 11:57:21 +0400 +++ ft2demos-2.4.1/Makefile 2009-10-09 23:16:37 +0400 @@ -269,7 +269,6 @@ else # Comment out the next line if you don't have a graphics subsystem. EXES += ftdiff \ ftgamma \ - ftgrid \ ftmulti \ ftstring \ ftview @@ -416,17 +415,6 @@ else #################################################################### # - # 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. @@ -489,9 +477,6 @@ else $(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)