Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
0179528d
Commit
0179528d
authored
16 years ago
by
Martin Nolte
Browse files
Options
Downloads
Patches
Plain Diff
ported revision 5458, 5459, 5460 from trunk
[[Imported from SVN: r5461]]
parent
10074f35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/buildsystem/buildsystem.tex
+9
-8
9 additions, 8 deletions
doc/buildsystem/buildsystem.tex
doc/doxygen/Makefile.am
+1
-1
1 addition, 1 deletion
doc/doxygen/Makefile.am
with
10 additions
and
9 deletions
doc/buildsystem/buildsystem.tex
+
9
−
8
View file @
0179528d
\documentclass
[11pt,a4paper,headinclude,footinclude,DIV16,normalheadings]
{
scrartcl
}
\usepackage
[today,nofancy]
{
svninfo
}
%
\usepackage[today,nofancy]{svninfo}
\usepackage
[automark]
{
scrpage2
}
\usepackage
[ansinew]
{
inputenc
}
%\usepackage{german}
...
...
@@ -49,7 +49,8 @@
\author
{
Christian Engwer
$^
\ast
$
\and
Felix Albrecht
$^
\dagger
$}
\date
{
\svnToday
}
%\date{\svnToday}
\date
{
March 1 2009
}
\publishers
{
%
\vspace
{
10mm
}
...
...
@@ -1086,15 +1087,15 @@ Suggests: UG Alberta Alu3d
# overload the run
_
configure command
run
_
configure ()
{
# lets extend the paramter list
$
PARAM
S
# lets extend the paramter list
$
CMD
_
FLAG
S
if test "x
$
HAVE
_
UG" == "xyes"; then
PARAMS="
$
PARAM
S
\"
--
with
-
ug
=
$
PATH
_
UG
\"
"
CMD
_
FLAGS="
$
CMD
_
FLAG
S
\"
--
with
-
ug
=
$
PATH
_
UG
\"
"
fi
if test "x
$
HAVE
_
Alberta"
==
"xyes"; then
PARAMS
=
"
$
PARAM
S
\"
--with-alberta=
$
PATH
_
Alberta
\"
"
CMD
_
FLAGS
=
"
$
CMD
_
FLAG
S
\"
--with-alberta=
$
PATH
_
Alberta
\"
"
fi
if test "x
$
HAVE
_
Alu3d" == "xyes"; then
PARAMS="
$
PARAM
S
\"
--
with
-
alugrid
=
$
PATH
_
Alu3d
\"
"
CMD
_
FLAGS="
$
CMD
_
FLAG
S
\"
--
with
-
alugrid
=
$
PATH
_
Alu3d
\"
"
fi
# call the default implementation
run
_
default
_
configure
...
...
@@ -1121,8 +1122,8 @@ The command section lets you overload the default implementation
provided by
\dunecontrol
. For each command
\dunecontrol
call the
function
\texttt
{
run
\_\textit
{
command
}}
. The parameters from the
commandline or the opts file are store in the variable
\texttt
{
\$
PARAM
S
}
. If you just want to create additional parameters
you can add these to
\texttt
{
\$
PARAM
S
}
and then call the default
\texttt
{
\$
CMD
\_
FLAG
S
}
. If you just want to create additional parameters
you can add these to
\texttt
{
\$
CMD
\_
FLAG
S
}
and then call the default
implementation of the command via
\texttt
{
run
\_
default
\_\textit
{
command
}}
.
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/Makefile.am
+
1
−
1
View file @
0179528d
...
...
@@ -7,7 +7,7 @@ WHAT=
if
BUILD_DOCS
if
WML
WHAT
=
bestpractice.html
WHAT
+
=
bestpractice.html
endif
endif
...
...
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