Skip to content

Commit

Permalink
Adding *.spot and *.spit files to the types of files removed when inv…
Browse files Browse the repository at this point in the history
…oking "make clean".
  • Loading branch information
jonathanknowles committed Feb 20, 2011
1 parent 20966ed commit eb9fa40
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion camldm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "camldm" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion cdrom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "cdrom" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion close-and-exec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "close-and-exec" "library" "$(OBJS)" "." "stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion cpuid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "cpuid" "package" "$(OBJS)" "." "stdext xc xen-utils" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS) *~ *.rej
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS) *~ *.rej

2 changes: 1 addition & 1 deletion eventchn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "eventchn" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion forking_executioner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ binuninstall:
doc:

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion http-svr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "http-svr" "package" "$(OBJS)" "." "log,stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion log/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "log" "package" "$(OBJS)" "." "stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion mlvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ uninstall:
ocamlfind remove lvm

clean :
rm -f *.cmo *.cmi *.cmx *.o *~ *.annot lvmconfiglex.ml \
rm -f *.cmo *.cmi *.cmx *.o *~ *.annot *.sp?t lvmconfiglex.ml \
lvmconfigparser.mli lvmconfigparser.ml
rm -f test_allocator

Expand Down
2 changes: 1 addition & 1 deletion mmap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "mmap" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion netdev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "netdev" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion pciutil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "pciutil" "package" "$(OBJS)" "." "stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion rpc-light/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "rpc-light" "package" "jsonrpc pa_rpc rpc xmlrpc" "." "xmlm" ""

clean:
rm -f *.cmo *.cmx *.cma *.cmxa *.annot *.o *.cmi *.a
rm -f *.cmo *.cmx *.cma *.cmxa *.annot *.sp?t *.o *.cmi *.a
2 changes: 1 addition & 1 deletion rss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "rss" "package" "$(OBJS)" "." "xml-light2" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion sexpr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "sexpr" "package" "$(OBJS)" "." "stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot sExprLexer.ml{,i} sExprParser.ml{,i} $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t sExprLexer.ml{,i} sExprParser.ml{,i} $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion stdext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "stdext" "package" "$(STDEXT_OBJS)" "." "threads,uuid,unix" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

#dependency:

Expand Down
2 changes: 1 addition & 1 deletion stunnel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "stunnel" "package" "$(OBJS)" "." "stdext,log" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion tapctl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "tapctl" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dotdot: dotdot.cmo
$(OCAMLC) -linkpkg -custom -o $@ $<

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot copy_file
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t copy_file

%.cmo: %.ml
$(OCAMLC) -c -o $@ $<
Expand Down
2 changes: 1 addition & 1 deletion uuid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "uuid" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion vhd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "vhd" "package" "$(OBJS)" "." "" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)
2 changes: 1 addition & 1 deletion xb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xb" "package" "$(OBJS)" "." "mmap" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion xc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xc" "package" "$(OBJS)" "." "mmap,uuid" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS) $(INTF) *~ *.rej *.orig
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS) $(INTF) *~ *.rej *.orig

2 changes: 1 addition & 1 deletion xen-utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xen-utils" "package" "$(OBJS)" "." "stdext" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion xml-light2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xml-light2" "package" "$(OBJS)" "." "stdext,xmlm" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion xs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xs" "package" "$(OBJS)" "." "xb" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t $(LIBS) $(PROGRAMS)

2 changes: 1 addition & 1 deletion xsrpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ doc: $(INTF)
python ../doc/doc.py $(DOCDIR) "xsrpc" "package" "$(OBJS)" "." "xb,xs" ""

clean:
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot META $(LIBS) $(PROGRAMS)
rm -f *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.sp?t META $(LIBS) $(PROGRAMS)

0 comments on commit eb9fa40

Please sign in to comment.