/[marvin]/marvin/src/libnn/error/check.Makefile
ViewVC logotype

Diff of /marvin/src/libnn/error/check.Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by srv89, Tue Sep 9 00:27:10 2003 UTC revision 1.2 by matthieu, Sun Sep 14 15:22:25 2003 UTC
# Line 39  Line 39 
39  # `check' and `check-clean' target.  # `check' and `check-clean' target.
40    
41  check:  check:
42            @echo " + making $@, testing the networks error visitors ..."
43            @make byte
44            @echo " + Compiling the check program ..."
45            $(OCAMLFIND) ocamlc -g -c -I ./ -I ../networks -I ../misc -I ../init -I ../input -I ../propagate check.ml
46            $(OCAMLC) -g -o check_prgm      ../libnn.cma check.cmo
47            @echo " Running the check program ..."
48            @echo
49            ./check_prgm
50            @echo
51            @echo " Test successfull."
52    
53  check-clean:  check-clean:
54            @echo " + making $@ in xml ..."
55            $(RM) ./check_prgm check.cm[i,o]
56    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26