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
f1ff33e8
Commit
f1ff33e8
authored
14 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update build system to new, Dune-conforming directory layout
[[Imported from SVN: r5936]]
parent
c60beddc
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
+3
-2
3 additions, 2 deletions
configure.ac
dune/gfe/Makefile.am
+1
-1
1 addition, 1 deletion
dune/gfe/Makefile.am
m4/Makefile.am
+1
-1
1 addition, 1 deletion
m4/Makefile.am
with
6 additions
and
5 deletions
Makefile.am
+
1
−
1
View file @
f1ff33e8
...
...
@@ -3,7 +3,7 @@
# we need the module file to be able to build via dunecontrol
EXTRA_DIST
=
dune.module
SUBDIRS
=
m4
src
test
SUBDIRS
=
m4
dune
test
# possible options
LDADD
=
$(
IPOPT_LDFLAGS
)
$(
IPOPT_LIBS
)
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
2
View file @
f1ff33e8
...
...
@@ -16,10 +16,11 @@ AC_SUBST(AM_LDFLAGS, $DUNE_LDFLAGS)
LIBS="$DUNE_LIBS"
AC_CONFIG_FILES([Makefile
src/Makefile
dune/Makefile
dune/gfe/Makefile
test/Makefile
m4/Makefile
rods
.pc
dune-gfe
.pc
])
AC_OUTPUT
...
...
This diff is collapsed.
Click to expand it.
dune/gfe/Makefile.am
+
1
−
1
View file @
f1ff33e8
# $Id:
Makefile.am 5716 2009-11-20 12:23:19Z dedner
$
# $Id: $
SUBDIRS
=
...
...
This diff is collapsed.
Click to expand it.
m4/Makefile.am
+
1
−
1
View file @
f1ff33e8
ALLM4S
=
rods
.m4
ALLM4S
=
dune-gfe
.m4
aclocaldir
=
$(
datadir
)
/aclocal
aclocal_DATA
=
$(
ALLM4S
)
...
...
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