blob: aa9d6188b6e06d0fb1119965818aeea2011cd706 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2000-2002 Open Source Telecom Corporation.
2#
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11AUTOMAKE_OPTIONS = no-dependencies
12EXTRA_DIST = srcmodel.txt srcmodel.dia Doxyfile Doxymini
13
14info_TEXINFOS = ccrtp.texi
15ccrtp_TEXINFOS = gpl.texi fdl.texi fdlnotice.texi
16
17if DOXY
18noinst_DATA = doxy
19
20doxy: Doxyfile
21 (cd @srcdir@ ; $(DOXYGEN) Doxymini)
22 touch doxy
23
24endif
25
26