File: OMakefile

package info (click to toggle)
bin-prot 1.2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 620 kB
  • ctags: 1,699
  • sloc: ml: 5,126; ansic: 1,586; makefile: 121
file content (16 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OCAML_LIBRARIES = bin_prot oUnit qtest_lib
OCAMLFLAGS = -dtypes -thread -w Ae -warn-error Ae -g

TARGETS = test_runner.exe mac_test.exe qtest.exe

OCamlMakeProjDefaults($(TARGETS))

OCamlMakePPDeps($(PA_BIN_PROT), bin_prot_test example mac_test)

runtest: test_runner.exe
  ./test_runner.exe

qtest: $(TARGETS)
	./qtest.exe

InstantiateOCamlEnv()