blob: 046d81595bde9222d6831f02bc2fa8e891efa959 [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
Emeric Vigier2f625822012-08-06 11:09:52 -040012ACLOCAL_AMFLAGS = -I m4
13EXTRA_DIST = autogen.sh ccrtp.spec ccrtp.spec.in COPYING.addendum \
Alexandre Lisionddd731e2014-01-31 11:50:08 -050014 ccrtp.list ccrtp.list.in libccrtp.pc libccrtp.pc.in autoconf/* \
Alexandre Lisione41ecd42014-02-27 15:51:10 -050015 ccrtp-config.h directive.in
Emeric Vigier2f625822012-08-06 11:09:52 -040016
Alexandre Lisionddd731e2014-01-31 11:50:08 -050017SUBDIRS = src demo doc
Emeric Vigier2f625822012-08-06 11:09:52 -040018DIST_SUBDIRS = m4 src phone doc demo w32
19
20pkgconfigdir = $(libdir)/pkgconfig
Alexandre Lisionddd731e2014-01-31 11:50:08 -050021pkgconfig_DATA = libccrtp.pc
Emeric Vigier2f625822012-08-06 11:09:52 -040022
Alexandre Lisionddd731e2014-01-31 11:50:08 -050023dist-hook: cleandist
Emeric Vigier2f625822012-08-06 11:09:52 -040024
Alexandre Lisionddd731e2014-01-31 11:50:08 -050025cleandist:
26 @rm -f ${PACKAGE}-[0-9]*.tar.gz
27 @rm -f ${PACKAGE}-[0-9]*.tar.bz2
28 @rm -f ${PACKAGE}-[0-9]*.shar.gz
29 @rm -f ${PACKAGE}-[0-9]*.zip
Alexandre Lisione41ecd42014-02-27 15:51:10 -050030 @rm -f *${PACKAGE}*.rpm
31 @rm -f *${PACKAGE}*.deb
Alexandre Lisionddd731e2014-01-31 11:50:08 -050032 @rm -f ${PACKAGE}_*.gz
33 @rm -f ${PACKAGE}_*.dsc
34 @rm -f *.changes
Emeric Vigier2f625822012-08-06 11:09:52 -040035