blob: ccd1928fcee2522bd7bc5cf7a9ba49d1ff5cebe9 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
Emeric Vigier2f625822012-08-06 11:09:52 -04002# Makefile. Generated from Makefile.in by configure.
3
Alexandre Lisionddd731e2014-01-31 11:50:08 -05004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Emeric Vigier2f625822012-08-06 11:09:52 -04006# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17# Copyright (C) 2000-2005 Open Source Telecom Corporation.
18# Copyright (C) 2006-2010 David Sugar, Tycho Softworks.
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
28
Alexandre Lisionddd731e2014-01-31 11:50:08 -050029am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040074pkgdatadir = $(datadir)/ccrtp
75pkgincludedir = $(includedir)/ccrtp
76pkglibdir = $(libdir)/ccrtp
77pkglibexecdir = $(libexecdir)/ccrtp
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = x86_64-unknown-linux-gnu
Alexandre Lisionddd731e2014-01-31 11:50:08 -050091host_triplet = x86_64-unknown-linux-gnu
92target_triplet = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -040093subdir = .
Alexandre Lisionddd731e2014-01-31 11:50:08 -050094DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
95 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
96 $(top_srcdir)/configure $(am__configure_deps) \
97 $(srcdir)/ccrtp-config.h.in $(srcdir)/ccrtp.spec.in \
98 $(srcdir)/libccrtp.spec.in $(srcdir)/ccrtp.list.in \
99 $(srcdir)/libccrtp.pc.in COPYING THANKS TODO \
Emeric Vigier2f625822012-08-06 11:09:52 -0400100 autoconf/config.guess autoconf/config.sub autoconf/install-sh \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500101 autoconf/missing autoconf/ltmain.sh \
102 $(top_srcdir)/autoconf/config.guess \
103 $(top_srcdir)/autoconf/config.sub \
104 $(top_srcdir)/autoconf/install-sh \
105 $(top_srcdir)/autoconf/ltmain.sh \
106 $(top_srcdir)/autoconf/missing
Emeric Vigier2f625822012-08-06 11:09:52 -0400107ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
112 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
113 $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115 $(ACLOCAL_M4)
116am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
117 configure.lineno config.status.lineno
118mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500119CONFIG_HEADER = ccrtp-config.h
120CONFIG_CLEAN_FILES = ccrtp.spec libccrtp.spec ccrtp.list libccrtp.pc
Emeric Vigier2f625822012-08-06 11:09:52 -0400121CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500122AM_V_P = $(am__v_P_$(V))
123am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_$(V))
127am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_$(V))
131am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
132am__v_at_0 = @
133am__v_at_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400134depcomp =
135am__depfiles_maybe =
136SOURCES =
137DIST_SOURCES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500138RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
139 ctags-recursive dvi-recursive html-recursive info-recursive \
140 install-data-recursive install-dvi-recursive \
141 install-exec-recursive install-html-recursive \
142 install-info-recursive install-pdf-recursive \
143 install-ps-recursive install-recursive installcheck-recursive \
144 installdirs-recursive pdf-recursive ps-recursive \
145 tags-recursive uninstall-recursive
146am__can_run_installinfo = \
147 case $$AM_UPDATE_INFO_DIR in \
148 n|no|NO) false;; \
149 *) (install-info --version) >/dev/null 2>&1;; \
150 esac
Emeric Vigier2f625822012-08-06 11:09:52 -0400151am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152am__vpath_adj = case $$p in \
153 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
154 *) f=$$p;; \
155 esac;
156am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
157am__install_max = 40
158am__nobase_strip_setup = \
159 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
160am__nobase_strip = \
161 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
162am__nobase_list = $(am__nobase_strip_setup); \
163 for p in $$list; do echo "$$p $$p"; done | \
164 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
165 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
166 if (++n[$$2] == $(am__install_max)) \
167 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
168 END { for (dir in files) print dir, files[dir] }'
169am__base_list = \
170 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
171 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500172am__uninstall_files_from_dir = { \
173 test -z "$$files" \
174 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
175 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
176 $(am__cd) "$$dir" && rm -f $$files; }; \
177 }
Emeric Vigier2f625822012-08-06 11:09:52 -0400178am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
179DATA = $(pkgconfig_DATA)
180RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
181 distclean-recursive maintainer-clean-recursive
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500182am__recursive_targets = \
183 $(RECURSIVE_TARGETS) \
184 $(RECURSIVE_CLEAN_TARGETS) \
185 $(am__extra_recursive_targets)
186AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
187 cscope distdir dist dist-all distcheck
188am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
189 $(LISP)ccrtp-config.h.in
190# Read a list of newline-separated strings from the standard input,
191# and print each of them once, without duplicates. Input order is
192# *not* preserved.
193am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197'
198# Make sure the list of sources is unique. This is necessary because,
199# e.g., the same source file might be shared among _SOURCES variables
200# for different programs/libraries.
201am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400206ETAGS = etags
207CTAGS = ctags
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500208CSCOPE = cscope
Emeric Vigier2f625822012-08-06 11:09:52 -0400209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210distdir = $(PACKAGE)-$(VERSION)
211top_distdir = $(distdir)
212am__remove_distdir = \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500213 if test -d "$(distdir)"; then \
214 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
215 && rm -rf "$(distdir)" \
216 || { sleep 5 && rm -rf "$(distdir)"; }; \
217 else :; fi
218am__post_remove_distdir = $(am__remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400219am__relativize = \
220 dir0=`pwd`; \
221 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
222 sed_rest='s,^[^/]*/*,,'; \
223 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
224 sed_butlast='s,/*[^/]*$$,,'; \
225 while test -n "$$dir1"; do \
226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
227 if test "$$first" != "."; then \
228 if test "$$first" = ".."; then \
229 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
231 else \
232 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
233 if test "$$first2" = "$$first"; then \
234 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
235 else \
236 dir2="../$$dir2"; \
237 fi; \
238 dir0="$$dir0"/"$$first"; \
239 fi; \
240 fi; \
241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
242 done; \
243 reldir="$$dir2"
244DIST_ARCHIVES = $(distdir).tar.gz $(distdir).shar.gz $(distdir).zip
245GZIP_ENV = --best
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500246DIST_TARGETS = dist-shar dist-gzip dist-zip
Emeric Vigier2f625822012-08-06 11:09:52 -0400247distuninstallcheck_listfiles = find . -type f -print
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500248am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
249 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Emeric Vigier2f625822012-08-06 11:09:52 -0400250distcleancheck_listfiles = find . -type f -print
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500251ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing aclocal-1.13
252AMTAR = $${TAR-tar}
253AM_DEFAULT_VERBOSITY = 1
254AR = ar
255AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
256AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
257AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400258AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500259CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400260CCDEPMODE = depmode=none
261CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500262COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
263COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
264CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400265CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500266CXX = g++
267CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400268CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500269CXXFLAGS = -g -O2 -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
Emeric Vigier2f625822012-08-06 11:09:52 -0400270CYGPATH_W = echo
271DEFS = -DHAVE_CONFIG_H
272DEPDIR = .deps
273DLLTOOL = false
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500274DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400275DSYMUTIL =
276DUMPBIN =
277ECHO_C =
278ECHO_N = -n
279ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500280EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400281EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500282FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400283FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500284GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
285GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400286INSTALL = /usr/bin/install -c
287INSTALL_DATA = ${INSTALL} -m 644
288INSTALL_PROGRAM = ${INSTALL}
289INSTALL_SCRIPT = ${INSTALL}
290INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
291KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500292LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400293LDFLAGS =
294LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500295LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
296LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400297LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500298LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400299LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400300LIPO =
301LN_S = ln -s
302LTLIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500303LT_CCXX_VERSION = -version-info 2:2:0
304LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400305LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500306LT_RELEASE =
307LT_SUBVER = 2.0
308LT_VERSION = 2:2:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400309MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500310MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400311MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500312MKDIR_P = /usr/bin/mkdir -p
313NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400314NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500315OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400316OBJEXT = o
317OTOOL =
318OTOOL64 =
319PACKAGE = ccrtp
320PACKAGE_BUGREPORT =
321PACKAGE_NAME =
322PACKAGE_STRING =
323PACKAGE_TARNAME =
324PACKAGE_URL =
325PACKAGE_VERSION =
326PATH_SEPARATOR = :
327PKG_CONFIG = /usr/bin/pkg-config
328PKG_CONFIG_LIBDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500329PKG_CONFIG_PATH = /usr/local/lib/pkgconfig
330RANLIB = ranlib
331SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400332SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500333SHELL = /bin/sh
334STRIP = strip
335VERSION = 2.0.4
Emeric Vigier2f625822012-08-06 11:09:52 -0400336WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500337abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
338abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
339abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
340abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
341ac_ct_AR = ar
342ac_ct_CC = gcc
343ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400344ac_ct_DUMPBIN =
345am__include = include
346am__leading_dot = .
347am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500348am__tar = $${TAR-tar} chof - "$$tardir"
349am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400350bindir = ${exec_prefix}/bin
351build = x86_64-unknown-linux-gnu
352build_alias =
353build_cpu = x86_64
354build_os = linux-gnu
355build_vendor = unknown
356builddir = .
357datadir = ${datarootdir}
358datarootdir = ${prefix}/share
359docdir = ${datarootdir}/doc/${PACKAGE}
360dvidir = ${docdir}
361exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500362host = x86_64-unknown-linux-gnu
363host_alias =
364host_cpu = x86_64
365host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400366host_vendor = unknown
367htmldir = ${docdir}
368includedir = ${prefix}/include
369infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500370install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400371libdir = ${exec_prefix}/lib
372libexecdir = ${exec_prefix}/libexec
373localedir = ${datarootdir}/locale
374localstatedir = ${prefix}/var
375mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500376mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400377oldincludedir = /usr/include
378pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500379prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400380program_transform_name = s,x,x,
381psdir = ${docdir}
382sbindir = ${exec_prefix}/sbin
383sharedstatedir = ${prefix}/com
384srcdir = .
385sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500386target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400387target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500388target_cpu = x86_64
389target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400390target_vendor = unknown
391top_build_prefix =
392top_builddir = .
393top_srcdir = .
394AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
395ACLOCAL_AMFLAGS = -I m4
396EXTRA_DIST = autogen.sh ccrtp.spec ccrtp.spec.in COPYING.addendum \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500397 ccrtp.list ccrtp.list.in libccrtp.pc libccrtp.pc.in autoconf/* \
398 ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400399
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500400SUBDIRS = src demo doc
Emeric Vigier2f625822012-08-06 11:09:52 -0400401DIST_SUBDIRS = m4 src phone doc demo w32
402pkgconfigdir = $(libdir)/pkgconfig
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500403pkgconfig_DATA = libccrtp.pc
404all: ccrtp-config.h
405 $(MAKE) $(AM_MAKEFLAGS) all-recursive
Emeric Vigier2f625822012-08-06 11:09:52 -0400406
407.SUFFIXES:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500408am--refresh: Makefile
Emeric Vigier2f625822012-08-06 11:09:52 -0400409 @:
410$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
411 @for dep in $?; do \
412 case '$(am__configure_deps)' in \
413 *$$dep*) \
414 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
415 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
416 && exit 0; \
417 exit 1;; \
418 esac; \
419 done; \
420 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
421 $(am__cd) $(top_srcdir) && \
422 $(AUTOMAKE) --gnu Makefile
423.PRECIOUS: Makefile
424Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
425 @case '$?' in \
426 *config.status*) \
427 echo ' $(SHELL) ./config.status'; \
428 $(SHELL) ./config.status;; \
429 *) \
430 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
431 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
432 esac;
433
434$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435 $(SHELL) ./config.status --recheck
436
437$(top_srcdir)/configure: # $(am__configure_deps)
438 $(am__cd) $(srcdir) && $(AUTOCONF)
439$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
440 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
441$(am__aclocal_m4_deps):
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500442
443ccrtp-config.h: stamp-h1
444 @if test ! -f $@; then rm -f stamp-h1; else :; fi
445 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
446
447stamp-h1: $(srcdir)/ccrtp-config.h.in $(top_builddir)/config.status
448 @rm -f stamp-h1
449 cd $(top_builddir) && $(SHELL) ./config.status ccrtp-config.h
450$(srcdir)/ccrtp-config.h.in: # $(am__configure_deps)
451 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
452 rm -f stamp-h1
453 touch $@
454
455distclean-hdr:
456 -rm -f ccrtp-config.h stamp-h1
Emeric Vigier2f625822012-08-06 11:09:52 -0400457ccrtp.spec: $(top_builddir)/config.status $(srcdir)/ccrtp.spec.in
458 cd $(top_builddir) && $(SHELL) ./config.status $@
459libccrtp.spec: $(top_builddir)/config.status $(srcdir)/libccrtp.spec.in
460 cd $(top_builddir) && $(SHELL) ./config.status $@
461ccrtp.list: $(top_builddir)/config.status $(srcdir)/ccrtp.list.in
462 cd $(top_builddir) && $(SHELL) ./config.status $@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500463libccrtp.pc: $(top_builddir)/config.status $(srcdir)/libccrtp.pc.in
Emeric Vigier2f625822012-08-06 11:09:52 -0400464 cd $(top_builddir) && $(SHELL) ./config.status $@
465
466mostlyclean-libtool:
467 -rm -f *.lo
468
469clean-libtool:
470 -rm -rf .libs _libs
471
472distclean-libtool:
473 -rm -f libtool config.lt
474install-pkgconfigDATA: $(pkgconfig_DATA)
475 @$(NORMAL_INSTALL)
Emeric Vigier2f625822012-08-06 11:09:52 -0400476 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500477 if test -n "$$list"; then \
478 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
479 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
480 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400481 for p in $$list; do \
482 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
483 echo "$$d$$p"; \
484 done | $(am__base_list) | \
485 while read files; do \
486 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
487 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
488 done
489
490uninstall-pkgconfigDATA:
491 @$(NORMAL_UNINSTALL)
492 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
493 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500494 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400495
496# This directory's subdirectories are mostly independent; you can cd
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500497# into them and run 'make' without going through this Makefile.
498# To change the values of 'make' variables: instead of editing Makefiles,
499# (1) if the variable is set in 'config.status', edit 'config.status'
500# (which will cause the Makefiles to be regenerated when you run 'make');
501# (2) otherwise, pass the desired values on the 'make' command line.
502$(am__recursive_targets):
503 @fail=; \
504 if $(am__make_keepgoing); then \
505 failcom='fail=yes'; \
506 else \
507 failcom='exit 1'; \
508 fi; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400509 dot_seen=no; \
510 target=`echo $@ | sed s/-recursive//`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500511 case "$@" in \
512 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
513 *) list='$(SUBDIRS)' ;; \
514 esac; \
515 for subdir in $$list; do \
Emeric Vigier2f625822012-08-06 11:09:52 -0400516 echo "Making $$target in $$subdir"; \
517 if test "$$subdir" = "."; then \
518 dot_seen=yes; \
519 local_target="$$target-am"; \
520 else \
521 local_target="$$target"; \
522 fi; \
523 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524 || eval $$failcom; \
525 done; \
526 if test "$$dot_seen" = "no"; then \
527 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
528 fi; test -z "$$fail"
529
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500530ID: $(am__tagged_files)
531 $(am__define_uniq_tagged_files); mkid -fID $$unique
532tags: tags-recursive
533TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400534
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500535tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400536 set x; \
537 here=`pwd`; \
538 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
539 include_option=--etags-include; \
540 empty_fix=.; \
541 else \
542 include_option=--include; \
543 empty_fix=; \
544 fi; \
545 list='$(SUBDIRS)'; for subdir in $$list; do \
546 if test "$$subdir" = .; then :; else \
547 test ! -f $$subdir/TAGS || \
548 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
549 fi; \
550 done; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500551 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400552 shift; \
553 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
554 test -n "$$unique" || unique=$$empty_fix; \
555 if test $$# -gt 0; then \
556 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557 "$$@" $$unique; \
558 else \
559 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560 $$unique; \
561 fi; \
562 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500563ctags: ctags-recursive
564
565CTAGS: ctags
566ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400568 test -z "$(CTAGS_ARGS)$$unique" \
569 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
570 $$unique
571
572GTAGS:
573 here=`$(am__cd) $(top_builddir) && pwd` \
574 && $(am__cd) $(top_srcdir) \
575 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500576cscope: cscope.files
577 test ! -s cscope.files \
578 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
579clean-cscope:
580 -rm -f cscope.files
581cscope.files: clean-cscope cscopelist
582cscopelist: cscopelist-recursive
583
584cscopelist-am: $(am__tagged_files)
585 list='$(am__tagged_files)'; \
586 case "$(srcdir)" in \
587 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588 *) sdir=$(subdir)/$(srcdir) ;; \
589 esac; \
590 for i in $$list; do \
591 if test -f "$$i"; then \
592 echo "$(subdir)/$$i"; \
593 else \
594 echo "$$sdir/$$i"; \
595 fi; \
596 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400597
598distclean-tags:
599 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500600 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400601
602distdir: $(DISTFILES)
603 $(am__remove_distdir)
604 test -d "$(distdir)" || mkdir "$(distdir)"
605 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
606 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
607 list='$(DISTFILES)'; \
608 dist_files=`for file in $$list; do echo $$file; done | \
609 sed -e "s|^$$srcdirstrip/||;t" \
610 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
611 case $$dist_files in \
612 */*) $(MKDIR_P) `echo "$$dist_files" | \
613 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
614 sort -u` ;; \
615 esac; \
616 for file in $$dist_files; do \
617 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
618 if test -d $$d/$$file; then \
619 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
620 if test -d "$(distdir)/$$file"; then \
621 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622 fi; \
623 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
624 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
625 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626 fi; \
627 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
628 else \
629 test -f "$(distdir)/$$file" \
630 || cp -p $$d/$$file "$(distdir)/$$file" \
631 || exit 1; \
632 fi; \
633 done
634 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
635 if test "$$subdir" = .; then :; else \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500636 $(am__make_dryrun) \
637 || test -d "$(distdir)/$$subdir" \
638 || $(MKDIR_P) "$(distdir)/$$subdir" \
639 || exit 1; \
Emeric Vigier2f625822012-08-06 11:09:52 -0400640 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
641 $(am__relativize); \
642 new_distdir=$$reldir; \
643 dir1=$$subdir; dir2="$(top_distdir)"; \
644 $(am__relativize); \
645 new_top_distdir=$$reldir; \
646 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
647 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
648 ($(am__cd) $$subdir && \
649 $(MAKE) $(AM_MAKEFLAGS) \
650 top_distdir="$$new_top_distdir" \
651 distdir="$$new_distdir" \
652 am__remove_distdir=: \
653 am__skip_length_check=: \
654 am__skip_mode_fix=: \
655 distdir) \
656 || exit 1; \
657 fi; \
658 done
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500659 $(MAKE) $(AM_MAKEFLAGS) \
660 top_distdir="$(top_distdir)" distdir="$(distdir)" \
661 dist-hook
Emeric Vigier2f625822012-08-06 11:09:52 -0400662 -test -n "$(am__skip_mode_fix)" \
663 || find "$(distdir)" -type d ! -perm -755 \
664 -exec chmod u+rwx,go+rx {} \; -o \
665 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
666 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
667 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
668 || chmod -R a+r "$(distdir)"
669dist-gzip: distdir
670 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500671 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400672
673dist-bzip2: distdir
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500674 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
675 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400676
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500677dist-lzip: distdir
678 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
679 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400680
681dist-xz: distdir
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500682 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
683 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400684
685dist-tarZ: distdir
686 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500687 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400688dist-shar: distdir
689 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500690 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400691dist-zip: distdir
692 -rm -f $(distdir).zip
693 zip -rq $(distdir).zip $(distdir)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500694 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400695
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500696dist dist-all:
697 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
698 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400699
700# This target untars the dist file and tries a VPATH configuration. Then
701# it guarantees that the distribution is self-contained by making another
702# tarfile.
703distcheck: dist
704 case '$(DIST_ARCHIVES)' in \
705 *.tar.gz*) \
706 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
707 *.tar.bz2*) \
708 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500709 *.tar.lz*) \
710 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Emeric Vigier2f625822012-08-06 11:09:52 -0400711 *.tar.xz*) \
712 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
713 *.tar.Z*) \
714 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
715 *.shar.gz*) \
716 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
717 *.zip*) \
718 unzip $(distdir).zip ;;\
719 esac
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500720 chmod -R a-w $(distdir)
721 chmod u+w $(distdir)
722 mkdir $(distdir)/_build $(distdir)/_inst
Emeric Vigier2f625822012-08-06 11:09:52 -0400723 chmod a-w $(distdir)
724 test -d $(distdir)/_build || exit 0; \
725 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
726 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
727 && am__cwd=`pwd` \
728 && $(am__cd) $(distdir)/_build \
729 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500730 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400731 $(DISTCHECK_CONFIGURE_FLAGS) \
732 && $(MAKE) $(AM_MAKEFLAGS) \
733 && $(MAKE) $(AM_MAKEFLAGS) dvi \
734 && $(MAKE) $(AM_MAKEFLAGS) check \
735 && $(MAKE) $(AM_MAKEFLAGS) install \
736 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
737 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
738 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
739 distuninstallcheck \
740 && chmod -R a-w "$$dc_install_base" \
741 && ({ \
742 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
743 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
744 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
745 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
746 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
747 } || { rm -rf "$$dc_destdir"; exit 1; }) \
748 && rm -rf "$$dc_destdir" \
749 && $(MAKE) $(AM_MAKEFLAGS) dist \
750 && rm -rf $(DIST_ARCHIVES) \
751 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
752 && cd "$$am__cwd" \
753 || exit 1
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500754 $(am__post_remove_distdir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400755 @(echo "$(distdir) archives ready for distribution: "; \
756 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
757 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
758distuninstallcheck:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500759 @test -n '$(distuninstallcheck_dir)' || { \
760 echo 'ERROR: trying to run $@ with an empty' \
761 '$$(distuninstallcheck_dir)' >&2; \
762 exit 1; \
763 }; \
764 $(am__cd) '$(distuninstallcheck_dir)' || { \
765 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
766 exit 1; \
767 }; \
768 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Emeric Vigier2f625822012-08-06 11:09:52 -0400769 || { echo "ERROR: files left after uninstall:" ; \
770 if test -n "$(DESTDIR)"; then \
771 echo " (check DESTDIR support)"; \
772 fi ; \
773 $(distuninstallcheck_listfiles) ; \
774 exit 1; } >&2
775distcleancheck: distclean
776 @if test '$(srcdir)' = . ; then \
777 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
778 exit 1 ; \
779 fi
780 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
781 || { echo "ERROR: files left in build directory after distclean:" ; \
782 $(distcleancheck_listfiles) ; \
783 exit 1; } >&2
784check-am: all-am
785check: check-recursive
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500786all-am: Makefile $(DATA) ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400787installdirs: installdirs-recursive
788installdirs-am:
789 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
790 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
791 done
792install: install-recursive
793install-exec: install-exec-recursive
794install-data: install-data-recursive
795uninstall: uninstall-recursive
796
797install-am: all-am
798 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799
800installcheck: installcheck-recursive
801install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500802 if test -z '$(STRIP)'; then \
803 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
804 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
805 install; \
806 else \
807 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
808 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
809 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
810 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400811mostlyclean-generic:
812
813clean-generic:
814
815distclean-generic:
816 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
817 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
818
819maintainer-clean-generic:
820 @echo "This command is intended for maintainers to use"
821 @echo "it deletes files that may require special tools to rebuild."
822clean: clean-recursive
823
824clean-am: clean-generic clean-libtool mostlyclean-am
825
826distclean: distclean-recursive
827 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
828 -rm -f Makefile
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500829distclean-am: clean-am distclean-generic distclean-hdr \
830 distclean-libtool distclean-tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400831
832dvi: dvi-recursive
833
834dvi-am:
835
836html: html-recursive
837
838html-am:
839
840info: info-recursive
841
842info-am:
843
844install-data-am: install-pkgconfigDATA
845
846install-dvi: install-dvi-recursive
847
848install-dvi-am:
849
850install-exec-am:
851
852install-html: install-html-recursive
853
854install-html-am:
855
856install-info: install-info-recursive
857
858install-info-am:
859
860install-man:
861
862install-pdf: install-pdf-recursive
863
864install-pdf-am:
865
866install-ps: install-ps-recursive
867
868install-ps-am:
869
870installcheck-am:
871
872maintainer-clean: maintainer-clean-recursive
873 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
874 -rm -rf $(top_srcdir)/autom4te.cache
875 -rm -f Makefile
876maintainer-clean-am: distclean-am maintainer-clean-generic
877
878mostlyclean: mostlyclean-recursive
879
880mostlyclean-am: mostlyclean-generic mostlyclean-libtool
881
882pdf: pdf-recursive
883
884pdf-am:
885
886ps: ps-recursive
887
888ps-am:
889
890uninstall-am: uninstall-pkgconfigDATA
891
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500892.MAKE: $(am__recursive_targets) all install-am install-strip
Emeric Vigier2f625822012-08-06 11:09:52 -0400893
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500894.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
895 am--refresh check check-am clean clean-cscope clean-generic \
896 clean-libtool cscope cscopelist-am ctags ctags-am dist \
897 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
898 dist-tarZ dist-xz dist-zip distcheck distclean \
899 distclean-generic distclean-hdr distclean-libtool \
Emeric Vigier2f625822012-08-06 11:09:52 -0400900 distclean-tags distcleancheck distdir distuninstallcheck dvi \
901 dvi-am html html-am info info-am install install-am \
902 install-data install-data-am install-dvi install-dvi-am \
903 install-exec install-exec-am install-html install-html-am \
904 install-info install-info-am install-man install-pdf \
905 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
906 install-strip installcheck installcheck-am installdirs \
907 installdirs-am maintainer-clean maintainer-clean-generic \
908 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500909 ps ps-am tags tags-am uninstall uninstall-am \
Emeric Vigier2f625822012-08-06 11:09:52 -0400910 uninstall-pkgconfigDATA
911
912
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500913dist-hook: cleandist
914
915cleandist:
916 @rm -f ${PACKAGE}-[0-9]*.tar.gz
917 @rm -f ${PACKAGE}-[0-9]*.tar.bz2
918 @rm -f ${PACKAGE}-[0-9]*.shar.gz
919 @rm -f ${PACKAGE}-[0-9]*.zip
920 @rm -f ${PACKAGE}-*.rpm
921 @rm -f ${PACKAGE}[-_]*.deb
922 @rm -f ${PACKAGE}_*.gz
923 @rm -f ${PACKAGE}_*.dsc
924 @rm -f *.changes
925
Emeric Vigier2f625822012-08-06 11:09:52 -0400926# Tell versions [3.59,3.63) of GNU make to not export all variables.
927# Otherwise a system limit (for SysV at least) may be exceeded.
928.NOEXPORT: