Changeset 2871 in Sophya for trunk/SophyaLib/BuildMgr
- Timestamp:
- Jan 3, 2006, 3:25:34 PM (20 years ago)
- Location:
- trunk/SophyaLib/BuildMgr
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BuildMgr/Makefile
r2766 r2871 70 70 if [ -d $(SOPHYALIBP) ] ; then cd $(SOPHYALIBP)/. ; rm -f *.a ; fi 71 71 if [ -d $(SOPHYASLBP) ] ; then cd $(SOPHYASLBP)/. ; rm -f *.so ; fi 72 if [ -d $(SOPHYAOBJP) ] ; then cd $(SOPHYAOBJP)/. ; rm -rf *.o cxxrep ; fi 72 if [ -d $(SOPHYAEXEP) ] ; then cd $(SOPHYAEXEP)/. ; rm -f * ; fi 73 if [ -d $(SOPHYAOBJP) ] ; then cd $(SOPHYAOBJP)/. ; rm -rf *.o cxxrep templateregistry ; fi 73 74
Note:
See TracChangeset
for help on using the changeset viewer.