author | ecalot
<ecalot> 2004-10-16 03:47:46 UTC |
committer | ecalot
<ecalot> 2004-10-16 03:47:46 UTC |
parent | 7da43f4dc674320fac36d93bfa7bd6639522bd11 |
FP/src/Makefile | +2 | -2 |
diff --git a/FP/src/Makefile b/FP/src/Makefile index daa5716..4cddabc 100644 --- a/FP/src/Makefile +++ b/FP/src/Makefile @@ -175,11 +175,11 @@ include/res_conf_resources.h: conf/resources.conf conf/awk/res_conf_resources.aw $(INFO) Creating resource list configuration file... $(GREP) conf/resources.conf|$(AWK) -f conf/awk/res_conf_resources.awk >include/res_conf_resources.h -include/states_static.h: conf/states.conf conf/awk/states_static.awk +include/states_conf_static.h: conf/states.conf conf/awk/states_static.awk $(INFO) Creating states list configuration file... $(GREP) conf/states.conf|sed -e 's/^\t\t\t/- - - /g' -e 's/^\t\t/- - /g' -e 's/^\t/- /g' -e 's/:$$//g'|$(AWK) -f conf/awk/states_static.awk>include/states_static.h -include/states_properties.h: conf/statesproperties.conf conf/awk/states_properties.awk +include/states_conf_properties.h: conf/statesproperties.conf conf/awk/states_properties.awk $(INFO) Creating states properties configuration file... $(GREP) conf/statesproperties.conf|$(AWK) -f conf/awk/states_properties.awk >include/states_properties.h: