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
6e726f7d
Commit
6e726f7d
authored
10 years ago
by
Felix Gruber
Committed by
Christoph Grüninger
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[duneproject] remove empty lines at beginning and end of generated files
parent
b0505713
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
bin/duneproject
+0
-13
0 additions, 13 deletions
bin/duneproject
with
0 additions
and
13 deletions
bin/duneproject
+
0
−
13
View file @
6e726f7d
...
...
@@ -442,7 +442,6 @@ for further options.
The full build-system is described in the dune-common/doc/buildsystem (Git version) or under share/doc/dune-common/buildsystem if you installed DUNE!
R_DELIM
################## MAKEFILE.AM ##################
...
...
@@ -478,7 +477,6 @@ include \$(top_srcdir)/am/global-rules
# Generate package configuration files for finding
# installed modules with CMake
include
\$
(top_srcdir)/am/cmake-pkg-config
M_DELIM
################## CMakeLists.txt ##################
...
...
@@ -602,17 +600,14 @@ mkdir "$PROJECT/src"
echo
"-
$PROJECT
/src/CMakeLists.txt"
cat
>
"
$PROJECT
/src/CMakeLists.txt"
<<
M_DELIM
add_executable("
${
MODULE
}
"
${
MODULE
}
.cc)
target_link_dune_default_libraries("
${
MODULE
}
")
M_DELIM
################## src/MAKEFILE.AM ##################
echo
"-
$PROJECT
/src/Makefile.am"
cat
>
"
$PROJECT
/src/Makefile.am"
<<
M_DELIM
SUBDIRS =
noinst_PROGRAMS =
${
MODULE
}
...
...
@@ -652,7 +647,6 @@ DISTCHECK_CONFIGURE_FLAGS = $DISTCHECK_CONFIGURE_FLAGS CXX="\$(CXX)" CC="\$(CC)"
EXTRA_DIST = CMakeLists.txt
include
\$
(top_srcdir)/am/global-rules
M_DELIM
################## PROJECT.CC ##################
...
...
@@ -705,9 +699,7 @@ CC_DELIM
################## M4/CMakeLists.txt ##############
echo
"-
$PROJECT
/m4/CMakeLists.txt"
cat
>
"
$PROJECT
/m4/CMakeLists.txt"
<<
CC_DELIM
install(PROGRAMS
$MODULE
.m4 DESTINATION
\$
{CMAKE_INSTALL_DATAROOTDIR}/dune/aclocal)
CC_DELIM
################## M4/PROJECT.M4 ####################
...
...
@@ -775,7 +767,6 @@ echo "- $PROJECT/dune/$NAME/CMakeLists.txt"
cat
>
$PROJECT
/dune/
$NAME
/CMakeLists.txt
<<
EOF
#install headers
install(FILES
${
NAME
}
.hh DESTINATION include/dune/
$NAME
)
EOF
################## dune/$NAME/$NAME.hh #################
...
...
@@ -799,7 +790,6 @@ mkdir "$PROJECT/doc"
################## doc/Makefile.am ####################
echo
"-
$PROJECT
/doc/Makefile.am"
cat
>
"
$PROJECT
/doc/Makefile.am"
<<
CC_DELIM
SUBDIRS = doxygen
CURDIR = doc
BASEDIR = ..
...
...
@@ -866,14 +856,12 @@ INPUT += @top_srcdir@/dune/
# the
\i
mage command).
# IMAGE_PATH += @top_srcdir@/dune/
$NAME
/pics
CC_DELIM
################# doc/doxygen/Makefile.am #####################
echo
"-
$PROJECT
/doc/doxygen/Makefile.am"
cat
>
"
$PROJECT
/doc/doxygen/Makefile.am"
<<
CC_DELIM
BASEDIR=../..
CURDIR=doc/doxygen
...
...
@@ -881,7 +869,6 @@ EXTRA_DIST = CMakeLists.txt
include
\$
(top_srcdir)/am/doxygen
include
\$
(top_srcdir)/am/global-rules
CC_DELIM
################# doc/doxygen/CMakeLists.txt #####################
...
...
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