|
From: | Billy N. Patton |
Subject: | Some simple makefile help |
Date: | Mon, 30 Jun 2008 17:51:33 -0500 |
User-agent: | Thunderbird 1.5.0.10 (X11/20070221) |
I have a rule : ${GDS_DATA}/%.${OUTSUFFIX} : %.${INSUFFIX} ${PVKIT} layoutConvert \ -technology ${TECHNOLOGY} \ -outformat ${OUTFORMAT} \ -layout $< \ -outLayout $@ ${PVKIT} \ -pvkitPlugin ${PVKITPLUGIN} \ runHerc ${HERCHOME} \ -outFormat ${OUTFORMAT} \ -technology ${TECHNOLOGY} \ -process ${PROCESS} \ -rules ${RULES} \ -metalSys ${METAL} \ -rulesFile ${RULESFILE} \ -useChameleonAuxillary false \ -createVueOutput true \ -cell $(<F) \ -layout $@ exit 100 The problem is with the $(<F) When the % is on the right side it is SOME_NAME the -cell needs the name without the ${INSUFFIX} But the ${INSUFFIX} needs to be there for the dependency
[Prev in Thread] | Current Thread | [Next in Thread] |