Finished the initial implementation of the ignore information.

This commit is contained in:
Harry Moffat 2009-07-30 14:27:49 +00:00
parent 4919676f0f
commit 19afa9695b
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ uninstall:
cd tools; @MAKE@ uninstall
clean:
-$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h
-$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h svn*~
-cd Cantera; @MAKE@ clean
-cd tools; @MAKE@ clean
-cd ext; @MAKE@ clean

View file

@ -111,7 +111,7 @@ $(PROGRAM): $(OBJS) $(LIB_DEPS)
clean:
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends *~
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; \
fi )