misc cleaning

This commit is contained in:
Pascal Brisset
2006-10-13 06:59:01 +00:00
parent ad91a8f760
commit 7be7e4abe0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ clean_list :
$(REMOVE) $(CPPSRC:.cpp=.d) $(REMOVE) $(CPPSRC:.cpp=.d)
$(REMOVE) $(CPPSRCARM:.cpp=.s) $(REMOVE) $(CPPSRCARM:.cpp=.s)
$(REMOVE) $(CPPSRCARM:.cpp=.d) $(REMOVE) $(CPPSRCARM:.cpp=.d)
$(REMOVE) .dep/* $(REMOVE) .dep
$(REMOVE) *~ $(REMOVE) *~
# Include the dependency files. # Include the dependency files.
+1 -1
View File
@@ -61,7 +61,7 @@ $(MAIN).opt : $(CMX)
clean: clean:
rm -f *~* *.cm* *.o *.out *.opt map2d gcs rm -f *~* *.cm* *.o *.out *.opt map2d gcs .depend
# #
+1 -1
View File
@@ -74,7 +74,7 @@ gaia : gaia.cmo
$(Q)$(OCAMLC) $(INCLUDES) -c $< $(Q)$(OCAMLC) $(INCLUDES) -c $<
clean : clean :
rm -f *.cm* *~ *.out .depend *.o *.a *.so gaia rm -f *.cm* *~ *.out .depend *.o *.a *.so gaia simhitl
# #
# Dependencies # Dependencies