1 ###############################################################
3 # Build liboscpack.a and libOSCFaust.a the 2
4 # static libraries needed to provide support
5 # for Open Sound Control in Faust generated
8 ###############################################################
10 .PHONY
: all clean depend
13 all : liboscpack.a libOSCFaust.a
16 liboscpack.a
: oscpack
/liboscpack.a
17 cp oscpack
/liboscpack.a
$@
19 libOSCFaust.a
: faust
/libOSCFaust.a
20 cp faust
/libOSCFaust.a
$@
37 make
-C oscpack depend