Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sander, Oliver
dune-gfe
Commits
a84278d8
Commit
a84278d8
authored
15 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
buildsystem fixes. In particular, these make the headercheck work
[[Imported from SVN: r5323]]
parent
6b06acd3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+6
-1
6 additions, 1 deletion
Makefile.am
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
src/Makefile.am
+16
-0
16 additions, 0 deletions
src/Makefile.am
with
23 additions
and
1 deletion
Makefile.am
+
6
−
1
View file @
a84278d8
# $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
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
a84278d8
...
...
@@ -17,6 +17,7 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile])
AC_OUTPUT
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
0 → 100644
+
16
−
0
View file @
a84278d8
# $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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment