Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/makefileuser.awk
- Timestamp:
- Sep 17, 2003, 2:20:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/makefileuser.awk
r218 r2437 1 1 BEGIN {change=0;} 2 /^PP := \$\{ DPCDEVREP\}\/\$\{MACHDIR\}\// {3 print "PP := \$\{ DPCBASEREP\}\/\$\{MACHDIR\}\/";2 /^PP := \$\{SOPHYADEVREP\}\/\$\{MACHDIR\}\// { 3 print "PP := \$\{SOPHYABASEREP\}\/\$\{MACHDIR\}\/"; 4 4 print "PPH := \$\{HOME\}\/\$\{MACHDIR\}\/"; 5 5 change=1; … … 13 13 change=1; 14 14 } 15 /^INC := \$\{ DPCDEVREP\}\/Include\// {16 print "INC := \$\{ DPCBASEREP\}\/Include\/";15 /^INC := \$\{SOPHYADEVREP\}\/Include\// { 16 print "INC := \$\{SOPHYABASEREP\}\/Include\/"; 17 17 change=1; 18 18 }
Note:
See TracChangeset
for help on using the changeset viewer.