blob: 428ed00d5a125916ec0c235ebac6067035b999f4 [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# demo/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) 1999-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 -040093noinst_PROGRAMS = rtpsend$(EXEEXT) rtplisten$(EXEEXT) \
94 rtphello$(EXEEXT) rtpduphello$(EXEEXT) audiorx$(EXEEXT) \
95 audiotx$(EXEEXT) ccrtptest$(EXEEXT) $(am__EXEEXT_1)
96subdir = demo
Alexandre Lisionddd731e2014-01-31 11:50:08 -050097DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
Emeric Vigier2f625822012-08-06 11:09:52 -040098ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
100 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
103 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
104 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500108CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500111##am__EXEEXT_1 = \
112## ccsrtptest$(EXEEXT)
113am__EXEEXT_1 = ccsrtptest$(EXEEXT)
Emeric Vigier2f625822012-08-06 11:09:52 -0400114PROGRAMS = $(noinst_PROGRAMS)
115am_audiorx_OBJECTS = audiorx.$(OBJEXT)
116audiorx_OBJECTS = $(am_audiorx_OBJECTS)
117audiorx_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500118AM_V_lt = $(am__v_lt_$(V))
119am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
120am__v_lt_0 = --silent
121am__v_lt_1 =
122audiorx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
123 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
124 $(CXXFLAGS) $(audiorx_LDFLAGS) $(LDFLAGS) -o $@
Emeric Vigier2f625822012-08-06 11:09:52 -0400125am_audiotx_OBJECTS = audiotx.$(OBJEXT)
126audiotx_OBJECTS = $(am_audiotx_OBJECTS)
127audiotx_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500128audiotx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
129 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
130 $(CXXFLAGS) $(audiotx_LDFLAGS) $(LDFLAGS) -o $@
Emeric Vigier2f625822012-08-06 11:09:52 -0400131am_ccrtptest_OBJECTS = ccrtptest.$(OBJEXT)
132ccrtptest_OBJECTS = $(am_ccrtptest_OBJECTS)
133ccrtptest_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500134ccrtptest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400135 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
136 $(CXXFLAGS) $(ccrtptest_LDFLAGS) $(LDFLAGS) -o $@
137am__ccsrtptest_SOURCES_DIST = ccsrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500138##am_ccsrtptest_OBJECTS = \
139## ccsrtptest.$(OBJEXT)
140am_ccsrtptest_OBJECTS = ccsrtptest.$(OBJEXT)
Emeric Vigier2f625822012-08-06 11:09:52 -0400141ccsrtptest_OBJECTS = $(am_ccsrtptest_OBJECTS)
142ccsrtptest_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500143ccsrtptest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400144 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
145 $(CXXFLAGS) $(ccsrtptest_LDFLAGS) $(LDFLAGS) -o $@
146am_rtpduphello_OBJECTS = rtpduphello.$(OBJEXT)
147rtpduphello_OBJECTS = $(am_rtpduphello_OBJECTS)
148rtpduphello_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500149rtpduphello_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400150 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
151 $(CXXFLAGS) $(rtpduphello_LDFLAGS) $(LDFLAGS) -o $@
152am_rtphello_OBJECTS = rtphello.$(OBJEXT)
153rtphello_OBJECTS = $(am_rtphello_OBJECTS)
154rtphello_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500155rtphello_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400156 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
157 $(CXXFLAGS) $(rtphello_LDFLAGS) $(LDFLAGS) -o $@
158am_rtplisten_OBJECTS = rtplisten.$(OBJEXT)
159rtplisten_OBJECTS = $(am_rtplisten_OBJECTS)
160rtplisten_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500161rtplisten_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
Emeric Vigier2f625822012-08-06 11:09:52 -0400162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
163 $(CXXFLAGS) $(rtplisten_LDFLAGS) $(LDFLAGS) -o $@
164am_rtpsend_OBJECTS = rtpsend.$(OBJEXT)
165rtpsend_OBJECTS = $(am_rtpsend_OBJECTS)
166rtpsend_LDADD = $(LDADD)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500167rtpsend_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
169 $(CXXFLAGS) $(rtpsend_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_P = $(am__v_P_$(V))
171am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
172am__v_P_0 = false
173am__v_P_1 = :
174AM_V_GEN = $(am__v_GEN_$(V))
175am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
176am__v_GEN_0 = @echo " GEN " $@;
177am__v_GEN_1 =
178AM_V_at = $(am__v_at_$(V))
179am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
180am__v_at_0 = @
181am__v_at_1 =
182DEFAULT_INCLUDES = -I. -I$(top_builddir)
Emeric Vigier2f625822012-08-06 11:09:52 -0400183depcomp =
184am__depfiles_maybe =
185CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
186 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500187LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
188 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
189 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
190 $(AM_CXXFLAGS) $(CXXFLAGS)
191AM_V_CXX = $(am__v_CXX_$(V))
192am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
193am__v_CXX_0 = @echo " CXX " $@;
194am__v_CXX_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400195CXXLD = $(CXX)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500196CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
198 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
199AM_V_CXXLD = $(am__v_CXXLD_$(V))
200am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
201am__v_CXXLD_0 = @echo " CXXLD " $@;
202am__v_CXXLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400203COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
204 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500205LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
207 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
208 $(AM_CFLAGS) $(CFLAGS)
209AM_V_CC = $(am__v_CC_$(V))
210am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
211am__v_CC_0 = @echo " CC " $@;
212am__v_CC_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400213CCLD = $(CC)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500214LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
215 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
216 $(AM_LDFLAGS) $(LDFLAGS) -o $@
217AM_V_CCLD = $(am__v_CCLD_$(V))
218am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
219am__v_CCLD_0 = @echo " CCLD " $@;
220am__v_CCLD_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400221SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) $(ccrtptest_SOURCES) \
222 $(ccsrtptest_SOURCES) $(rtpduphello_SOURCES) \
223 $(rtphello_SOURCES) $(rtplisten_SOURCES) $(rtpsend_SOURCES)
224DIST_SOURCES = $(audiorx_SOURCES) $(audiotx_SOURCES) \
225 $(ccrtptest_SOURCES) $(am__ccsrtptest_SOURCES_DIST) \
226 $(rtpduphello_SOURCES) $(rtphello_SOURCES) \
227 $(rtplisten_SOURCES) $(rtpsend_SOURCES)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500228am__can_run_installinfo = \
229 case $$AM_UPDATE_INFO_DIR in \
230 n|no|NO) false;; \
231 *) (install-info --version) >/dev/null 2>&1;; \
232 esac
233am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
234# Read a list of newline-separated strings from the standard input,
235# and print each of them once, without duplicates. Input order is
236# *not* preserved.
237am__uniquify_input = $(AWK) '\
238 BEGIN { nonempty = 0; } \
239 { items[$$0] = 1; nonempty = 1; } \
240 END { if (nonempty) { for (i in items) print i; }; } \
241'
242# Make sure the list of sources is unique. This is necessary because,
243# e.g., the same source file might be shared among _SOURCES variables
244# for different programs/libraries.
245am__define_uniq_tagged_files = \
246 list='$(am__tagged_files)'; \
247 unique=`for i in $$list; do \
248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249 done | $(am__uniquify_input)`
Emeric Vigier2f625822012-08-06 11:09:52 -0400250ETAGS = etags
251CTAGS = ctags
252DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500253ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing aclocal-1.13
254AMTAR = $${TAR-tar}
255AM_DEFAULT_VERBOSITY = 1
256AR = ar
257AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoconf
258AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing autoheader
259AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing automake-1.13
Emeric Vigier2f625822012-08-06 11:09:52 -0400260AWK = gawk
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500261CC = gcc
Emeric Vigier2f625822012-08-06 11:09:52 -0400262CCDEPMODE = depmode=none
263CFLAGS = -g -O2
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500264COMMONCPP_CFLAGS = -Wno-long-long -fexceptions -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
265COMMONCPP_LIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread
266CPP = gcc -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400267CPPFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500268CXX = g++
269CXXCPP = g++ -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400270CXXDEPMODE = depmode=none
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500271CXXFLAGS = -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 -0400272CYGPATH_W = echo
273DEFS = -DHAVE_CONFIG_H
274DEPDIR = .deps
275DLLTOOL = false
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500276DOXYGEN = /usr/bin/doxygen
Emeric Vigier2f625822012-08-06 11:09:52 -0400277DSYMUTIL =
278DUMPBIN =
279ECHO_C =
280ECHO_N = -n
281ECHO_T =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500282EGREP = /usr/bin/grep -E
Emeric Vigier2f625822012-08-06 11:09:52 -0400283EXEEXT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500284FGREP = /usr/bin/grep -F
Emeric Vigier2f625822012-08-06 11:09:52 -0400285FTPDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500286GNULIBS = -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
287GREP = /usr/bin/grep
Emeric Vigier2f625822012-08-06 11:09:52 -0400288INSTALL = /usr/bin/install -c
289INSTALL_DATA = ${INSTALL} -m 644
290INSTALL_PROGRAM = ${INSTALL}
291INSTALL_SCRIPT = ${INSTALL}
292INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
293KDOC_DIR = $(top_srcdir)/doc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500294LD = /usr/bin/ld -m elf_x86_64
Emeric Vigier2f625822012-08-06 11:09:52 -0400295LDFLAGS =
296LIBGCRYPT_CFLAGS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500297LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
298LIBGCRYPT_LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400299LIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500300LIBS = -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400301LIBTOOL = $(SHELL) $(top_builddir)/libtool
Emeric Vigier2f625822012-08-06 11:09:52 -0400302LIPO =
303LN_S = ln -s
304LTLIBOBJS =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500305LT_CCXX_VERSION = -version-info 2:2:0
306LT_MAJOR = 2
Emeric Vigier2f625822012-08-06 11:09:52 -0400307LT_MINOR = 0
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500308LT_RELEASE =
309LT_SUBVER = 2.0
310LT_VERSION = -version-info 2:2:0
Emeric Vigier2f625822012-08-06 11:09:52 -0400311MAINT = #
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500312MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/missing makeinfo
Emeric Vigier2f625822012-08-06 11:09:52 -0400313MANIFEST_TOOL = :
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500314MKDIR_P = /usr/bin/mkdir -p
315NM = /usr/bin/nm -B
Emeric Vigier2f625822012-08-06 11:09:52 -0400316NMEDIT =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500317OBJDUMP = objdump
Emeric Vigier2f625822012-08-06 11:09:52 -0400318OBJEXT = o
319OTOOL =
320OTOOL64 =
321PACKAGE = ccrtp
322PACKAGE_BUGREPORT =
323PACKAGE_NAME =
324PACKAGE_STRING =
325PACKAGE_TARNAME =
326PACKAGE_URL =
327PACKAGE_VERSION =
328PATH_SEPARATOR = :
329PKG_CONFIG = /usr/bin/pkg-config
330PKG_CONFIG_LIBDIR =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500331PKG_CONFIG_PATH = /usr/local/lib/pkgconfig
332RANLIB = ranlib
333SED = /usr/bin/sed
Emeric Vigier2f625822012-08-06 11:09:52 -0400334SET_MAKE =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500335SHELL = /bin/sh
336STRIP = strip
337VERSION = 2.0.4
Emeric Vigier2f625822012-08-06 11:09:52 -0400338WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500339abs_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/demo
340abs_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources/demo
341abs_top_builddir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
342abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libccrtp/sources
343ac_ct_AR = ar
344ac_ct_CC = gcc
345ac_ct_CXX = g++
Emeric Vigier2f625822012-08-06 11:09:52 -0400346ac_ct_DUMPBIN =
347am__include = include
348am__leading_dot = .
349am__quote =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500350am__tar = $${TAR-tar} chof - "$$tardir"
351am__untar = $${TAR-tar} xf -
Emeric Vigier2f625822012-08-06 11:09:52 -0400352bindir = ${exec_prefix}/bin
353build = x86_64-unknown-linux-gnu
354build_alias =
355build_cpu = x86_64
356build_os = linux-gnu
357build_vendor = unknown
358builddir = .
359datadir = ${datarootdir}
360datarootdir = ${prefix}/share
361docdir = ${datarootdir}/doc/${PACKAGE}
362dvidir = ${docdir}
363exec_prefix = ${prefix}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500364host = x86_64-unknown-linux-gnu
365host_alias =
366host_cpu = x86_64
367host_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400368host_vendor = unknown
369htmldir = ${docdir}
370includedir = ${prefix}/include
371infodir = ${datarootdir}/info
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500372install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libccrtp/sources/autoconf/install-sh
Emeric Vigier2f625822012-08-06 11:09:52 -0400373libdir = ${exec_prefix}/lib
374libexecdir = ${exec_prefix}/libexec
375localedir = ${datarootdir}/locale
376localstatedir = ${prefix}/var
377mandir = ${datarootdir}/man
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500378mkdir_p = $(MKDIR_P)
Emeric Vigier2f625822012-08-06 11:09:52 -0400379oldincludedir = /usr/include
380pdfdir = ${docdir}
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500381prefix = /usr/local
Emeric Vigier2f625822012-08-06 11:09:52 -0400382program_transform_name = s,x,x,
383psdir = ${docdir}
384sbindir = ${exec_prefix}/sbin
385sharedstatedir = ${prefix}/com
386srcdir = .
387sysconfdir = ${prefix}/etc
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500388target = x86_64-unknown-linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400389target_alias =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500390target_cpu = x86_64
391target_os = linux-gnu
Emeric Vigier2f625822012-08-06 11:09:52 -0400392target_vendor = unknown
393top_build_prefix = ../
394top_builddir = ..
395top_srcdir = ..
396AUTOMAKE_OPTIONS = no-dependencies dist-shar
Emeric Vigier2f625822012-08-06 11:09:52 -0400397#ignored for programs
398#$(LT_VERSION) -release $(LT_RELEASE)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500399AM_CXXFLAGS = -fno-strict-aliasing -Wall -ansi -pedantic -I$(top_srcdir)/src -I$(top_srcdir)/src/ccrtp
Emeric Vigier2f625822012-08-06 11:09:52 -0400400ccxxincludedir = $(includedir)/cc++
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500401srtp_src = ccsrtptest
Emeric Vigier2f625822012-08-06 11:09:52 -0400402#srtp_src = ccsrtptest
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500403ccsrtptest_SOURCES = ccsrtptest.cpp
Emeric Vigier2f625822012-08-06 11:09:52 -0400404#ccsrtptest_SOURCES = ccsrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500405ccsrtptest_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
406#ccsrtptest_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400407rtpsend_SOURCES = rtpsend.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500408rtpsend_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400409rtplisten_SOURCES = rtplisten.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500410rtplisten_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400411rtphello_SOURCES = rtphello.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500412rtphello_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400413rtpduphello_SOURCES = rtpduphello.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500414rtpduphello_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400415audiorx_SOURCES = audiorx.cpp audio.h
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500416audiorx_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400417audiotx_SOURCES = audiotx.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500418audiotx_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400419ccrtptest_SOURCES = ccrtptest.cpp
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500420ccrtptest_LDFLAGS = ../src/libccrtp.la -lcommoncpp -lucommon -lrt -ldl -lpthread -lgcrypt -ldl -lgpg-error
Emeric Vigier2f625822012-08-06 11:09:52 -0400421all: all-am
422
423.SUFFIXES:
424.SUFFIXES: .cpp .lo .o .obj
425$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
426 @for dep in $?; do \
427 case '$(am__configure_deps)' in \
428 *$$dep*) \
429 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
430 && { if test -f $@; then exit 0; else break; fi; }; \
431 exit 1;; \
432 esac; \
433 done; \
434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu demo/Makefile'; \
435 $(am__cd) $(top_srcdir) && \
436 $(AUTOMAKE) --gnu demo/Makefile
437.PRECIOUS: Makefile
438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439 @case '$?' in \
440 *config.status*) \
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
442 *) \
443 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
444 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
445 esac;
446
447$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
450$(top_srcdir)/configure: # $(am__configure_deps)
451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454$(am__aclocal_m4_deps):
455
456clean-noinstPROGRAMS:
457 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
458 echo " rm -f" $$list; \
459 rm -f $$list || exit $$?; \
460 test -n "$(EXEEXT)" || exit 0; \
461 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
462 echo " rm -f" $$list; \
463 rm -f $$list
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500464
465audiorx$(EXEEXT): $(audiorx_OBJECTS) $(audiorx_DEPENDENCIES) $(EXTRA_audiorx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400466 @rm -f audiorx$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500467 $(AM_V_CXXLD)$(audiorx_LINK) $(audiorx_OBJECTS) $(audiorx_LDADD) $(LIBS)
468
469audiotx$(EXEEXT): $(audiotx_OBJECTS) $(audiotx_DEPENDENCIES) $(EXTRA_audiotx_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400470 @rm -f audiotx$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500471 $(AM_V_CXXLD)$(audiotx_LINK) $(audiotx_OBJECTS) $(audiotx_LDADD) $(LIBS)
472
473ccrtptest$(EXEEXT): $(ccrtptest_OBJECTS) $(ccrtptest_DEPENDENCIES) $(EXTRA_ccrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400474 @rm -f ccrtptest$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500475 $(AM_V_CXXLD)$(ccrtptest_LINK) $(ccrtptest_OBJECTS) $(ccrtptest_LDADD) $(LIBS)
476
477ccsrtptest$(EXEEXT): $(ccsrtptest_OBJECTS) $(ccsrtptest_DEPENDENCIES) $(EXTRA_ccsrtptest_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400478 @rm -f ccsrtptest$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500479 $(AM_V_CXXLD)$(ccsrtptest_LINK) $(ccsrtptest_OBJECTS) $(ccsrtptest_LDADD) $(LIBS)
480
481rtpduphello$(EXEEXT): $(rtpduphello_OBJECTS) $(rtpduphello_DEPENDENCIES) $(EXTRA_rtpduphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400482 @rm -f rtpduphello$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500483 $(AM_V_CXXLD)$(rtpduphello_LINK) $(rtpduphello_OBJECTS) $(rtpduphello_LDADD) $(LIBS)
484
485rtphello$(EXEEXT): $(rtphello_OBJECTS) $(rtphello_DEPENDENCIES) $(EXTRA_rtphello_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400486 @rm -f rtphello$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500487 $(AM_V_CXXLD)$(rtphello_LINK) $(rtphello_OBJECTS) $(rtphello_LDADD) $(LIBS)
488
489rtplisten$(EXEEXT): $(rtplisten_OBJECTS) $(rtplisten_DEPENDENCIES) $(EXTRA_rtplisten_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400490 @rm -f rtplisten$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500491 $(AM_V_CXXLD)$(rtplisten_LINK) $(rtplisten_OBJECTS) $(rtplisten_LDADD) $(LIBS)
492
493rtpsend$(EXEEXT): $(rtpsend_OBJECTS) $(rtpsend_DEPENDENCIES) $(EXTRA_rtpsend_DEPENDENCIES)
Emeric Vigier2f625822012-08-06 11:09:52 -0400494 @rm -f rtpsend$(EXEEXT)
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500495 $(AM_V_CXXLD)$(rtpsend_LINK) $(rtpsend_OBJECTS) $(rtpsend_LDADD) $(LIBS)
Emeric Vigier2f625822012-08-06 11:09:52 -0400496
497mostlyclean-compile:
498 -rm -f *.$(OBJEXT)
499
500distclean-compile:
501 -rm -f *.tab.c
502
503.cpp.o:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500504 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400505
506.cpp.obj:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500507 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Emeric Vigier2f625822012-08-06 11:09:52 -0400508
509.cpp.lo:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500510 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
Emeric Vigier2f625822012-08-06 11:09:52 -0400511
512mostlyclean-libtool:
513 -rm -f *.lo
514
515clean-libtool:
516 -rm -rf .libs _libs
517
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500518ID: $(am__tagged_files)
519 $(am__define_uniq_tagged_files); mkid -fID $$unique
520tags: tags-am
521TAGS: tags
Emeric Vigier2f625822012-08-06 11:09:52 -0400522
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500523tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Emeric Vigier2f625822012-08-06 11:09:52 -0400524 set x; \
525 here=`pwd`; \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500526 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400527 shift; \
528 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529 test -n "$$unique" || unique=$$empty_fix; \
530 if test $$# -gt 0; then \
531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532 "$$@" $$unique; \
533 else \
534 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535 $$unique; \
536 fi; \
537 fi
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500538ctags: ctags-am
539
540CTAGS: ctags
541ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542 $(am__define_uniq_tagged_files); \
Emeric Vigier2f625822012-08-06 11:09:52 -0400543 test -z "$(CTAGS_ARGS)$$unique" \
544 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545 $$unique
546
547GTAGS:
548 here=`$(am__cd) $(top_builddir) && pwd` \
549 && $(am__cd) $(top_srcdir) \
550 && gtags -i $(GTAGS_ARGS) "$$here"
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500551cscopelist: cscopelist-am
552
553cscopelist-am: $(am__tagged_files)
554 list='$(am__tagged_files)'; \
555 case "$(srcdir)" in \
556 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
557 *) sdir=$(subdir)/$(srcdir) ;; \
558 esac; \
559 for i in $$list; do \
560 if test -f "$$i"; then \
561 echo "$(subdir)/$$i"; \
562 else \
563 echo "$$sdir/$$i"; \
564 fi; \
565 done >> $(top_builddir)/cscope.files
Emeric Vigier2f625822012-08-06 11:09:52 -0400566
567distclean-tags:
568 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
569
570distdir: $(DISTFILES)
571 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573 list='$(DISTFILES)'; \
574 dist_files=`for file in $$list; do echo $$file; done | \
575 sed -e "s|^$$srcdirstrip/||;t" \
576 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577 case $$dist_files in \
578 */*) $(MKDIR_P) `echo "$$dist_files" | \
579 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580 sort -u` ;; \
581 esac; \
582 for file in $$dist_files; do \
583 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584 if test -d $$d/$$file; then \
585 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586 if test -d "$(distdir)/$$file"; then \
587 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588 fi; \
589 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
592 fi; \
593 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594 else \
595 test -f "$(distdir)/$$file" \
596 || cp -p $$d/$$file "$(distdir)/$$file" \
597 || exit 1; \
598 fi; \
599 done
600check-am: all-am
601check: check-am
602all-am: Makefile $(PROGRAMS)
603installdirs:
604install: install-am
605install-exec: install-exec-am
606install-data: install-data-am
607uninstall: uninstall-am
608
609install-am: all-am
610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-am
613install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500614 if test -z '$(STRIP)'; then \
615 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617 install; \
618 else \
619 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
622 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400623mostlyclean-generic:
624
625clean-generic:
626
627distclean-generic:
628 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630
631maintainer-clean-generic:
632 @echo "This command is intended for maintainers to use"
633 @echo "it deletes files that may require special tools to rebuild."
634clean: clean-am
635
636clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
637 mostlyclean-am
638
639distclean: distclean-am
640 -rm -f Makefile
641distclean-am: clean-am distclean-compile distclean-generic \
642 distclean-tags
643
644dvi: dvi-am
645
646dvi-am:
647
648html: html-am
649
650html-am:
651
652info: info-am
653
654info-am:
655
656install-data-am:
657
658install-dvi: install-dvi-am
659
660install-dvi-am:
661
662install-exec-am:
663
664install-html: install-html-am
665
666install-html-am:
667
668install-info: install-info-am
669
670install-info-am:
671
672install-man:
673
674install-pdf: install-pdf-am
675
676install-pdf-am:
677
678install-ps: install-ps-am
679
680install-ps-am:
681
682installcheck-am:
683
684maintainer-clean: maintainer-clean-am
685 -rm -f Makefile
686maintainer-clean-am: distclean-am maintainer-clean-generic
687
688mostlyclean: mostlyclean-am
689
690mostlyclean-am: mostlyclean-compile mostlyclean-generic \
691 mostlyclean-libtool
692
693pdf: pdf-am
694
695pdf-am:
696
697ps: ps-am
698
699ps-am:
700
701uninstall-am:
702
703.MAKE: install-am install-strip
704
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500705.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
706 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
707 ctags-am distclean distclean-compile distclean-generic \
708 distclean-libtool distclean-tags distdir dvi dvi-am html \
709 html-am info info-am install install-am install-data \
710 install-data-am install-dvi install-dvi-am install-exec \
711 install-exec-am install-html install-html-am install-info \
712 install-info-am install-man install-pdf install-pdf-am \
713 install-ps install-ps-am install-strip installcheck \
714 installcheck-am installdirs maintainer-clean \
715 maintainer-clean-generic mostlyclean mostlyclean-compile \
716 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
717 tags tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400718
719
720# Tell versions [3.59,3.63) of GNU make to not export all variables.
721# Otherwise a system limit (for SysV at least) may be exceeded.
722.NOEXPORT: