README: add toplevel usage example
[deriving.git] / tests / Makefile
blob0eb912052549898cc2bfd6e378763d4690360616
1 OCAMLMAKEFILE = ../OCamlMakefile
3 AUXLIB_DIRS = ../lib/
4 OCAMLOPT = ocamlopt.opt
5 OCAMLC = ocamlc.opt
6 OCAMLDEP = ocamldep
7 PATH := $(PATH):../syntax
8 OCAMLFLAGS = -w Aef
10 SOURCES = defs.ml \
11 bimap.ml bimap.mli \
12 sigs.ml \
13 pickle_tests.ml \
14 typeable_tests.ml \
15 bounded_tests.ml \
16 eq_tests.ml \
17 dump_tests.ml \
18 enum_tests.ml \
19 functor_tests.ml \
20 show_tests.ml \
21 exp.ml \
22 inline.ml \
23 issue2.ml \
25 LIBS = nums deriving
26 RESULT = tests
27 CLIBS =
29 INCDIRS = $(AUXLIB_DIRS)
30 LIBDIRS = $(AUXLIB_DIRS)
32 include $(OCAMLMAKEFILE)