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
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
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
Timo Koch
dune-common
Commits
ae20f3e8
Commit
ae20f3e8
authored
12 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
remove reference to the obsolete DUNE_SYMLINK macro
[[Imported from SVN: r7079]]
parent
085d8f14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/buildsystem/buildsystem.tex
+1
-15
1 addition, 15 deletions
doc/buildsystem/buildsystem.tex
with
1 addition
and
15 deletions
doc/buildsystem/buildsystem.tex
+
1
−
15
View file @
ae20f3e8
...
...
@@ -262,11 +262,7 @@ A \dune module should comply with the following rules:
and
\texttt
{
\emph
{
MODULE
}
\_
CHECK
\_
MODULE
}
, in order to setup and
find your module (see~
\ref
{
m4files
}
).
\item
Header files should be accessible via
\verb
!
#include <dune/foo/bar.hh>
!
,
otherwise they cannot be used by other
\dune
modules. In order to work
with a freshly checkout version of your module you will usually need
to create a local symbolic link
\texttt
{
dune ->
\textit
{
module-directory/
}}
. This link gets created by the
\texttt
{
DUNE
\_
SYMLINK
}
command in your
\configureac
. When running
otherwise they cannot be used by other
\dune
modules. When running
\texttt
{
make install
}
all header files should be installed into
\texttt
{
\textit
{
prefix
}
/include/dune/
}
.
\end{itemize}
...
...
@@ -1059,16 +1055,6 @@ We offer a set of macros that can be used in your \configureac:
In order to make the dependencies known to
\configure
\autogen
calls
\texttt
{
dunecontrol m
4
create
}
and write a file
\texttt
{
dependencies.m
4
}
.
\item
\texttt
{
DUNE
\_
SYMLINK
}
creates symlink
\texttt
{
\$
(
top
\_
srcdir
)/
dune
}
$
\!\rightarrow
$
\texttt
{
\$
(
top
\_
srcdir
)
}
. The programming guidelines
(
\ref
{
guidelines
}
)
require that the include statements be like
\texttt
{
\#
include
<dune
/
...>
}
. If your module has a directory structure
\texttt
{
\topsrc
/
foo
}
, you will need such a link. However, you are
encouraged to store the files directly in a directory structure
\texttt
{
\topsrc
/
dune
/
foo
}
in order to avoid any inconvenience when
copying the files. This will also eliminate the necessity for
\texttt
{
DUNE
\_
SYMLINK
}
.
\item
\texttt
{
DUNE
\_
AUTOBUILD
\_
FLAGS
}
adds configure flags needed to create log files for
\texttt
{
dune
-
autobuild
}
. If you want to add your module to the
...
...
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