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

add application 'simplecoupling'

[[Imported from SVN: r831]]
parent fc4f9e8b
Branches
No related tags found
No related merge requests found
......@@ -4,11 +4,14 @@
#LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS)
#AM_CPPFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS)
noinst_PROGRAMS = staticrod staticrod2 rod3d
noinst_PROGRAMS = staticrod staticrod2 rod3d simplecoupling
staticrod_SOURCES = staticrod.cc
staticrod2_SOURCES = staticrod2.cc
rod3d_SOURCES = rod3d.cc
simplecoupling_SOURCES = simplecoupling.cc
simplecoupling_CXXFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS) $(MPI_CPPFLAGS)
simplecoupling_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS) $(MPI_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.
Please register or to comment