blob: 4c1c3d6bed6dedc962cb93137890eb69fbb7fb13 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# src/ccrtp/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16
17
18# Copyright (C) 2002-2005 Open Source Telecom Corporation.
19# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
20#
21# This file is free software; as a special exception the author gives
22# unlimited permission to copy and/or distribute it, with or without
23# modifications, as long as this notice is preserved.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29
30pkgdatadir = $(datadir)/ccrtp
31pkgincludedir = $(includedir)/ccrtp
32pkglibdir = $(libdir)/ccrtp
33pkglibexecdir = $(libexecdir)/ccrtp
34am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35install_sh_DATA = $(install_sh) -c -m 644
36install_sh_PROGRAM = $(install_sh) -c
37install_sh_SCRIPT = $(install_sh) -c
38INSTALL_HEADER = $(INSTALL_DATA)
39transform = $(program_transform_name)
40NORMAL_INSTALL = :
41PRE_INSTALL = :
42POST_INSTALL = :
43NORMAL_UNINSTALL = :
44PRE_UNINSTALL = :
45POST_UNINSTALL = :
46build_triplet = x86_64-unknown-linux-gnu
47host_triplet = arm-unknown-linux-androideabi
48target_triplet = arm-unknown-linux-androideabi
49subdir = src/ccrtp
50DIST_COMMON = $(ccxxinclude_HEADERS) $(srcdir)/Makefile.am \
51 $(srcdir)/Makefile.in
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
54 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
55 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
56 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
57 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
58 $(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61mkinstalldirs = $(install_sh) -d
62CONFIG_HEADER = $(top_builddir)/src/config.h
63CONFIG_CLEAN_FILES =
64CONFIG_CLEAN_VPATH_FILES =
65depcomp =
66am__depfiles_maybe =
67SOURCES =
68DIST_SOURCES =
69am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70am__vpath_adj = case $$p in \
71 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72 *) f=$$p;; \
73 esac;
74am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75am__install_max = 40
76am__nobase_strip_setup = \
77 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78am__nobase_strip = \
79 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80am__nobase_list = $(am__nobase_strip_setup); \
81 for p in $$list; do echo "$$p $$p"; done | \
82 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84 if (++n[$$2] == $(am__install_max)) \
85 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86 END { for (dir in files) print dir, files[dir] }'
87am__base_list = \
88 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90am__installdirs = "$(DESTDIR)$(ccxxincludedir)"
91HEADERS = $(ccxxinclude_HEADERS)
92ETAGS = etags
93CTAGS = ctags
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95ACLOCAL = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run aclocal-1.11
96AMTAR = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run tar
97AR = arm-linux-androideabi-ar
98AUTOCONF = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoconf
99AUTOHEADER = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoheader
100AUTOMAKE = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run automake-1.11
101AWK = gawk
102CC = arm-linux-androideabi-gcc
103CCDEPMODE = depmode=none
104CFLAGS = -g -O2
105COMMON_CFLAGS = -D_GNU_SOURCE
106COMMON_LIBS = -pthread -lccgnu2 -ldl -lrt
107CPP = arm-linux-androideabi-gcc -E
108CPPFLAGS =
109CXX = arm-linux-androideabi-g++
110CXXCPP = arm-linux-androideabi-g++ -E
111CXXDEPMODE = depmode=none
112CXXFLAGS = -g -O2 -D_GNU_SOURCE
113CYGPATH_W = echo
114DEFS = -DHAVE_CONFIG_H
115DEPDIR = .deps
116DLLTOOL = false
117DOXYGEN = no
118DSYMUTIL =
119DUMPBIN =
120ECHO_C =
121ECHO_N = -n
122ECHO_T =
123EGREP = /bin/grep -E
124EXEEXT =
125FGREP = /bin/grep -F
126FTPDIR =
127GNULIBS = -L/usr/lib -pthread -lccgnu2 -ldl -lrt
128GREP = /bin/grep
129INSTALL = /usr/bin/install -c
130INSTALL_DATA = ${INSTALL} -m 644
131INSTALL_PROGRAM = ${INSTALL}
132INSTALL_SCRIPT = ${INSTALL}
133INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
134KDOC_DIR = $(top_srcdir)/doc
135LD = /home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld
136LDFLAGS =
137LIBGCRYPT_CFLAGS =
138LIBGCRYPT_CONFIG =
139LIBGCRYPT_LIBS =
140LIBOBJS =
141LIBS =
142LIBTOOL = $(SHELL) $(top_builddir)/libtool
143LIB_MAJOR = 0
144LIB_VERSION = 1_8
145LIPO =
146LN_S = ln -s
147LTLIBOBJS =
148LT_CCXX_VERSION = -version-info 0:0
149LT_MAJOR = 0
150LT_MINOR = 0
151LT_RELEASE = 1.8
152LT_SUBVER = 0.0
153MAINT = #
154MAKEINFO = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run makeinfo
155MANIFEST_TOOL = :
156MKDIR_P = /bin/mkdir -p
157NM = /home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B
158NMEDIT =
159OBJDUMP = arm-linux-androideabi-objdump
160OBJEXT = o
161OTOOL =
162OTOOL64 =
163PACKAGE = ccrtp
164PACKAGE_BUGREPORT =
165PACKAGE_NAME =
166PACKAGE_STRING =
167PACKAGE_TARNAME =
168PACKAGE_URL =
169PACKAGE_VERSION =
170PATH_SEPARATOR = :
171PKG_CONFIG = /usr/bin/pkg-config
172PKG_CONFIG_LIBDIR =
173PKG_CONFIG_PATH = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
174RANLIB = arm-linux-androideabi-ranlib
175SED = /bin/sed
176SET_MAKE =
177SHELL = /bin/bash
178STRIP = arm-linux-androideabi-strip
179VERSION = 1.8.0
180WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
181abs_builddir = /home/evigier/git/ccrtp-1.8.0-android/src/ccrtp
182abs_srcdir = /home/evigier/git/ccrtp-1.8.0-android/src/ccrtp
183abs_top_builddir = /home/evigier/git/ccrtp-1.8.0-android
184abs_top_srcdir = /home/evigier/git/ccrtp-1.8.0-android
185ac_ct_AR =
186ac_ct_CC =
187ac_ct_CXX =
188ac_ct_DUMPBIN =
189am__include = include
190am__leading_dot = .
191am__quote =
192am__tar = ${AMTAR} chof - "$$tardir"
193am__untar = ${AMTAR} xf -
194bindir = ${exec_prefix}/bin
195build = x86_64-unknown-linux-gnu
196build_alias =
197build_cpu = x86_64
198build_os = linux-gnu
199build_vendor = unknown
200builddir = .
201datadir = ${datarootdir}
202datarootdir = ${prefix}/share
203docdir = ${datarootdir}/doc/${PACKAGE}
204dvidir = ${docdir}
205exec_prefix = ${prefix}
206host = arm-unknown-linux-androideabi
207host_alias = arm-linux-androideabi
208host_cpu = arm
209host_os = linux-androideabi
210host_vendor = unknown
211htmldir = ${docdir}
212includedir = ${prefix}/include
213infodir = ${datarootdir}/info
214install_sh = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/install-sh
215libdir = ${exec_prefix}/lib
216libexecdir = ${exec_prefix}/libexec
217localedir = ${datarootdir}/locale
218localstatedir = ${prefix}/var
219mandir = ${datarootdir}/man
220mkdir_p = /bin/mkdir -p
221oldincludedir = /usr/include
222pdfdir = ${docdir}
223prefix = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr
224program_transform_name = s,x,x,
225psdir = ${docdir}
226sbindir = ${exec_prefix}/sbin
227sharedstatedir = ${prefix}/com
228srcdir = .
229sysconfdir = ${prefix}/etc
230target = arm-unknown-linux-androideabi
231target_alias =
232target_cpu = arm
233target_os = linux-androideabi
234target_vendor = unknown
235top_build_prefix = ../../
236top_builddir = ../..
237top_srcdir = ../..
238AUTOMAKE_OPTIONS = no-dependencies dist-shar
239ccxxincludedir = $(includedir)/ccrtp
240ccxxinclude_HEADERS = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
241 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h rtp.h pool.h \
242 CryptoContext.h
243
244kdoc_headers = base.h formats.h rtppkt.h rtcppkt.h sources.h channel.h \
245 queuebase.h iqueue.h oqueue.h ioqueue.h cqueue.h ext.h CryptoContext.h
246
247all: all-am
248
249.SUFFIXES:
250$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
251 @for dep in $?; do \
252 case '$(am__configure_deps)' in \
253 *$$dep*) \
254 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
255 && { if test -f $@; then exit 0; else break; fi; }; \
256 exit 1;; \
257 esac; \
258 done; \
259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ccrtp/Makefile'; \
260 $(am__cd) $(top_srcdir) && \
261 $(AUTOMAKE) --gnu src/ccrtp/Makefile
262.PRECIOUS: Makefile
263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264 @case '$?' in \
265 *config.status*) \
266 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
267 *) \
268 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
269 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
270 esac;
271
272$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
273 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274
275$(top_srcdir)/configure: # $(am__configure_deps)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279$(am__aclocal_m4_deps):
280
281mostlyclean-libtool:
282 -rm -f *.lo
283
284clean-libtool:
285 -rm -rf .libs _libs
286install-ccxxincludeHEADERS: $(ccxxinclude_HEADERS)
287 @$(NORMAL_INSTALL)
288 test -z "$(ccxxincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ccxxincludedir)"
289 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
290 for p in $$list; do \
291 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
292 echo "$$d$$p"; \
293 done | $(am__base_list) | \
294 while read files; do \
295 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ccxxincludedir)'"; \
296 $(INSTALL_HEADER) $$files "$(DESTDIR)$(ccxxincludedir)" || exit $$?; \
297 done
298
299uninstall-ccxxincludeHEADERS:
300 @$(NORMAL_UNINSTALL)
301 @list='$(ccxxinclude_HEADERS)'; test -n "$(ccxxincludedir)" || list=; \
302 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
303 test -n "$$files" || exit 0; \
304 echo " ( cd '$(DESTDIR)$(ccxxincludedir)' && rm -f" $$files ")"; \
305 cd "$(DESTDIR)$(ccxxincludedir)" && rm -f $$files
306
307ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
313 END { if (nonempty) { for (i in files) print i; }; }'`; \
314 mkid -fID $$unique
315tags: TAGS
316
317TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 set x; \
320 here=`pwd`; \
321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322 unique=`for i in $$list; do \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324 done | \
325 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326 END { if (nonempty) { for (i in files) print i; }; }'`; \
327 shift; \
328 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
329 test -n "$$unique" || unique=$$empty_fix; \
330 if test $$# -gt 0; then \
331 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332 "$$@" $$unique; \
333 else \
334 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335 $$unique; \
336 fi; \
337 fi
338ctags: CTAGS
339CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
340 $(TAGS_FILES) $(LISP)
341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342 unique=`for i in $$list; do \
343 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344 done | \
345 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in files) print i; }; }'`; \
347 test -z "$(CTAGS_ARGS)$$unique" \
348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349 $$unique
350
351GTAGS:
352 here=`$(am__cd) $(top_builddir) && pwd` \
353 && $(am__cd) $(top_srcdir) \
354 && gtags -i $(GTAGS_ARGS) "$$here"
355
356distclean-tags:
357 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
359distdir: $(DISTFILES)
360 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362 list='$(DISTFILES)'; \
363 dist_files=`for file in $$list; do echo $$file; done | \
364 sed -e "s|^$$srcdirstrip/||;t" \
365 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
366 case $$dist_files in \
367 */*) $(MKDIR_P) `echo "$$dist_files" | \
368 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
369 sort -u` ;; \
370 esac; \
371 for file in $$dist_files; do \
372 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
373 if test -d $$d/$$file; then \
374 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
375 if test -d "$(distdir)/$$file"; then \
376 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
377 fi; \
378 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
379 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
380 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
381 fi; \
382 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
383 else \
384 test -f "$(distdir)/$$file" \
385 || cp -p $$d/$$file "$(distdir)/$$file" \
386 || exit 1; \
387 fi; \
388 done
389check-am: all-am
390check: check-am
391all-am: Makefile $(HEADERS)
392installdirs:
393 for dir in "$(DESTDIR)$(ccxxincludedir)"; do \
394 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
395 done
396install: install-am
397install-exec: install-exec-am
398install-data: install-data-am
399uninstall: uninstall-am
400
401install-am: all-am
402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404installcheck: installcheck-am
405install-strip:
406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
408 `test -z '$(STRIP)' || \
409 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
410mostlyclean-generic:
411
412clean-generic:
413
414distclean-generic:
415 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
416 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
417
418maintainer-clean-generic:
419 @echo "This command is intended for maintainers to use"
420 @echo "it deletes files that may require special tools to rebuild."
421clean: clean-am
422
423clean-am: clean-generic clean-libtool mostlyclean-am
424
425distclean: distclean-am
426 -rm -f Makefile
427distclean-am: clean-am distclean-generic distclean-tags
428
429dvi: dvi-am
430
431dvi-am:
432
433html: html-am
434
435html-am:
436
437info: info-am
438
439info-am:
440
441install-data-am: install-ccxxincludeHEADERS
442
443install-dvi: install-dvi-am
444
445install-dvi-am:
446
447install-exec-am:
448
449install-html: install-html-am
450
451install-html-am:
452
453install-info: install-info-am
454
455install-info-am:
456
457install-man:
458
459install-pdf: install-pdf-am
460
461install-pdf-am:
462
463install-ps: install-ps-am
464
465install-ps-am:
466
467installcheck-am:
468
469maintainer-clean: maintainer-clean-am
470 -rm -f Makefile
471maintainer-clean-am: distclean-am maintainer-clean-generic
472
473mostlyclean: mostlyclean-am
474
475mostlyclean-am: mostlyclean-generic mostlyclean-libtool
476
477pdf: pdf-am
478
479pdf-am:
480
481ps: ps-am
482
483ps-am:
484
485uninstall-am: uninstall-ccxxincludeHEADERS
486
487.MAKE: install-am install-strip
488
489.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
490 clean-libtool ctags distclean distclean-generic \
491 distclean-libtool distclean-tags distdir dvi dvi-am html \
492 html-am info info-am install install-am \
493 install-ccxxincludeHEADERS install-data install-data-am \
494 install-dvi install-dvi-am install-exec install-exec-am \
495 install-html install-html-am install-info install-info-am \
496 install-man install-pdf install-pdf-am install-ps \
497 install-ps-am install-strip installcheck installcheck-am \
498 installdirs maintainer-clean maintainer-clean-generic \
499 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
500 ps ps-am tags uninstall uninstall-am \
501 uninstall-ccxxincludeHEADERS
502
503
504kdoc:
505 kdoc -f html -d $(KDOC_DIR) -L$(KDOC_DIR) -n ccrtp $(kdoc_headers)
506
507# Tell versions [3.59,3.63) of GNU make to not export all variables.
508# Otherwise a system limit (for SysV at least) may be exceeded.
509.NOEXPORT: