Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tools / Makefile
index 29d487d..35a7364 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 2012, INRIA
+# Julia Lawall, Gilles Muller
+# Copyright 2010-2011, INRIA, University of Copenhagen
+# Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
 # Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
 # Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
 # This file is part of Coccinelle.
@@ -20,7 +24,7 @@
 
 -include ../Makefile.config
 
-PROGS=spp gitgrep split_patch extract_c_and_res #generate_dependencies
+PROGS=spp gitgrep splitpatch extract_c_and_res #generate_dependencies
 
 all: $(SUBDIRS) $(PROGS)
 
@@ -41,7 +45,7 @@ alloc_free: alloc_free.ml
 
 # more flexible version of alloc_free
 bridge: bridge.ml
-       ocamlopt -o bridge str.cmxa bridge.ml
+       ocamlopt -o bridge str.cmxa dumper.mli dumper.ml bridge.ml
 
 install_bridge: bridge
        cp -f bridge /usr/local/bin
@@ -67,8 +71,8 @@ spp: spp.ml
        $(OCAMLC) -o $@ $(SYSLIBS) $(INCLUDE) $(LIBS)  $+
 #      ocamlc -I ../commons/ -o spp str.cma unix.cma bigarray.cma  ../commons/common.cmo spp.ml
 
-split_patch: split_patch.cmo
-       $(OCAMLC) -o $@ $(SYSLIBS) $(INCLUDE) $(LIBS)  $+
+splitpatch: splitpatch.cmo
+       $(OCAMLC) -o $@ $(SYSLIBS) $(INCLUDE) $+
 
 extract_c_and_res: extract_c_and_res.cmo
        $(OCAMLC) -o $@ $(SYSLIBS) $(INCLUDE) $(LIBS)  $+
@@ -94,7 +98,7 @@ beforedepend::
 depend:: beforedepend
        ocamldep $(INCLUDE) *.mli *.ml    > .depend
 
-distclean::
+distclean:: clean
        rm -f .depend
 
 -include .depend