diff options
Diffstat (limited to 'testsuite/tests/lib-str/Makefile')
-rw-r--r-- | testsuite/tests/lib-str/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tests/lib-str/Makefile b/testsuite/tests/lib-str/Makefile index 35ad3003dd..6ae7266b0c 100644 --- a/testsuite/tests/lib-str/Makefile +++ b/testsuite/tests/lib-str/Makefile @@ -1,5 +1,19 @@ +######################################################################### +# # +# OCaml # +# # +# Xavier Clerc, SED, INRIA Rocquencourt # +# # +# Copyright 2010 Institut National de Recherche en Informatique et # +# en Automatique. All rights reserved. This file is distributed # +# under the terms of the Q Public License version 1.0. # +# # +######################################################################### + BASEDIR=../.. LIBRARIES=str +ADD_COMPFLAGS=-I $(OTOPDIR)/otherlibs/str +LD_PATH=$(TOPDIR)/otherlibs/str include $(BASEDIR)/makefiles/Makefile.several include $(BASEDIR)/makefiles/Makefile.common |