Changeset 868 in Sophya for trunk/SophyaLib/Mgr/mkmflib
- Timestamp:
- Apr 10, 2000, 7:37:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmflib
r848 r868 1 1 #!/bin/csh 2 # $Id: mkmflib,v 1. 6 2000-04-10 12:55:59ansari Exp $2 # $Id: mkmflib,v 1.7 2000-04-10 17:37:51 ansari Exp $ 3 3 4 4 cd ../$1 … … 73 73 grep -q '^'$f'$' exclude && continue 74 74 gcc -MM -I$inc -I$incext $f \ 75 | grep -v $incext \76 75 | sed -e 's/.*\.o/\$(OBJ)&/' \ 77 | sed -e 's?'$inc/'?$(INC)?g' >> GNUmakefile78 # | sed -e 's?'$incext/'?$(EXTINCPATH)?g' \ 76 | sed -e 's?'$inc/'?$(INC)?g' \ 77 | sed -e 's?'$incext/'?$(EXTINCPATH)?g' >> GNUmakefile 79 78 end 80 79 … … 82 81 grep -q '^'$f'$' exclude && continue 83 82 gcc -MM -I$inc -I$incext $f \ 84 | grep -v $incext \85 83 | sed -e 's/.*\.o/\$(OBJ)&/' \ 86 | sed -e 's?'$inc/'?$(INC)?g' >> GNUmakefile 84 | sed -e 's?'$inc/'?$(INC)?g' \ 85 | sed -e 's?'$incext/'?$(EXTINCPATH)?g' >> GNUmakefile 87 86 end 88 87
Note:
See TracChangeset
for help on using the changeset viewer.