X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/06159b51a934937f647ec7119b47cb466d8e50b1..8c48d01c4b78dba6159c13438b06cb7e07a1f338:/Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index a4338bd..0000000 --- a/Makefile +++ /dev/null @@ -1,23 +0,0 @@ - -SOURCE_DIR = interpretor -PREPROCESSOR_DIR = $(SOURCE_DIR)/faust-0.9.47mr3 - -all: MRFausti - -MRFausti: - @(cp $(SNDFILE_PATH)/sndfile_stub.o $(SOURCE_DIR)) - @(cd $(SOURCE_DIR) && $(MAKE) opt OCAML_INCLUDE_PATH=$(OCAML_INCLUDE_PATH) SNDFILE_PATH=$(SNDFILE_PATH)) - @(cd $(SOURCE_DIR) && $(MAKE) clean) - -clean: - @(cd $(SOURCE_DIR) && $(MAKE) clean) - @(rm -f *~) - -mrproper: clean - @(cd $(SOURCE_DIR) && $(MAKE) mrproper) - @(cd $(PREPROCESSOR_DIR) && $(MAKE) clean) - -# Sndfile-ocaml library path - -OCAML_INCLUDE_PATH = /usr/lib/ocaml -SNDFILE_PATH = ~/Desktop/libsndfile-ocaml