mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
19561a8411
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5574 d0543943-73ff-0310-b7d9-9358b9ac24b2
27 lines
682 B
Plaintext
27 lines
682 B
Plaintext
PROJECT_NAME = "su"
|
|
OUTPUT_DIRECTORY = ../docs/html/su
|
|
|
|
INPUT = @srcdir@/su.docs @srcdir@/sofia-sip sofia-sip @srcdir@ .
|
|
|
|
@INCLUDE_PATH = . @srcdir@
|
|
@INCLUDE = ../docs/Doxyfile.conf
|
|
|
|
TAGFILES += ../docs/msg.doxytags=../msg
|
|
TAGFILES += ../docs/sip.doxytags=../sip
|
|
TAGFILES += ../docs/utils.doxytags=../utils
|
|
TAGFILES += ../docs/docs.doxytags=..
|
|
|
|
GENERATE_TAGFILE = ../docs/su.doxytags
|
|
|
|
ALIASES += "SU_TAG=@ingroup su_tag\n"
|
|
|
|
PREDEFINED += \
|
|
TSTFLAGS=1 \
|
|
SU_HAVE_BSDSOCK=0 \
|
|
su_root_s=su_root_t \
|
|
_su_task_r=su_task_r
|
|
|
|
EXCLUDE_PATTERNS += localinfo.c addrinfo.c
|
|
|
|
@INCLUDE = ../sip/sip.doxyaliases
|