X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f4b893045495fe7868d595f2663adb3808dbac2c..056d65cce93f673551b565e7d11f196be2e8ec93:/interpretor/lib/src/libsndfile-ocaml/Makefile diff --git a/interpretor/lib/src/libsndfile-ocaml/Makefile b/interpretor/lib/src/libsndfile-ocaml/Makefile index 8df3b1e..442bf57 100644 --- a/interpretor/lib/src/libsndfile-ocaml/Makefile +++ b/interpretor/lib/src/libsndfile-ocaml/Makefile @@ -1,4 +1,4 @@ -LIBSNDFILEDIR = ../../libsndfile/lib #/home/erikd/Local/lib +LIBSNDFILEDIR = $(realpath ../../libsndfile/lib) CC = gcc CFLAGS = -g -W -Wall -Werror -Wno-missing-field-initializers @@ -13,7 +13,7 @@ SNDFILE_LIBS = $(shell pkg-config --libs sndfile) OCAML_BINDIR = $(shell which ocaml) OCAML_LIBDIR = $(subst bin,lib,$(OCAML_BINDIR)) -OCAML_CFLAGS = -I $(OCAML_LIBDIR) #/usr/lib/ocaml/$(shell ocamlopt -version) +OCAML_CFLAGS = -I $(OCAML_LIBDIR) LIBSNDFILE = -ccopt -L$(LIBSNDFILEDIR) -cclib -lsndfile -cclib -lm