'make clean' rules remove more generated files.
authorRichard W.M. Jones <rich@annexia.org>
Tue, 26 Aug 2008 14:18:50 +0000 (14:18 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Tue, 26 Aug 2008 14:18:50 +0000 (14:18 +0000)
Makefile.in
cil-tools/Makefile.in

index a9e0495..3fcd8e4 100644 (file)
@@ -234,11 +234,15 @@ endif
 # Clean.
 
 clean:
-       rm -f core *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.a *.o
-       rm -f tests/*~ tests/*.cmi tests/*.cmo tests/*.opt
-       rm -f examples/*~ examples/*.cmi examples/*.cmo $(EXAMPLES)
+       rm -f core *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.cmp *.a *.o *.so
+       rm -f tests/*~ tests/*.cmi tests/*.cmo tests/*.cmx tests/*.opt
+       rm -f tests/*.o
+       rm -f examples/*~ examples/*.cmi examples/*.cmo examples/*.cmx
+       rm -f examples/*.o $(EXAMPLES)
        rm -f benchmarks/*~ benchmarks/*.cmi benchmarks/*.cmo
+       rm -f benchmarks/*.cmx benchmarks/*.o
        rm -f benchmarks/*.opt benchmarks/*.opt.p benchmarks/*.profile
+       rm -f create_test_pattern bitstring-objinfo
        @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
 
 distclean: clean
index 74174db..ed41f8e 100644 (file)
@@ -96,6 +96,7 @@ task_struct.bmpp: task_struct.c bitstring-import-c
 clean:
        rm -f core *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.a *.o *.bmpp
        rm -f bitstring-import-c bitstring-import-c.opt
+       rm -f ext3 task_struct
 
 distclean: clean