aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-05 04:35:15 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-05 04:35:15 +0000
commit4169399446e30cdf501a6c50fd510262d41bc887 (patch)
tree752993cb5dfb4a594580b3cf6f57e730f634dc55 /externals
parentc2d193b8e78aeca08c8c49baa83cc40b9951b833 (diff)
""
svn path=/trunk/; revision=321
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/flext/makefile.pd-cygwin2
-rw-r--r--externals/grill/flext/makefile.pd-darwin2
-rw-r--r--externals/grill/flext/makefile.pd-linux2
-rw-r--r--externals/grill/vasp/config-pd-linux.txt2
-rw-r--r--externals/grill/vasp/makefile.pd-linux10
5 files changed, 9 insertions, 9 deletions
diff --git a/externals/grill/flext/makefile.pd-cygwin b/externals/grill/flext/makefile.pd-cygwin
index 3cfb7129..42763c20 100644
--- a/externals/grill/flext/makefile.pd-cygwin
+++ b/externals/grill/flext/makefile.pd-cygwin
@@ -19,7 +19,7 @@ include $(CONFIG)
# compiler+linker stuff
INCLUDES=$(PDPATH)/src
FLAGS=-DFLEXT_SYS=2
-CFLAGS=-O6 -fno-exceptions -fno-rtti
+CFLAGS=-O6 -fno-exceptions
CFLAGS+=-mcpu=pentium3 -msse # cygwin gcc 3.2
CFLAGS_D=-g
CFLAGS_T=-DFLEXT_THREADS
diff --git a/externals/grill/flext/makefile.pd-darwin b/externals/grill/flext/makefile.pd-darwin
index d17e0774..a776cdfe 100644
--- a/externals/grill/flext/makefile.pd-darwin
+++ b/externals/grill/flext/makefile.pd-darwin
@@ -15,7 +15,7 @@ include $(CONFIG)
# compiler+linker stuff
INCLUDES=$(PDPATH) $(SNDOBJ)
FLAGS=-DFLEXT_SYS=2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes # -maltivec
-CFLAGS=-O6 -fno-exceptions -fno-rtti
+CFLAGS=-O6 -fno-exceptions
CFLAGS_D=-g -Wshadow
CFLAGS_T=-DFLEXT_THREADS
LIBS=
diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux
index c003e9e1..c48d8466 100644
--- a/externals/grill/flext/makefile.pd-linux
+++ b/externals/grill/flext/makefile.pd-linux
@@ -15,7 +15,7 @@ include $(CONFIG)
# compiler+linker stuff
INCLUDES=$(PDPATH) $(SNDOBJ) $(STK)
FLAGS=-DFLEXT_SYS=2
-CFLAGS=-O6 -fno-exceptions -fno-rtti
+CFLAGS=-O6 -fno-exceptions
CFLAGS+=-mcpu=pentiumpro # gcc 2.95
# CFLAGS+=-mcpu=pentium3 -msse # gcc 3.2
CFLAGS_D=-mcpu=pentiumpro -g
diff --git a/externals/grill/vasp/config-pd-linux.txt b/externals/grill/vasp/config-pd-linux.txt
index 9a5a177f..b10f76f1 100644
--- a/externals/grill/vasp/config-pd-linux.txt
+++ b/externals/grill/vasp/config-pd-linux.txt
@@ -6,7 +6,7 @@
CXX=g++
# where does the PD installation reside?
-PD=/usr/local/pd
+PD=/usr/local/lib/pd
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux
index 2acabdc8..530bc235 100644
--- a/externals/grill/vasp/makefile.pd-linux
+++ b/externals/grill/vasp/makefile.pd-linux
@@ -37,11 +37,11 @@ TARGET=$(TARGDIR)/$(NAME).pd_linux
# default target
all: $(TARGDIR) $(TARGET)
-$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE)
+$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) # $(MAKEFILE)
touch $(patsubst %,$(SRCDIR)/%,$(SRCS))
$(TARGDIR):
- mkdir $(TARGDIR)
+ -mkdir $(TARGDIR)
$(TARGDIR)/%.o : $(SRCDIR)/%.cpp
$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@
@@ -53,10 +53,10 @@ $(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS)) $(FLEXTLIB)
$(INSTDIR):
- mkdir $(INSTDIR)
+ -mkdir $(INSTDIR)
$(INSTDIR)/vasp: $(INSTDIR)
- mkdir $(INSTDIR)/vasp
+ -mkdir $(INSTDIR)/vasp
install:: $(INSTDIR)/vasp
@@ -66,7 +66,7 @@ install:: $(TARGET) pd
$(HELPDIR)/vasp:
- mkdir $(HELPDIR)/vasp
+ -mkdir $(HELPDIR)/vasp
install-help:: $(HELPDIR)/vasp