Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a60d2b584c1e89890acc4540c73aebd5 > files > 13

ocaml-sexplib-devel-4.2.15-2mdv2010.0.i586.rpm

# This file is installed by the package "ocamlmakefile"
export OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

export INCDIRS = +sexplib
export LIBDIRS = +sexplib
export LIBS = sexplib
export PACKS = unix bigarray num

define PROJ_sub1
  SOURCES = conv_test.ml
  RESULT = conv_test
endef
export PROJ_sub1

define PROJ_sub2
  SOURCES = sexp_test.ml
  RESULT = sexp_test
endef
export PROJ_sub2

ifndef SUBPROJS
  export SUBPROJS = sub1 sub2
endif

all:	bc

%:
	@$(MAKE) -f $(OCAMLMAKEFILE) subprojs SUBTARGET=$@