Added depends include at the end of the file.
This commit is contained in:
parent
6f0081ec29
commit
e46567e0fa
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue