Changeset 2871 in Sophya for trunk/SophyaLib/BuildMgr


Ignore:
Timestamp:
Jan 3, 2006, 3:25:34 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): ajout fichier AIX_xlC_make.inc et Makefile: clean des exe - Reza 3 Jan 2006

Location:
trunk/SophyaLib/BuildMgr
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/Makefile

    r2766 r2871  
    7070        if [ -d $(SOPHYALIBP) ] ; then cd $(SOPHYALIBP)/. ; rm -f *.a  ; fi
    7171        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
    7374
Note: See TracChangeset for help on using the changeset viewer.