summaryrefslogtreecommitdiff
path: root/cesar/common/make/test/clean-output
blob: 13ee707cd66f505d13e7779221f76cc6cd59e3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rm -f obj/Config.empty obj/Config.host.merged obj/Config.target.merged obj/Config.target-arm.merged obj/Config.host.list obj/Config.target.list obj/Config.target-arm.list obj/Module.host.list obj/Module.target.list obj/Module.target-arm.list
rm -rf obj/host/inc/config.h obj/target/inc/config.h obj/target-arm/inc/config.h obj/host/inc/config obj/target/inc/config obj/target-arm/inc/config \
		obj/host/inc/module_config.h obj/target/inc/module_config.h obj/target-arm/inc/module_config.h obj/host/inc/build_info.h obj/target/inc/build_info.h obj/target-arm/inc/build_info.h
rm -f obj/test_make obj/test_cpp
rm -f [ host .o and .d files ]
rm -f obj/test_make_ecos.elf  obj/test_make_ecos.bin obj/test_make_ecos.rom obj/test_make_ecos.lst obj/test_make_ecos.size
rm -f [ target .o and .d files ]
rm -f  obj/test_make_target_arm.a
rm -f [ target-arm .o and .d files ]
rm -rf obj/target/ecos/tree.stamp obj/target/ecos/build
rm -rf obj/target/ecos/headers.stamp obj/target/ecos/install
rm -f obj/target/ecos/ecos.ecc obj/target/ecos/ecos-cov.ecc target-new-ecos.ecc
if [ -d obj/target/ecos ]; then rmdir obj/target/ecos; fi
rm -f obj/inc/dir.stamp obj/host/inc/dir.stamp obj/target/inc/dir.stamp obj/target-arm/inc/dir.stamp obj/host/dir.stamp obj/target/dir.stamp obj/target-arm/dir.stamp obj/dir.stamp
rm -rf
if [ -d obj/inc ]; then rmdir obj/inc; fi; if [ -d obj/host/inc ]; then rmdir obj/host/inc; fi; if [ -d obj/target/inc ]; then rmdir obj/target/inc; fi; if [ -d obj/target-arm/inc ]; then rmdir obj/target-arm/inc; fi; if [ -d obj/host ]; then rmdir obj/host; fi; if [ -d obj/target ]; then rmdir obj/target; fi; if [ -d obj/target-arm ]; then rmdir obj/target-arm; fi; if [ -d obj ]; then rmdir obj; fi;