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
Tobias Leibner
dune-common
Commits
b8504406
Commit
b8504406
authored
18 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
removed gnu make specific make rules
[[Imported from SVN: r4799]]
parent
b3953434
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
am/checklog
+1
-1
1 addition, 1 deletion
am/checklog
am/update-libs
+3
-1
3 additions, 1 deletion
am/update-libs
am/webstuff
+3
-5
3 additions, 5 deletions
am/webstuff
doc/doxygen/Makefile.am
+4
-3
4 additions, 3 deletions
doc/doxygen/Makefile.am
with
11 additions
and
10 deletions
am/checklog
+
1
−
1
View file @
b8504406
...
...
@@ -11,7 +11,7 @@ LOG_SET_OPTIONS = \
dir=$$(basename $$path)
$(DUNE_COMMON_ROOT)/bin/check-log-store: $(DUNE_COMMON_ROOT)/bin/check-log-store.in
$(MAKE) -C
$(DUNE_COMMON_ROOT)/bin/ check-log-store
cd
$(DUNE_COMMON_ROOT)/bin/
&& $(MAKE)
check-log-store
check-log: $(DUNE_COMMON_ROOT)/bin/check-log-store
check-log:
...
...
This diff is collapsed.
Click to expand it.
am/update-libs
+
3
−
1
View file @
b8504406
...
...
@@ -18,6 +18,8 @@
LOCAL_LIBS = @LOCAL_LIBS@
%.la: MAKELIBS.force
make -C $$(dirname $@) $$(basename $@)
cd $$(dirname $@) && $(MAKE) $$(basename $@)
MAKELIBS.force:
.PHONY: MAKELIBS.force
This diff is collapsed.
Click to expand it.
am/webstuff
+
3
−
5
View file @
b8504406
...
...
@@ -9,13 +9,11 @@
# CURDIR should be defined in the same way as in dune-web
# pass on this variables to wmlwrap via environment
export
DUNEWEBDIR
export
BASEDIR
# pass files through wrapper
# pass variables to wmlwrap via environment
.wml.html
:
export
DUNEWEBDIR
=
$(
DUNEWEBDIR
);
\
export
BASEDIR
=
$(
BASEDIR
);
\
sh
$(
DUNE_COMMON_ROOT
)
/bin/wmlwrap
-I
$(
srcdir
)
$<
-o
$@
web-install
:
all
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/Makefile.am
+
4
−
3
View file @
b8504406
...
...
@@ -20,7 +20,7 @@ DOXYGENINSTALL = *.html *.css *.png *.gif
if
WML
# themeing doxygen
DOXYGENHEADER
=
doxy-header.html
DOXYGENHEADER
=
doxy-header.html
.build
DOXYGENFOOTER
=
doxy-footer.html
DOXYGENSTYLESHEET
=
dune-doxy.css
DOYXFILE_OVERWRITE
=
echo
"HTML_HEADER =
$(
DOXYGENHEADER
)
"
;
\
...
...
@@ -53,13 +53,14 @@ DEPENDON = -name \*.cc -o -name \*.hh -o -name \*.png
# as all doxygen files fill be installed in the html subdirectory
# the BASEDIR has to be adjusted
doxy-header.html
:
BASEDIR=../../..
doxy-header.html.build
:
FORCE
$(
MAKE
)
doxy-header.html
BASEDIR
=
../../..
# check dependency ourself to be robust
doxygen-tag
:
FORCE $(DOXYGENHEADER)
set
-e
;
\
if
test
-e
Doxyfile
;
then
\
if
test
!
-e
doxygen-tag
||
test
x
"
`
find
$(
top_srcdir
)
\(
$(
DEPENDON
)
\)
-a
-
c
newer
doxygen-tag
-print
`
"
!=
x
;
then
\
if
test
!
-e
doxygen-tag
||
test
x
"
`
find
$(
top_srcdir
)
\(
$(
DEPENDON
)
\)
-a
-newer
doxygen-tag
-print
`
"
!=
x
;
then
\
echo
Running doxygen. This may take a
while
...
;
\
(
cat
Doxyfile
;
$(
DOYXFILE_OVERWRITE
)
)
>
Doxyfile.tmp
;
\
$(
DOXYGEN
)
Doxyfile.tmp
>
doxygen.log 2>&1 <&-
;
\
...
...
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