aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/build')
-rw-r--r--externals/grill/flext/build/config-lnx.def11
-rw-r--r--externals/grill/flext/build/config-mac.def11
-rw-r--r--externals/grill/flext/build/config-win.def2
-rw-r--r--externals/grill/flext/build/gnumake-lnx-gcc.inc8
-rw-r--r--externals/grill/flext/build/gnumake-lnx-icc.inc8
-rw-r--r--externals/grill/flext/build/gnumake-mac-gcc.inc8
6 files changed, 9 insertions, 39 deletions
diff --git a/externals/grill/flext/build/config-lnx.def b/externals/grill/flext/build/config-lnx.def
index 5f4a3d89..88c43f4d 100644
--- a/externals/grill/flext/build/config-lnx.def
+++ b/externals/grill/flext/build/config-lnx.def
@@ -1,11 +1,2 @@
-# use SIMD CPU instructions (Altivec, SSE)?
+# comment out to inhibit SIMD (Altivec/SSE) usage
SIMD=1
-
-# where is the STK installation?
-# (uncomment the line with # to disable STK support)
-#STK=/usr/local/lib/stk
-
-# where is the Sndobjs installation?
-# (uncomment the line with # to disable SNDOBJ support)
-# please be sure to delete an eventual m_pd.h file from the SNDOBJ include folder!!
-#SNDOBJ=/usr/local/lib/sndobj
diff --git a/externals/grill/flext/build/config-mac.def b/externals/grill/flext/build/config-mac.def
index 2fdee70b..88c43f4d 100644
--- a/externals/grill/flext/build/config-mac.def
+++ b/externals/grill/flext/build/config-mac.def
@@ -1,11 +1,2 @@
-# uncomment to inhibit SIMD usage
+# comment out to inhibit SIMD (Altivec/SSE) usage
SIMD=1
-
-# where is the STK installation?
-# (uncomment the line with # to disable STK support)
-#STK=/usr/local/lib/stk
-
-# where is the Sndobjs installation?
-# (uncomment the line with # to disable SNDOBJ support)
-# please be sure to delete an eventual m_pd.h file from the SNDOBJ include folder!!
-#SNDOBJ=/usr/local/lib/sndobj
diff --git a/externals/grill/flext/build/config-win.def b/externals/grill/flext/build/config-win.def
index 628831b2..88c43f4d 100644
--- a/externals/grill/flext/build/config-win.def
+++ b/externals/grill/flext/build/config-win.def
@@ -1,2 +1,2 @@
-# use SIMD instructions (Intel SSE)?
+# comment out to inhibit SIMD (Altivec/SSE) usage
SIMD=1
diff --git a/externals/grill/flext/build/gnumake-lnx-gcc.inc b/externals/grill/flext/build/gnumake-lnx-gcc.inc
index 1eb1ce77..aec212c5 100644
--- a/externals/grill/flext/build/gnumake-lnx-gcc.inc
+++ b/externals/grill/flext/build/gnumake-lnx-gcc.inc
@@ -2,16 +2,12 @@ ifdef SIMD
DEFS += -DFLEXT_USE_SIMD
endif
-ifdef SNDOBJ
+ifdef SNDOBJ_LIB
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
-INCPATH+=-I$(SNDOBJ)
-LIBS+=-lsndobj
endif
-ifdef STK
+ifdef STK_LIB
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
-INCPATH+=-I$(STK)
-LIBS+=-lstk
endif
diff --git a/externals/grill/flext/build/gnumake-lnx-icc.inc b/externals/grill/flext/build/gnumake-lnx-icc.inc
index 1eb1ce77..aec212c5 100644
--- a/externals/grill/flext/build/gnumake-lnx-icc.inc
+++ b/externals/grill/flext/build/gnumake-lnx-icc.inc
@@ -2,16 +2,12 @@ ifdef SIMD
DEFS += -DFLEXT_USE_SIMD
endif
-ifdef SNDOBJ
+ifdef SNDOBJ_LIB
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
-INCPATH+=-I$(SNDOBJ)
-LIBS+=-lsndobj
endif
-ifdef STK
+ifdef STK_LIB
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
-INCPATH+=-I$(STK)
-LIBS+=-lstk
endif
diff --git a/externals/grill/flext/build/gnumake-mac-gcc.inc b/externals/grill/flext/build/gnumake-mac-gcc.inc
index 1eb1ce77..aec212c5 100644
--- a/externals/grill/flext/build/gnumake-mac-gcc.inc
+++ b/externals/grill/flext/build/gnumake-mac-gcc.inc
@@ -2,16 +2,12 @@ ifdef SIMD
DEFS += -DFLEXT_USE_SIMD
endif
-ifdef SNDOBJ
+ifdef SNDOBJ_LIB
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
-INCPATH+=-I$(SNDOBJ)
-LIBS+=-lsndobj
endif
-ifdef STK
+ifdef STK_LIB
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
-INCPATH+=-I$(STK)
-LIBS+=-lstk
endif