X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/4ecbf362e0d1d0abb9a7f0e9af8322472f28f7d1..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 f184d25..6008e3e 100644 --- a/interpretor/preprocessor/faust-0.9.47mr3/Makefile +++ b/interpretor/preprocessor/faust-0.9.47mr3/Makefile @@ -1,10 +1,10 @@ -version := 0.9.47mr2 +version := 0.9.47mr3 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