Changeset 1797 in Sophya for trunk/SophyaLib/Mgr/mkmflib
- Timestamp:
- Nov 27, 2001, 10:19:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmflib
r1212 r1797 1 1 #!/bin/csh 2 # $Id: mkmflib,v 1. 9 2000-09-29 22:46:38 ansariExp $2 # $Id: mkmflib,v 1.10 2001-11-27 21:19:36 aubourg Exp $ 3 3 4 4 cd ../$1 … … 57 57 echo $libf ':' \ 58 58 `ls *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' | sed -e 's/^/$(OBJ)/'` >> GNUmakefile 59 echo ' $(ARCXX) $(ARCXXFLAGS) $@ $ ?' >> GNUmakefile59 echo ' $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))' >> GNUmakefile 60 60 # Pour faire compiler les instantiations automatique de cxx (DEC) 61 61 echo 'ifeq ($(CXX),cxx)' >> GNUmakefile
Note:
See TracChangeset
for help on using the changeset viewer.