mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Added depends include at the end of the file.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user