blob: 81ab372fde3d8004cfa2142911ee19afd4c81e43 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 2000-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2010 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 dist-zip
13ACLOCAL_AMFLAGS = -I m4
14EXTRA_DIST = autogen.sh ccrtp.spec ccrtp.spec.in COPYING.addendum \
Alexandre Lisionddd731e2014-01-31 11:50:08 -050015 ccrtp.list ccrtp.list.in libccrtp.pc libccrtp.pc.in autoconf/* \
16 ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -040017
Alexandre Lisionddd731e2014-01-31 11:50:08 -050018SUBDIRS = src demo doc
Emeric Vigier2f625822012-08-06 11:09:52 -040019DIST_SUBDIRS = m4 src phone doc demo w32
20
21pkgconfigdir = $(libdir)/pkgconfig
Alexandre Lisionddd731e2014-01-31 11:50:08 -050022pkgconfig_DATA = libccrtp.pc
Emeric Vigier2f625822012-08-06 11:09:52 -040023
Alexandre Lisionddd731e2014-01-31 11:50:08 -050024dist-hook: cleandist
Emeric Vigier2f625822012-08-06 11:09:52 -040025
Alexandre Lisionddd731e2014-01-31 11:50:08 -050026cleandist:
27 @rm -f ${PACKAGE}-[0-9]*.tar.gz
28 @rm -f ${PACKAGE}-[0-9]*.tar.bz2
29 @rm -f ${PACKAGE}-[0-9]*.shar.gz
30 @rm -f ${PACKAGE}-[0-9]*.zip
31 @rm -f ${PACKAGE}-*.rpm
32 @rm -f ${PACKAGE}[-_]*.deb
33 @rm -f ${PACKAGE}_*.gz
34 @rm -f ${PACKAGE}_*.dsc
35 @rm -f *.changes
Emeric Vigier2f625822012-08-06 11:09:52 -040036