Changeset 2437 in Sophya for trunk/SophyaLib/Mgr/makefileuser.awk


Ignore:
Timestamp:
Sep 17, 2003, 2:20:44 PM (22 years ago)
Author:
cmv
Message:

chgt DPC...REP en SOPHYA...REP et EROSCXX en SOPHYACXX cmv 17/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/makefileuser.awk

    r218 r2437  
    11BEGIN {change=0;}
    2 /^PP  := \$\{DPCDEVREP\}\/\$\{MACHDIR\}\// {
    3   print "PP  := \$\{DPCBASEREP\}\/\$\{MACHDIR\}\/";
     2/^PP  := \$\{SOPHYADEVREP\}\/\$\{MACHDIR\}\// {
     3  print "PP  := \$\{SOPHYABASEREP\}\/\$\{MACHDIR\}\/";
    44  print "PPH := \$\{HOME\}\/\$\{MACHDIR\}\/";
    55  change=1;
     
    1313  change=1;
    1414}
    15 /^INC := \$\{DPCDEVREP\}\/Include\// {
    16   print "INC := \$\{DPCBASEREP\}\/Include\/";
     15/^INC := \$\{SOPHYADEVREP\}\/Include\// {
     16  print "INC := \$\{SOPHYABASEREP\}\/Include\/";
    1717  change=1;
    1818}
Note: See TracChangeset for help on using the changeset viewer.