aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/makefile.pd-darwin
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-19 02:36:59 +0000
commitd3715261b8ff4793117296590190ebb3f2324f36 (patch)
tree4daaae7636390fe9c558ff66f1501b97e84af4a2 /externals/grill/flext/makefile.pd-darwin
parent1d296c40615533f41472fbc5d552f0f9ebd5c2b1 (diff)
""
svn path=/trunk/; revision=720
Diffstat (limited to 'externals/grill/flext/makefile.pd-darwin')
-rw-r--r--externals/grill/flext/makefile.pd-darwin8
1 files changed, 8 insertions, 0 deletions
diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin
index c97f96db..c84c3163 100644
--- a/externals/grill/flext/makefile.pd-darwin
+++ b/externals/grill/flext/makefile.pd-darwin
@@ -27,6 +27,7 @@ LIBS=gcc
# ----------------------------------------------
NAME=flext
+
SRCDIR=source
# all the source files from the package
@@ -48,10 +49,17 @@ endif
CFLAGS+=-framework Carbon -framework veclib -Fveclib -FCarbon
MAKEFILE=makefile.pd-darwin
+ifdef V4_NAMING
TARGET=$(TARGDIR)/lib$(NAME).a
TARGET_D=$(TARGDIR)/lib$(NAME)_d.a
TARGET_T=$(TARGDIR)/lib$(NAME)_t.a
TARGET_TD=$(TARGDIR)/lib$(NAME)_td.a
+else
+TARGET=$(TARGDIR)/$(NAME).a
+TARGET_D=$(TARGDIR)/$(NAME)_d.a
+TARGET_T=$(TARGDIR)/$(NAME)_t.a
+TARGET_TD=$(TARGDIR)/$(NAME)_td.a
+endif
TARGET_S=$(TARGDIR)/lib$(NAME).dylib
TARGET_SD=$(TARGDIR)/lib$(NAME)_d.dylib