X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/8214a6043950b3aad0457895abc981d2cfe933b2..1a54fb0c50310685e11123132e1fdcdf7ea2b5ad:/interpretor/preprocessor/faust-0.9.47mr3/Makefile diff --git a/interpretor/preprocessor/faust-0.9.47mr3/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/Makefile index 943df95..6008e3e 100644 --- a/interpretor/preprocessor/faust-0.9.47mr3/Makefile +++ b/interpretor/preprocessor/faust-0.9.47mr3/Makefile @@ -4,7 +4,7 @@ DESTDIR ?= PREFIX ?= /usr/local CROSS=i586-mingw32msvc- -MAKEFILE := Makefile.unix +MAKEFILE := Makefile #.unix prefix := $(DESTDIR)$(PREFIX) arch := $(wildcard architecture/*.*) @@ -12,6 +12,10 @@ mfiles := $(wildcard examples/Makefile.*) vname := faust-$(version)-$(shell date +%y%m%d.%H%M%S) zname := faust-$(version) + +preprocessor : + $(MAKE) -C compiler -f $(MAKEFILE) prefix=$(prefix) + all : $(MAKE) -C compiler -f $(MAKEFILE) prefix=$(prefix) $(MAKE) -C architecture/osclib