(file) Return to depend-windows.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

 1 mike  1.4 
 2 mike  1.6 #DEPEND_MAK_TMP = $(OBJ_DIR)/depend.mak
 3           #DEPEND_MAK = $(subst /,\\,$(DEPEND_MAK_TMP))
 4           
 5           DEPEND_MAK = $(OBJ_DIR)/depend.mak
 6 mike  1.1 
 7 mike  1.3 ##
 8           ## Notice that the system includes are excluded. That is because this
 9           ## depend utility doesn't require that all the includes be resolved (just
10           ## the ones that matter (the ones the user put on the path).
11           ##
12 mike  1.1 
13           depend: $(OBJ_DIR)/target $(ERROR)
14 mike  1.3 	mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES) > $(DEPEND_MAK)
15 mike  1.2 
16           clean-depend:
17           	$(RM) $(OBJ_DIR)/depend.mak
18           	$(TOUCH) $(OBJ_DIR)/depend.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2