repo.or.cz
/
deriving.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build with ocamlbuild by default
[deriving.git]
/
tests
/
Makefile
blob
0eb912052549898cc2bfd6e378763d4690360616
1
OCAMLMAKEFILE
=
..
/
OCamlMakefile
2
3
AUXLIB_DIRS
=
..
/
lib
/
4
OCAMLOPT
=
ocamlopt.opt
5
OCAMLC
=
ocamlc.opt
6
OCAMLDEP
=
ocamldep
7
PATH
:= $(
PATH
):
..
/
syntax
8
OCAMLFLAGS
= -
w Aef
9
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 \
24
25
LIBS
=
nums deriving
26
RESULT
=
tests
27
CLIBS
=
28
29
INCDIRS
= $(
AUXLIB_DIRS
)
30
LIBDIRS
= $(
AUXLIB_DIRS
)
31
32
include
$(
OCAMLMAKEFILE
)