Added depends include at the end of the file.

This commit is contained in:
Harry Moffat
2006-08-20 00:18:27 +00:00
parent 6f0081ec29
commit e46567e0fa

View File

@@ -87,7 +87,6 @@ install:
@INSTALL@ *.cpp @ct_demodir@/cxx
@INSTALL@ *.h @ct_demodir@/cxx
@INSTALL@ Makefile.install @ct_demodir@/cxx/Makefile
chown -R @username@ @ct_demodir@/cxx
depends: $(DEPENDS)
@MAKE@ .depends
@@ -103,3 +102,10 @@ clean:
$(RM) -rf SunWS_cache ; \
fi )
TAGS:
etags *.h *.cpp
ifeq ($(wildcard .depends), .depends)
include .depends
endif