Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
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-istl
Commits
71df511d
Commit
71df511d
authored
20 years ago
by
Jorrit Fahlke
Browse files
Options
Downloads
Patches
Plain Diff
Moving refinement into dune/grid/common.
[[Imported from SVN: r174]]
parent
f041a127
No related branches found
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
+3
-0
3 additions, 0 deletions
configure.ac
doc/Makefile.am
+3
-2
3 additions, 2 deletions
doc/Makefile.am
with
7 additions
and
3 deletions
Makefile.am
+
1
−
1
View file @
71df511d
...
...
@@ -4,7 +4,7 @@
# need automake >= 1.5
AUTOMAKE_OPTIONS
=
foreign 1.5
SUBDIRS
=
common fem grid operator quadrature solver lib istl doc bin m4
SUBDIRS
=
common fem grid operator quadrature solver lib istl doc bin m4
am
pkgconfigdir
=
$(
libdir
)
/pkgconfig
pkgconfig_DATA
=
dune.pc
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
0
View file @
71df511d
...
...
@@ -22,6 +22,7 @@ AC_CHECK_PROGS([TEX], [latex], [true])
AC_CHECK_PROGS([BIBTEX], [bibtex], [true])
AC_CHECK_PROGS([DVIPDF], [dvipdf], [true])
AC_CHECK_PROGS([DVIPS], [dvips], [true])
DUNE_INKSCAPE
echo
echo Checking for libraries the self-test could use:
...
...
@@ -102,6 +103,7 @@ AC_CONFIG_FILES([Makefile
grid/albertagrid/Makefile
grid/bsgrid/Makefile
grid/common/Makefile
grid/common/refinement/Makefile
grid/onedgrid/Makefile
grid/sgrid/Makefile
grid/test/Makefile
...
...
@@ -126,5 +128,6 @@ AC_CONFIG_FILES([Makefile
solver/pmgsolver/Makefile
doc/Makefile
m4/Makefile
am/Makefile
dune.pc])
AC_OUTPUT
This diff is collapsed.
Click to expand it.
doc/Makefile.am
+
3
−
2
View file @
71df511d
...
...
@@ -10,13 +10,14 @@ WEBDIR = /var/www/dune/doxygen
WEBFILES
=
html/
*
.html html/
*
.css html/
*
.png doxygen.log
# what files does the doxygen-generated stuff depend on (find-syntax)
DEPENDON
=
-name
\*
.cc
-o
-name
\*
.hh
-o
-name
\*
.css
-o
-name
\*
.html
DEPENDON
=
-name
\*
.cc
-o
-name
\*
.hh
-o
-name
\*
.css
-o
-name
\*
.html
-o
-name
\*
.png
# check dependency ourself to be robust
doxygen-tag
:
FORCE
set
-e
;
\
if
test
!
-e
doxygen-tag
||
test
x
"
`
find
$(
top_srcdir
)
\(
$(
DEPENDON
)
\)
-a
-cnewer
doxygen-tag
-print
`
"
!=
x
;
then
\
echo
Running doxygen. This may take a
while
...
;
\
$(
DOXYGEN
)
>
doxygen.log 2>&1
;
\
$(
DOXYGEN
)
>
doxygen.log 2>&1
<&-
;
\
touch
doxygen-tag
;
\
fi
...
...
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