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
f396624b
Commit
f396624b
authored
15 years ago
by
Leo Schmidt
Committed by
lschmidt@PCPOOL.MI.FU-BERLIN.DE
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added rods.pc, complemented configure.ac and Makefile.am
[[Imported from SVN: r5371]]
parent
930fa727
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+3
-0
3 additions, 0 deletions
Makefile.am
configure.ac
+4
-1
4 additions, 1 deletion
configure.ac
rods.pc
+14
-0
14 additions, 0 deletions
rods.pc
with
21 additions
and
1 deletion
Makefile.am
+
3
−
0
View file @
f396624b
# $Id$
# we need the module file to be able to build via dunecontrol
EXTRA_DIST
=
dune.module
SUBDIRS
=
m4 src
test
# possible options
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
4
−
1
View file @
f396624b
...
...
@@ -18,7 +18,10 @@ LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
test/Makefile])
test/Makefile
m4/Makefile
rods.pc
])
AC_OUTPUT
# finally print the summary information
...
...
This diff is collapsed.
Click to expand it.
rods.pc
0 → 100644
+
14
−
0
View file @
f396624b
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
CXX=g++ -std=c++0x
CC=gcc
DEPENDENCIES= dune-common dune-grid dune-istl dune-disc dune-solvers ag-common
Name: rods
Version: 0.0
Description: Dune (Distributed and Unified Numerics Environment) rods module
Requires: ${DEPENDENCIES}
Libs:
Cflags: -I${includedir}
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