Rev 17176 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17176 | Rev 17210 | ||
---|---|---|---|
Line 131... | Line 131... | ||
131 | %% Do not edit it by hand. |
131 | %% Do not edit it by hand. |
132 | %% Edit the source file cpp/$i. |
132 | %% Edit the source file cpp/$i. |
133 | 133 | ||
134 | @ |
134 | @ |
135 | perl -pi -e "s/#TARGET\s*\((\w+)\s*\)/defined TARGET_\1 /g" cpp.tmp |
135 | perl -pi -e "s/#TARGET\s*\((\w+)\s*\)/defined TARGET_\1 /g" cpp.tmp |
136 | cpp -P -C -nostdinc++ -DTARGET_$j -A"TARGET($j)" -DOEFFILE=$j cpp.tmp | \ |
136 | cpp -P -C -nostdinc -nostdinc++ -DTARGET_$j -A"TARGET($j)" -DOEFFILE=$j cpp.tmp | \ |
137 | $LL sed "s/'/'/g" >>../$j.$sext |
137 | $LL sed "s/'/'/g" >>../$j.$sext |
138 | fi |
138 | fi |
139 | done |
139 | done |
140 | rm -f cpp.tmp |
140 | rm -f cpp.tmp |
141 | done |
141 | done |