(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.5, Tue Feb 13 02:17:13 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.4: +1 -1 lines
Fixed escaping problem in depend.mak full names.

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