Changeset 1994 in Sophya for trunk/ArchTOIPipe/smkmflib
- Timestamp:
- May 13, 2002, 3:11:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/smkmflib
r1980 r1994 24 24 rm -f $liblist 25 25 touch $liblist 26 ls *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' >> $liblist26 ls -1 *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' >> $liblist 27 27 unset liblist 28 28 … … 61 61 62 62 echo $libf ':' \ 63 `ls *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' | sed -e 's/^/$(OBJ)/'` >> GNUmakefile63 `ls -1 *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' | sed -e 's/^/$(OBJ)/'` >> GNUmakefile 64 64 echo ' $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))' >> GNUmakefile 65 65 # Pour faire compiler les instantiations automatique de cxx (DEC)
Note:
See TracChangeset
for help on using the changeset viewer.