blob: 7890502e22289aa6559fe7c07423ee18146e8801 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 1999-2005 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
11MAINTAINERCLEANFILES = Makefile.in Makefile
12EXTRA_DIST = Doxyfile Doxyfile.in
13
14info_TEXINFOS = commoncpp2.texi
15commoncpp2_TEXINFOS = gpl.texi fdl.texi fdlnotice.texi
16
17if DOXY
18noinst_DATA = doxy
19
20doxy: Doxyfile
21 $(DOXYGEN) Doxyfile
22 touch doxy
23
24endif
25
26clean-local:
27 -rm -rf html
28 -rm -rf latex
29 -rm -rf man3
30