testsuite: still making it work without installing
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13692 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
3cc34fb267
commit
b1d2782b30
|
@ -35,7 +35,6 @@ ADD_COMPFLAGS=-thread
|
|||
|
||||
.PHONY: compile
|
||||
compile: $(PLUGINS) main$(EXE) mylib.so
|
||||
@$(MAKE) $(PLUGINS)
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
BASEDIR=../..
|
||||
|
||||
COMPFLAGS=-I $(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
LD_PATH=$(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
LD_PATH=$(TOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
|
||||
.PHONY: default
|
||||
default:
|
||||
|
|
|
@ -14,7 +14,7 @@ BASEDIR=../..
|
|||
LIBRARIES=unix threads
|
||||
ADD_COMPFLAGS=-thread -I $(OTOPDIR)/otherlibs/systhreads \
|
||||
-I $(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
LD_PATH=$(TOPDIR)/otherlibs/systhreads:$(OTOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
LD_PATH=$(TOPDIR)/otherlibs/systhreads:$(TOPDIR)/otherlibs/$(UNIXLIBVAR)unix
|
||||
|
||||
include $(BASEDIR)/makefiles/Makefile.several
|
||||
include $(BASEDIR)/makefiles/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue