~gggears/gggears/trunk

« back to all changes in this revision

Viewing changes to fem/Makefile

  • Committer: logari81
  • Date: 2014-02-05 22:38:16 UTC
  • Revision ID: svn-v4:433e8906-c453-4489-8f44-c7b8bebe3772:trunk:96
Fix compilation errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
LDR = g++
10
10
#DEBUG = -g -O0
11
11
CFLAGS = -Wall $(DEBUG)
12
 
LFLAGS = -Wall -Wl,--as-needed -lgetfem $(DEBUG) -ldmumps_seq
 
12
LFLAGS = -Wall -Wl,--as-needed -lgetfem $(DEBUG) -ldmumps_seq -lmuparser
13
13
 
14
14
prefix = /usr/local
15
15
bindir = $(prefix)/bin