Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
3047e1c4
Commit
3047e1c4
authored
16 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
m4-test to check the presence of this module
[[Imported from SVN: r10050]]
parent
46941251
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+2
-1
2 additions, 1 deletion
configure.ac
m4/Makefile.am
+8
-0
8 additions, 0 deletions
m4/Makefile.am
m4/elasticity.m4
+7
-0
7 additions, 0 deletions
m4/elasticity.m4
with
18 additions
and
2 deletions
Makefile.am
+
1
−
1
View file @
3047e1c4
...
@@ -21,7 +21,7 @@ nonlinelast_SOURCES = nonlinelast.cc
...
@@ -21,7 +21,7 @@ nonlinelast_SOURCES = nonlinelast.cc
viscoelast_SOURCES
=
viscoelast.cc
viscoelast_SOURCES
=
viscoelast.cc
# Build the unit tests as well
# Build the unit tests as well
SUBDIRS
=
test
SUBDIRS
=
test
m4
# don't follow the full GNU-standard
# don't follow the full GNU-standard
# we need automake 1.5
# we need automake 1.5
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
1
View file @
3047e1c4
...
@@ -16,7 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
...
@@ -16,7 +16,8 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
AC_CONFIG_FILES([Makefile
test/Makefile])
test/Makefile
m4/Makefile])
AC_OUTPUT
AC_OUTPUT
# finally print the summary information
# finally print the summary information
...
...
This diff is collapsed.
Click to expand it.
m4/Makefile.am
0 → 100644
+
8
−
0
View file @
3047e1c4
ALLM4S
=
elasticity.m4
aclocaldir
=
$(
datadir
)
/aclocal
aclocal_DATA
=
$(
ALLM4S
)
EXTRA_DIST
=
$(
ALLM4S
)
include
$(top_srcdir)/am/global-rules
This diff is collapsed.
Click to expand it.
m4/elasticity.m4
0 → 100644
+
7
−
0
View file @
3047e1c4
AC_DEFUN([ELASTICITY_CHECKS],[
# AC_REQUIRE([DUNE_IPOPT])
])
AC_DEFUN([ELASTICITY_CHECK_MODULE],[
DUNE_CHECK_MODULES([elasticity], [src/elasticityhelpers.hh])
])
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