diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-08 03:45:17 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-11-08 03:45:17 +0000 |
commit | d60f7df8256c9326c08ce207efe4b5609bc64571 (patch) | |
tree | eb075c3a6796af1dd002366bc6c4ca66af740e61 /externals/grill/vasp/makefile.pd-linux | |
parent | f520457f7314ef8432bf4253533f9d56fd74a213 (diff) |
""
svn path=/trunk/; revision=1175
Diffstat (limited to 'externals/grill/vasp/makefile.pd-linux')
-rw-r--r-- | externals/grill/vasp/makefile.pd-linux | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/externals/grill/vasp/makefile.pd-linux b/externals/grill/vasp/makefile.pd-linux index 8da8e37c..1f8f7c09 100644 --- a/externals/grill/vasp/makefile.pd-linux +++ b/externals/grill/vasp/makefile.pd-linux @@ -19,8 +19,6 @@ INCLUDES=$(PDINC) FLAGS=-DFLEXT_SYS=2 -DFLEXT_THREADS CFLAGS=-O2 ${UFLAGS} LDFLAGS=-Wl,-s -LIBS=flext - ifdef FLEXT_SHARED CFLAGS+=-shared -DFLEXT_SHARED @@ -30,7 +28,12 @@ LDFLAGS+=-i_dynamic else LDFLAGS+=-Wl,-Bdynamic endif +LIBS=flext + +else +# take threaded flext lib +LIBS=flext_t endif |