diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-11 04:37:42 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-01-11 04:37:42 +0000 |
commit | e62722bf0bba2ddb1b8558fa4c851c9e79dddf6c (patch) | |
tree | 165600b48cd8f36c76fd790a0f793363c225d9bd /externals/grill/vasp | |
parent | e2d190402557ed3e57679fdbfdcb8643bda84d42 (diff) |
""
svn path=/trunk/; revision=337
Diffstat (limited to 'externals/grill/vasp')
-rw-r--r-- | externals/grill/vasp/makefile.pd-linux | 5 |
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): |