Changeset 848 in Sophya for trunk/SophyaLib/Mgr/mkmflib
- Timestamp:
- Apr 10, 2000, 2:56:00 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/SophyaLib/Mgr/mkmflib (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmflib
r823 r848 1 1 #!/bin/csh 2 # $Id: mkmflib,v 1. 5 2000-04-06 09:50:08ansari Exp $2 # $Id: mkmflib,v 1.6 2000-04-10 12:55:59 ansari Exp $ 3 3 4 4 cd ../$1 … … 67 67 68 68 set inc = $DPCDEVREP/Include 69 set incxx = $inc/CxxInc 69 # set incxx = $inc/CxxInc 70 set incext = $EXTLIBDIR/Include 70 71 71 72 foreach f ( *.cc ) 72 73 grep -q '^'$f'$' exclude && continue 73 gcc -MM -I$inc -I$incxx $f \ 74 gcc -MM -I$inc -I$incext $f \ 75 | grep -v $incext \ 74 76 | sed -e 's/.*\.o/\$(OBJ)&/' \ 75 | sed -e 's?'$incxx/'?$(CXI)?g' \76 77 | sed -e 's?'$inc/'?$(INC)?g' >> GNUmakefile 78 # | sed -e 's?'$incext/'?$(EXTINCPATH)?g' \ 77 79 end 78 80 79 81 foreach f ( *.c ) 80 82 grep -q '^'$f'$' exclude && continue 81 gcc -MM -I$inc -I$incxx $f \ 83 gcc -MM -I$inc -I$incext $f \ 84 | grep -v $incext \ 82 85 | sed -e 's/.*\.o/\$(OBJ)&/' \ 83 | sed -e 's?'$incxx/'?$(CXI)?g' \84 86 | sed -e 's?'$inc/'?$(INC)?g' >> GNUmakefile 85 87 end
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)