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

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

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

revision 1.2 by matthieu, Wed Sep 10 22:17:16 2003 UTC revision 1.3 by srv89, Wed Sep 10 23:25:14 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 init ..."          @echo " + making $@, testing the networks initialization visitors ..."
43          @make byte          @make byte
44          @echo " + Compiling the check program ..."          @echo " + Compiling the check program ..."
45          $(OCAMLFIND) $(OCAMLC) -c -I ../networks -I ../misc check.ml          @make check.cmo
46          ocamlc -o check_prgm ../libnn.cma check.cmo          $(OCAMLFIND) ocamlc -o check_prgm ../libnn.cma check.cmo
47          @echo " Running the check program ..."          @echo " Running the check program ..."
48          @echo          @echo
49          ./check_prgm          ./check_prgm
# Line 52  check: Line 52  check:
52    
53  check-clean:  check-clean:
54          @echo " + making $@ in xml ..."          @echo " + making $@ in xml ..."
55          $(RM) ./check_prgm check.cmo check.cmi          $(RM) ./check_prgm check.cm[i,o]
56    

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

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