Author: jisom
Date: Mon Jan 30 18:31:39 2006
New Revision: 11385
Modified:
trunk/config/gen/makefiles/root.in
Log:
Add configs to make archclean
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Mon Jan 30 18:31:39 2006
@@ -186,13 +186,13 @@ GEN_MAKEFILES = \
src/dynoplibs/Makefile
GEN_CONFIGS = \
- include/parrot/config.h \
- include/parrot/platform.h \
- include/parrot/platform_interface.h \
- include/parrot/has_header.h \
- include/parrot/feature.h \
- include/parrot/core_pmcs.h \
- include/parrot/exec_dep.h \
+ $(INC_DIR)/config.h \
+ $(INC_DIR)/platform.h \
+ $(INC_DIR)/platform_interface.h \
+ $(INC_DIR)/has_header.h \
+ $(INC_DIR)/feature.h \
+ $(INC_DIR)/core_pmcs.h \
+ $(INC_DIR)/exec_dep.h \
lib/Parrot/Config.pm \
lib/Parrot/PMC.pm \
runtime/parrot/include/config.fpmc \
@@ -863,7 +863,7 @@ $(INSTALLABLEPBCMERGE) : $(SRC_DIR)/pbc_
$(IMCC_DIR)/main$(O) : $(IMCC_DIR)/main.c $(GENERAL_H_FILES) $(IMCC_H_FILES)
-include/parrot/oplib/ops.h lib/Parrot/OpLib/core.pm : $(OPS_FILES)
$(BUILD_TOOLS_DIR)/ops2pm.pl \
+$(INC_DIR)/oplib/ops.h lib/Parrot/OpLib/core.pm : $(OPS_FILES)
$(BUILD_TOOLS_DIR)/ops2pm.pl \
lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(OPS_DIR)/ops.num
$(PERL) $(BUILD_TOOLS_DIR)/ops2pm.pl $(OPS_FILES)
@@ -1428,6 +1428,8 @@ prog-clean : archclean
archclean: dynoplibs-clean dynpmc-clean dynext-clean
$(RM_F) \
$(O_FILES) \
+ $(GEN_CONFIGS) \
+ $(GEN_MAKEFILES) \
$(PARROT) \
$(MINIPARROT) \
$(INSTALLABLEPARROT) \
@@ -1448,7 +1450,6 @@ archclean: dynoplibs-clean dynpmc-clean
$(SRC_DIR)/asmfun.s \
$(SRC_DIR)/nci_test$(O) \
$(INC_DIR)/jit_emit.h \
- $(INC_DIR)/exec_dep.h \
$(SRC_DIR)/jit_cpu.c \
$(SRC_DIR)/exec_cpu.c \
install_config.fpmc \