/[freetype]/ft2demos/Makefile
ViewVC logotype

Diff of /ft2demos/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by wl, Fri Jun 17 15:26:30 2005 UTC revision 1.32 by olvaffe, Mon Jul 4 03:14:12 2005 UTC
# Line 298  else Line 298  else
298                       $T$(subst /,$(COMPILER_SEP),$@ $<) \                       $T$(subst /,$(COMPILER_SEP),$@ $<) \
299    
300    $(OBJ_DIR)/ftgamma.$(SO): $(SRC_DIR)/ftgamma.c \    $(OBJ_DIR)/ftgamma.$(SO): $(SRC_DIR)/ftgamma.c \
301                              $(GRAPH_LIB) $(SRC_DIR)/ftcommon.i                              $(GRAPH_LIB)
302            $(COMPILE) $(GRAPH_INCLUDES:%=$I%) \            $(COMPILE) $(GRAPH_INCLUDES:%=$I%) \
303                       $T$(subst /,$(COMPILER_SEP),$@ $<) \                       $T$(subst /,$(COMPILER_SEP),$@ $<) \
304    
305    $(OBJ_DIR)/ftmulti.$(SO): $(SRC_DIR)/ftmulti.c \    $(OBJ_DIR)/ftmulti.$(SO): $(SRC_DIR)/ftmulti.c \
306                              $(GRAPH_LIB) $(SRC_DIR)/ftcommon.i                              $(GRAPH_LIB)
307            $(COMPILE) $(GRAPH_INCLUDES:%=$I%) \            $(COMPILE) $(GRAPH_INCLUDES:%=$I%) \
308                       $T$(subst /,$(COMPILER_SEP),$@ $<) \                       $T$(subst /,$(COMPILER_SEP),$@ $<) \
309    
# Line 397  else Line 397  else
397            $(LINK_NEW)            $(LINK_NEW)
398    
399    $(BIN_DIR)/ftgamma$E: $(OBJ_DIR)/ftgamma.$(SO) $(FTLIB) \    $(BIN_DIR)/ftgamma$E: $(OBJ_DIR)/ftgamma.$(SO) $(FTLIB) \
400                         $(GRAPH_LIB) $(COMMON_OBJ)                          $(GRAPH_LIB) $(COMMON_OBJ) $(FTCOMMON_OBJ)
401            $(LINK_GRAPH)            $(LINK_NEW)
402    
403    $(BIN_DIR)/ftmulti$E: $(OBJ_DIR)/ftmulti.$(SO) $(FTLIB) \    $(BIN_DIR)/ftmulti$E: $(OBJ_DIR)/ftmulti.$(SO) $(FTLIB) \
404                          $(GRAPH_LIB) $(COMMON_OBJ)                          $(GRAPH_LIB) $(COMMON_OBJ)

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26