aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-27 04:57:32 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-27 04:57:32 +0000
commit3e86a4527748e5de5c091ffcb4ae5ac2dd8abd8a (patch)
tree915cbff77a3b863a1fe6bfe0c44c6597c62f7d85 /externals/grill/flext/tutorial
parent22e2955b51ce16f5a550ef845f54241f7ec4d585 (diff)
Fixes for Mac
fixed autoconf files updates for batch mode some more SIMD optimized functions svn path=/trunk/; revision=2543
Diffstat (limited to 'externals/grill/flext/tutorial')
-rw-r--r--externals/grill/flext/tutorial/adv1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/adv2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/adv3/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/attr1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/attr2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/attr3/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/bind1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/buffer1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/lib1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/signal1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/signal2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/simple1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/simple2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/simple3/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/sndobj1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/stk1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/stk2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/thread1/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/thread2/Makefile.am4
-rw-r--r--externals/grill/flext/tutorial/timer1/Makefile.am4
20 files changed, 40 insertions, 40 deletions
diff --git a/externals/grill/flext/tutorial/adv1/Makefile.am b/externals/grill/flext/tutorial/adv1/Makefile.am
index ba556deb..d849ba2f 100644
--- a/externals/grill/flext/tutorial/adv1/Makefile.am
+++ b/externals/grill/flext/tutorial/adv1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/adv2/Makefile.am b/externals/grill/flext/tutorial/adv2/Makefile.am
index efd61012..6daf4f32 100644
--- a/externals/grill/flext/tutorial/adv2/Makefile.am
+++ b/externals/grill/flext/tutorial/adv2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/adv3/Makefile.am b/externals/grill/flext/tutorial/adv3/Makefile.am
index 5eadc6aa..6c083c80 100644
--- a/externals/grill/flext/tutorial/adv3/Makefile.am
+++ b/externals/grill/flext/tutorial/adv3/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/attr1/Makefile.am b/externals/grill/flext/tutorial/attr1/Makefile.am
index 531eace6..000b2a85 100644
--- a/externals/grill/flext/tutorial/attr1/Makefile.am
+++ b/externals/grill/flext/tutorial/attr1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/attr2/Makefile.am b/externals/grill/flext/tutorial/attr2/Makefile.am
index f1a6a347..ed29b067 100644
--- a/externals/grill/flext/tutorial/attr2/Makefile.am
+++ b/externals/grill/flext/tutorial/attr2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/attr3/Makefile.am b/externals/grill/flext/tutorial/attr3/Makefile.am
index a94ce0f8..eb4befbb 100644
--- a/externals/grill/flext/tutorial/attr3/Makefile.am
+++ b/externals/grill/flext/tutorial/attr3/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/bind1/Makefile.am b/externals/grill/flext/tutorial/bind1/Makefile.am
index 8e360f2f..085de2d2 100644
--- a/externals/grill/flext/tutorial/bind1/Makefile.am
+++ b/externals/grill/flext/tutorial/bind1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/buffer1/Makefile.am b/externals/grill/flext/tutorial/buffer1/Makefile.am
index a11d11be..05a9b98a 100644
--- a/externals/grill/flext/tutorial/buffer1/Makefile.am
+++ b/externals/grill/flext/tutorial/buffer1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/lib1/Makefile.am b/externals/grill/flext/tutorial/lib1/Makefile.am
index e9865545..6083365d 100644
--- a/externals/grill/flext/tutorial/lib1/Makefile.am
+++ b/externals/grill/flext/tutorial/lib1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/signal1/Makefile.am b/externals/grill/flext/tutorial/signal1/Makefile.am
index 98c237c0..857be41e 100644
--- a/externals/grill/flext/tutorial/signal1/Makefile.am
+++ b/externals/grill/flext/tutorial/signal1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/signal2/Makefile.am b/externals/grill/flext/tutorial/signal2/Makefile.am
index 30ccfda0..6aaf483d 100644
--- a/externals/grill/flext/tutorial/signal2/Makefile.am
+++ b/externals/grill/flext/tutorial/signal2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/simple1/Makefile.am b/externals/grill/flext/tutorial/simple1/Makefile.am
index f7cb220e..d918a68d 100644
--- a/externals/grill/flext/tutorial/simple1/Makefile.am
+++ b/externals/grill/flext/tutorial/simple1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/simple2/Makefile.am b/externals/grill/flext/tutorial/simple2/Makefile.am
index 60a3fde4..696c144b 100644
--- a/externals/grill/flext/tutorial/simple2/Makefile.am
+++ b/externals/grill/flext/tutorial/simple2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/simple3/Makefile.am b/externals/grill/flext/tutorial/simple3/Makefile.am
index 9c610387..f4436562 100644
--- a/externals/grill/flext/tutorial/simple3/Makefile.am
+++ b/externals/grill/flext/tutorial/simple3/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/sndobj1/Makefile.am b/externals/grill/flext/tutorial/sndobj1/Makefile.am
index 2c9b1436..40dcd384 100644
--- a/externals/grill/flext/tutorial/sndobj1/Makefile.am
+++ b/externals/grill/flext/tutorial/sndobj1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/stk1/Makefile.am b/externals/grill/flext/tutorial/stk1/Makefile.am
index dd6c86d1..3449f410 100644
--- a/externals/grill/flext/tutorial/stk1/Makefile.am
+++ b/externals/grill/flext/tutorial/stk1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/stk2/Makefile.am b/externals/grill/flext/tutorial/stk2/Makefile.am
index 93c7b6b9..fe13e6a3 100644
--- a/externals/grill/flext/tutorial/stk2/Makefile.am
+++ b/externals/grill/flext/tutorial/stk2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/thread1/Makefile.am b/externals/grill/flext/tutorial/thread1/Makefile.am
index 268b3625..e8965b14 100644
--- a/externals/grill/flext/tutorial/thread1/Makefile.am
+++ b/externals/grill/flext/tutorial/thread1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/thread2/Makefile.am b/externals/grill/flext/tutorial/thread2/Makefile.am
index 2e5c4e09..8b0e89da 100644
--- a/externals/grill/flext/tutorial/thread2/Makefile.am
+++ b/externals/grill/flext/tutorial/thread2/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@
diff --git a/externals/grill/flext/tutorial/timer1/Makefile.am b/externals/grill/flext/tutorial/timer1/Makefile.am
index 25db9868..c5ab15f3 100644
--- a/externals/grill/flext/tutorial/timer1/Makefile.am
+++ b/externals/grill/flext/tutorial/timer1/Makefile.am
@@ -18,10 +18,10 @@ CXXFLAGS = @CXXFLAGS@ \
$(DEFS) \
-DFLEXT_SHARED
-LDFLAGS = @LDFLAGS@ \
+LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
$(patsubst %,-framework %,$(FRAMEWORKS))
-LIBS = @LIBS@ -lflext
+LIBS = @LIBS@ -lflext-pd
FRAMEWORKS = @FRAMEWORKS@