~ubuntu-branches/ubuntu/trusty/sexplib310/trusty

« back to all changes in this revision

Viewing changes to lib_test/Makefile

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-12-03 21:36:45 UTC
  • mfrom: (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131203213645-h1if1c6hxual8p11
Tags: 109.20.00-2
* Team upload
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
export OCAMLMAKEFILE = ../OCamlMakefile
2
 
 
3
 
export INCDIRS = ../lib
4
 
export LIBDIRS = ../lib
5
 
export LIBS = sexplib
6
 
export PACKS = unix bigarray num
7
 
 
8
 
define PROJ_sub1
9
 
  SOURCES = conv_test.ml
10
 
  RESULT = conv_test
11
 
endef
12
 
export PROJ_sub1
13
 
 
14
 
define PROJ_sub2
15
 
  SOURCES = sexp_test.ml
16
 
  RESULT = sexp_test
17
 
endef
18
 
export PROJ_sub2
19
 
 
20
 
ifndef SUBPROJS
21
 
  export SUBPROJS = sub1 sub2
22
 
endif
23
 
 
24
 
all:    bc
25
 
 
26
 
%:
27
 
        @$(MAKE) -f $(OCAMLMAKEFILE) subprojs SUBTARGET=$@