projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefiles chain, dependancies and libsndfile configure checked.
[Faustine.git]
/
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
(file)
--- 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-
PREFIX ?= /usr/local
CROSS=i586-mingw32msvc-
-MAKEFILE := Makefile.unix
+MAKEFILE := Makefile
#
.unix
prefix := $(DESTDIR)$(PREFIX)
arch := $(wildcard architecture/*.*)
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)
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
all :
$(MAKE) -C compiler -f $(MAKEFILE) prefix=$(prefix)
$(MAKE) -C architecture/osclib