Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
8b16d227
Commit
8b16d227
authored
Mar 04, 2011
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cross-references for doxygen
parent
ff4bf6dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
Makefile.am
Makefile.am
+1
-1
libsofia-sip-ua/Makefile.am
libsofia-sip-ua/Makefile.am
+4
-4
utils/Makefile.am
utils/Makefile.am
+8
-2
No files found.
Makefile.am
View file @
8b16d227
...
...
@@ -59,7 +59,7 @@ CLEANFILES = $(dist_man_MANS)
built-sources clean-built-sources valcheck doxygen
:
@
failcom
=
'exit 1'
;
for
f
in
x
$$
MAKEFLAGS
;
do
\
case
$$
f
in
*
=
*
|
--
[!
k]
*
);;
*
k
*
)
failcom
=
'fail=yes'
;;
esac
;
done
;
\
for
i
in
libsofia-sip-ua
$(GLIB_SUBDIRS)
;
do
\
for
i
in
utils
libsofia-sip-ua
$(GLIB_SUBDIRS)
;
do
\
(
cd
$$
i
&&
$(MAKE)
$(AM_MAKEFLAGS)
$@
)
||
eval
$$
failcom
;
\
done
;
\
test
-z
"
$$
fail"
...
...
libsofia-sip-ua/Makefile.am
View file @
8b16d227
...
...
@@ -68,7 +68,7 @@ checklib: checklib-recursive $(lib_LTLIBRARIES)
doxygen
:
built-sources
@
echo
Generating empty doxytags
mkdir
-p
docs/html
;
\
@
mkdir
-p
docs/html
;
\
for
d
in
$(DIST_SUBDIRS)
;
do
\
test
-r
$$
d/Doxyfile
||
continue
;
\
if
!
test
-r
docs/
$$
d.doxytags
;
then
\
...
...
@@ -79,7 +79,7 @@ doxygen: built-sources
mv
-f
docs/
$$
d.doxytags.tmp docs/
$$
d.doxytags
;
\
fi
;
\
done
for
d
in
$(DIST_SUBDIRS)
;
do
\
@
for
d
in
$(DIST_SUBDIRS)
;
do
\
(
test
-r
$$
d/Doxyfile
&&
\
cd
$$
d
>
/dev/null
&&
\
echo
running
${DOXYGEN}
first
time
in
$$
d
&&
\
...
...
@@ -90,9 +90,9 @@ doxygen: built-sources
docs/
$$
d.doxytags
>
docs/
$$
d.doxytags.tmp
&&
\
mv
-f
docs/
$$
d.doxytags.tmp docs/
$$
d.doxytags
;
\
done
for
d
in
$(DIST_SUBDIRS)
;
do
\
@
for
d
in
$(DIST_SUBDIRS)
;
do
\
(
test
-r
$$
d/Doxyfile
&&
\
cd
$$
d
>
/dev/null
\
cd
$$
d
>
/dev/null
&&
\
echo
running
${DOXYGEN}
second
time
in
$$
d
&&
\
${DOXYGEN}
2>&1
)
|
\
egrep
-v
-i
-e
'Warning: Unsupported (xml/)?html tag'
;
\
...
...
utils/Makefile.am
View file @
8b16d227
...
...
@@ -18,9 +18,8 @@ LDADD = ../libsofia-sip-ua/libsofia-sip-ua.la $(GLIB_LIBS)
# ----------------------------------------------------------------------
# Dist and install
EXTRA_DIST
=
utils.docs
CLEANFILES
=
utils.do
xytag
s
EXTRA_DIST
=
utils.do
c
s
# ----------------------------------------------------------------------
# Sofia specific rules
...
...
@@ -28,3 +27,10 @@ CLEANFILES = utils.doxytags
include
$(top_srcdir)/rules/sofia.am
INCLUDES
=
${INTERNAL_INCLUDES}
built-sources clean-built-sources valcheck
:
doxygen
:
doxygen
PHONY
=
built-sources clean-built-sources valcheck doxygen
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment