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

File: [Pegasus] / pegasus / mak / depend-windows.mak (download)
Revision: 1.4, Sun Feb 11 05:45:33 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.3: +3 -1 lines
Added case insensitive logic for files in Repository

DEPEND_MAK_TMP = $(OBJ_DIR)/depend.mak

DEPEND_MAK = $(subst /,\,$(DEPEND_MAK_TMP))

##
## Notice that the system includes are excluded. That is because this
## depend utility doesn't require that all the includes be resolved (just
## the ones that matter (the ones the user put on the path).
##

depend: $(OBJ_DIR)/target $(ERROR)
	mu depend -O$(OBJ_DIR) $(INCLUDES) $(SOURCES) > $(DEPEND_MAK)

clean-depend:
	$(RM) $(OBJ_DIR)/depend.mak
	$(TOUCH) $(OBJ_DIR)/depend.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2