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

buildsystem fixes. In particular, these make the headercheck work

[[Imported from SVN: r5323]]
parent 6b06acd3
No related branches found
No related tags found
No related merge requests found
# $Id$
SUBDIRS = m4 src test
# possible options
LDADD = $(IPOPT_LDFLAGS) $(IPOPT_LIBS)
AM_CPPFLAGS += $(IPOPT_CPPFLAGS)
noinst_PROGRAMS = rodobstacle rod3d harmonicmaps dirneucoupling neudircoupling rod-eoc
noinst_PROGRAMS = rodobstacle rod3d harmonicmaps dirneucoupling neudircoupling rod-eoc
rodobstacle_SOURCES = rodobstacle.cc
rod3d_SOURCES = rod3d.cc
......@@ -29,3 +31,6 @@ neudircoupling_LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAM
# don't follow the full GNU-standard
# we need automake 1.5
AUTOMAKE_OPTIONS = foreign 1.5
include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/top-rules
......@@ -17,6 +17,7 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile])
AC_OUTPUT
......
# $Id: Makefile.am 5716 2009-11-20 12:23:19Z dedner $
SUBDIRS =
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/..
srcincludedir = $(includedir)/dune/common
srcinclude_HEADERS = averagedistanceassembler.hh localgeodesicfefunction.hh \
quaternion.hh rodrefine.hh averageinterface.hh \
localgeodesicfestiffness.hh riemanniantrsolver.hh rodwriter.hh \
geodesicdifference.hh makestraightrod.hh rigidbodymotion.hh \
rotation.hh geodesicfeassembler.hh maxnormtrustregion.hh \
rodassembler.hh svd.hh harmonicenergystiffness.hh \
planarrodassembler.hh rodlocalstiffness.hh targetspacertrsolver.hh
include $(top_srcdir)/am/global-rules
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