blob: ca6e4a49ee975ba56944f1c9d161341e2bde943f [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2002-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
3#
4# This file is free software; as a special exception the author gives
5# unlimited permission to copy and/or distribute it, with or without
6# modifications, as long as this notice is preserved.
7#
8# This program is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12AUTOMAKE_OPTIONS = no-dependencies dist-shar
13ccxxincludedir=$(includedir)/ccrtp
14
15ccxxinclude_HEADERS = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
16 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h rtp.h pool.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -050017 CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -040018
19kdoc_headers = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
Alexandre Lisionddd731e2014-01-31 11:50:08 -050020 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h CryptoContext.h CryptoContextCtrl.h
Emeric Vigier2f625822012-08-06 11:09:52 -040021
22kdoc:
23 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)