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
b9dae848
Commit
b9dae848
authored
10 years ago
by
Oliver Sander
Committed by
sander
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make new subdirectory 'src' for all executable programs
[[Imported from SVN: r9981]]
parent
9868aa3f
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
+1
-1
1 addition, 1 deletion
Makefile.am
configure.ac
+1
-0
1 addition, 0 deletions
configure.ac
src/Makefile.am
+13
-0
13 additions, 0 deletions
src/Makefile.am
with
15 additions
and
1 deletion
Makefile.am
+
1
−
1
View file @
b9dae848
...
...
@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol
EXTRA_DIST
=
dune.module
SUBDIRS
=
doc m4 dune
test
SUBDIRS
=
doc m4 dune
src
test
# possible options
LDADD
=
$(
IPOPT_LDFLAGS
)
$(
IPOPT_LIBS
)
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
0
View file @
b9dae848
...
...
@@ -22,6 +22,7 @@ AC_CONFIG_FILES([Makefile
dune/Makefile
dune/gfe/Makefile
dune/gfe/coupling/Makefile
src/Makefile
test/Makefile
m4/Makefile
dune-gfe.pc
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
0 → 100644
+
13
−
0
View file @
b9dae848
SUBDIRS
=
noinst_PROGRAMS
=
# we need automake 1.5
AUTOMAKE_OPTIONS
=
foreign 1.5
# pass most important options when "make distcheck" is used
DISTCHECK_CONFIGURE_FLAGS
=
--with-dune-common
=
$(
DUNE_COMMON_ROOT
)
--with-dune-geometry
=
$(
DUNE_GEOMETRY_ROOT
)
--with-dune-grid
=
$(
DUNE_GRID_ROOT
)
--with-dune-istl
=
$(
DUNE_ISTL_ROOT
)
--with-dune-localfunctions
=
$(
DUNE_LOCALFUNCTIONS_ROOT
)
CXX
=
"
$(
CXX
)
"
CC
=
"
$(
CC
)
"
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