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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2