Skip to content
Snippets Groups Projects
Commit affa7ae6 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Remove AmiraMesh and PSurface flags. They are not used

[[Imported from SVN: r9792]]
parent 2ba5af7d
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,11 @@ ADOLC_LIBS = -ladolc
noinst_PROGRAMS = cosserat-continuum rodobstacle rod3d harmonicmaps harmonicmaps-eoc rod-eoc
cosserat_continuum_SOURCES = cosserat-continuum.cc
cosserat_continuum_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(IPOPT_CPPFLAGS) $(PSURFACE_CPPFLAGS) \
cosserat_continuum_CXXFLAGS = $(UG_CPPFLAGS) $(IPOPT_CPPFLAGS) \
$(ADOLC_CPPFLAGS) $(PYTHON_CPPFLAGS)
cosserat_continuum_LDADD = $(UG_LIBS) $(AMIRAMESH_LIBS) \
$(IPOPT_LIBS) $(PSURFACE_LIBS) \
cosserat_continuum_LDADD = $(UG_LIBS) $(IPOPT_LIBS) \
$(ADOLC_LIBS) $(PYTHON_LIBS)
cosserat_continuum_LDFLAGS = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) \
$(IPOPT_LDFLAGS) $(PSURFACE_LDFLAGS) \
cosserat_continuum_LDFLAGS = $(UG_LDFLAGS) $(IPOPT_LDFLAGS) \
$(ADOLC_LDFLAGS) $(PYTHON_LDFLAGS)
rodobstacle_SOURCES = rodobstacle.cc
......
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