aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-11 04:37:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-11 04:37:42 +0000
commite62722bf0bba2ddb1b8558fa4c851c9e79dddf6c (patch)
tree165600b48cd8f36c76fd790a0f793363c225d9bd /externals/grill/vasp
parente2d190402557ed3e57679fdbfdcb8643bda84d42 (diff)
""
svn path=/trunk/; revision=337
Diffstat (limited to 'externals/grill/vasp')
-rw-r--r--externals/grill/vasp/makefile.pd-linux5
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux
index 530bc235..a76cdbaa 100644
--- a/externals/grill/vasp/makefile.pd-linux
+++ b/externals/grill/vasp/makefile.pd-linux
@@ -15,9 +15,10 @@ FLEXTLIB=$(FLEXTPATH)/flext_t.a
# compiler stuff
INCLUDES=$(PDINC)
-FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS
+FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS -fno-exceptions
CFLAGS=-O6 -mcpu=pentiumpro -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops
#CFLAGS=-O6 -mcpu=pentium3 -msse -mfpmath=sse -fmove-all-movables -frerun-loop-opt -finline-functions # -funroll-loops
+LDFLAGS=-Wl,-s
LIBS=m
@@ -37,7 +38,7 @@ 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):