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

Move application program 'rod3d' to the new 'src' directory

[[Imported from SVN: r9982]]
parent b9dae848
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,6 @@ mixed_cosserat_continuum_LDFLAGS = $(UG_LDFLAGS) $(IPOPT_LDFLAGS) \ ...@@ -43,7 +43,6 @@ mixed_cosserat_continuum_LDFLAGS = $(UG_LDFLAGS) $(IPOPT_LDFLAGS) \
$(ADOLC_LDFLAGS) $(PYTHON_LDFLAGS) $(ADOLC_LDFLAGS) $(PYTHON_LDFLAGS)
rodobstacle_SOURCES = rodobstacle.cc rodobstacle_SOURCES = rodobstacle.cc
rod3d_SOURCES = rod3d.cc
rod_eoc_SOURCES = rod-eoc.cc rod_eoc_SOURCES = rod-eoc.cc
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
AC_PREREQ(2.50) AC_PREREQ(2.50)
DUNE_AC_INIT DUNE_AC_INIT
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([rod3d.cc]) AC_CONFIG_SRCDIR([src/rod3d.cc])
AM_CONFIG_HEADER([config.h]) AM_CONFIG_HEADER([config.h])
# we need no more than the standard DUNE-stuff # we need no more than the standard DUNE-stuff
......
SUBDIRS = SUBDIRS =
noinst_PROGRAMS = noinst_PROGRAMS = rod3d
rod3d_SOURCES = rod3d.cc
rod3d_CXXFLAGS = $(IPOPT_CPPFLAGS)
rod3d_LDADD = $(IPOPT_LIBS)
rod3d_LDFLAGS = $(IPOPT_LDFLAGS)
# we need automake 1.5 # we need automake 1.5
AUTOMAKE_OPTIONS = foreign 1.5 AUTOMAKE_OPTIONS = foreign 1.5
......
File moved
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