Skip to content
Snippets Groups Projects
Commit deccd393 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

cleanup

[[Imported from SVN: r1772]]
parent 57c0db6e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@
LAPACKPP_CPPFLAGS = -I/home/haile/sander/lapack++-inst/include/lapackpp
LAPACKPP_LDFLAGS = -L/home/haile/sander/lapack++-inst/lib -llapackpp
# Include and linker paths to the old fortran IPOpt library
IPOPT_DIR = /home/haile/sander/COIN/Ipopt
IPOPT_LDADD = -L$(IPOPT_DIR)/lib -lipopt -llapack -lblas -lg2c
IPOPT_CPPFLAGS = -I$(IPOPT_DIR)/IPOPT/include -DHAVE_IPOPT
noinst_PROGRAMS = staticrod staticrod2 rod3d dirneucoupling
......@@ -17,11 +20,10 @@ staticrod2_SOURCES = staticrod2.cc
rod3d_SOURCES = rod3d.cc
dirneucoupling_SOURCES = dirneucoupling.cc
dirneucoupling_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(MPI_CPPFLAGS) -I$(IPOPT_DIR)/IPOPT/include \
dirneucoupling_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(IPOPT_CPPFLAGS) \
$(LAPACKPP_CPPFLAGS)
dirneucoupling_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) $(MPI_LDFLAGS) \
-L$(IPOPT_DIR)/lib -lipopt -llapack -lblas -lg2c \
$(LAPACKPP_LDFLAGS)
dirneucoupling_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) \
$(IPOPT_LDADD) $(LAPACKPP_LDFLAGS)
# don't follow the full GNU-standard
# we need automake 1.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment