blob: 02bf0e8a466558dd37764990242ed8cb49cc1579 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# w32/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 Federico Montesino Pouzols <fedemp@suidzer0.org>
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
28pkgdatadir = $(datadir)/ccrtp
29pkgincludedir = $(includedir)/ccrtp
30pkglibdir = $(libdir)/ccrtp
31pkglibexecdir = $(libexecdir)/ccrtp
32am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33install_sh_DATA = $(install_sh) -c -m 644
34install_sh_PROGRAM = $(install_sh) -c
35install_sh_SCRIPT = $(install_sh) -c
36INSTALL_HEADER = $(INSTALL_DATA)
37transform = $(program_transform_name)
38NORMAL_INSTALL = :
39PRE_INSTALL = :
40POST_INSTALL = :
41NORMAL_UNINSTALL = :
42PRE_UNINSTALL = :
43POST_UNINSTALL = :
44build_triplet = x86_64-unknown-linux-gnu
45host_triplet = arm-unknown-linux-androideabi
46target_triplet = arm-unknown-linux-androideabi
47subdir = w32
48DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
49ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
51 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
52 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
53 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
54 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
55 $(top_srcdir)/configure.ac
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 $(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/src/config.h
60CONFIG_CLEAN_FILES =
61CONFIG_CLEAN_VPATH_FILES =
62SOURCES =
63DIST_SOURCES =
64DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65ACLOCAL = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run aclocal-1.11
66AMTAR = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run tar
67AR = arm-linux-androideabi-ar
68AUTOCONF = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoconf
69AUTOHEADER = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run autoheader
70AUTOMAKE = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run automake-1.11
71AWK = gawk
72CC = arm-linux-androideabi-gcc
73CCDEPMODE = depmode=none
74CFLAGS = -g -O2
75COMMON_CFLAGS = -D_GNU_SOURCE
76COMMON_LIBS = -pthread -lccgnu2 -ldl -lrt
77CPP = arm-linux-androideabi-gcc -E
78CPPFLAGS =
79CXX = arm-linux-androideabi-g++
80CXXCPP = arm-linux-androideabi-g++ -E
81CXXDEPMODE = depmode=none
82CXXFLAGS = -g -O2 -D_GNU_SOURCE
83CYGPATH_W = echo
84DEFS = -DHAVE_CONFIG_H
85DEPDIR = .deps
86DLLTOOL = false
87DOXYGEN = no
88DSYMUTIL =
89DUMPBIN =
90ECHO_C =
91ECHO_N = -n
92ECHO_T =
93EGREP = /bin/grep -E
94EXEEXT =
95FGREP = /bin/grep -F
96FTPDIR =
97GNULIBS = -L/usr/lib -pthread -lccgnu2 -ldl -lrt
98GREP = /bin/grep
99INSTALL = /usr/bin/install -c
100INSTALL_DATA = ${INSTALL} -m 644
101INSTALL_PROGRAM = ${INSTALL}
102INSTALL_SCRIPT = ${INSTALL}
103INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
104KDOC_DIR = $(top_srcdir)/doc
105LD = /home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld
106LDFLAGS =
107LIBGCRYPT_CFLAGS =
108LIBGCRYPT_CONFIG =
109LIBGCRYPT_LIBS =
110LIBOBJS =
111LIBS =
112LIBTOOL = $(SHELL) $(top_builddir)/libtool
113LIB_MAJOR = 0
114LIB_VERSION = 1_8
115LIPO =
116LN_S = ln -s
117LTLIBOBJS =
118LT_CCXX_VERSION = -version-info 0:0
119LT_MAJOR = 0
120LT_MINOR = 0
121LT_RELEASE = 1.8
122LT_SUBVER = 0.0
123MAINT = #
124MAKEINFO = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/missing --run makeinfo
125MANIFEST_TOOL = :
126MKDIR_P = /bin/mkdir -p
127NM = /home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B
128NMEDIT =
129OBJDUMP = arm-linux-androideabi-objdump
130OBJEXT = o
131OTOOL =
132OTOOL64 =
133PACKAGE = ccrtp
134PACKAGE_BUGREPORT =
135PACKAGE_NAME =
136PACKAGE_STRING =
137PACKAGE_TARNAME =
138PACKAGE_URL =
139PACKAGE_VERSION =
140PATH_SEPARATOR = :
141PKG_CONFIG = /usr/bin/pkg-config
142PKG_CONFIG_LIBDIR =
143PKG_CONFIG_PATH = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
144RANLIB = arm-linux-androideabi-ranlib
145SED = /bin/sed
146SET_MAKE =
147SHELL = /bin/bash
148STRIP = arm-linux-androideabi-strip
149VERSION = 1.8.0
150WARN_FLAGS = -fno-strict-aliasing -Wall -ansi -pedantic
151abs_builddir = /home/evigier/git/ccrtp-1.8.0-android/w32
152abs_srcdir = /home/evigier/git/ccrtp-1.8.0-android/w32
153abs_top_builddir = /home/evigier/git/ccrtp-1.8.0-android
154abs_top_srcdir = /home/evigier/git/ccrtp-1.8.0-android
155ac_ct_AR =
156ac_ct_CC =
157ac_ct_CXX =
158ac_ct_DUMPBIN =
159am__include = include
160am__leading_dot = .
161am__quote =
162am__tar = ${AMTAR} chof - "$$tardir"
163am__untar = ${AMTAR} xf -
164bindir = ${exec_prefix}/bin
165build = x86_64-unknown-linux-gnu
166build_alias =
167build_cpu = x86_64
168build_os = linux-gnu
169build_vendor = unknown
170builddir = .
171datadir = ${datarootdir}
172datarootdir = ${prefix}/share
173docdir = ${datarootdir}/doc/${PACKAGE}
174dvidir = ${docdir}
175exec_prefix = ${prefix}
176host = arm-unknown-linux-androideabi
177host_alias = arm-linux-androideabi
178host_cpu = arm
179host_os = linux-androideabi
180host_vendor = unknown
181htmldir = ${docdir}
182includedir = ${prefix}/include
183infodir = ${datarootdir}/info
184install_sh = ${SHELL} /home/evigier/git/ccrtp-1.8.0-android/autoconf/install-sh
185libdir = ${exec_prefix}/lib
186libexecdir = ${exec_prefix}/libexec
187localedir = ${datarootdir}/locale
188localstatedir = ${prefix}/var
189mandir = ${datarootdir}/man
190mkdir_p = /bin/mkdir -p
191oldincludedir = /usr/include
192pdfdir = ${docdir}
193prefix = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr
194program_transform_name = s,x,x,
195psdir = ${docdir}
196sbindir = ${exec_prefix}/sbin
197sharedstatedir = ${prefix}/com
198srcdir = .
199sysconfdir = ${prefix}/etc
200target = arm-unknown-linux-androideabi
201target_alias =
202target_cpu = arm
203target_os = linux-androideabi
204target_vendor = unknown
205top_build_prefix = ../
206top_builddir = ..
207top_srcdir = ..
208MAINTAINERCLEANFILES = Makefile.in Makefile
209EXTRA_DIST = README msvcpp/ccrtp1.dsw msvcpp/ccrtp1.dsp \
210 msvcpp/ccRTPdemo.dsw msvcpp/demo/*.dsp \
211 cape/*.dsw cape/*.dsp cape/*.sln cape/*.vcproj \
212 mingw32/Makefile.gcc common/*.dsp
213
214all: all-am
215
216.SUFFIXES:
217$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
218 @for dep in $?; do \
219 case '$(am__configure_deps)' in \
220 *$$dep*) \
221 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222 && { if test -f $@; then exit 0; else break; fi; }; \
223 exit 1;; \
224 esac; \
225 done; \
226 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
227 $(am__cd) $(top_srcdir) && \
228 $(AUTOMAKE) --gnu w32/Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231 @case '$?' in \
232 *config.status*) \
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234 *) \
235 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237 esac;
238
239$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242$(top_srcdir)/configure: # $(am__configure_deps)
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246$(am__aclocal_m4_deps):
247
248mostlyclean-libtool:
249 -rm -f *.lo
250
251clean-libtool:
252 -rm -rf .libs _libs
253tags: TAGS
254TAGS:
255
256ctags: CTAGS
257CTAGS:
258
259
260distdir: $(DISTFILES)
261 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
262 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
263 list='$(DISTFILES)'; \
264 dist_files=`for file in $$list; do echo $$file; done | \
265 sed -e "s|^$$srcdirstrip/||;t" \
266 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
267 case $$dist_files in \
268 */*) $(MKDIR_P) `echo "$$dist_files" | \
269 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
270 sort -u` ;; \
271 esac; \
272 for file in $$dist_files; do \
273 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
274 if test -d $$d/$$file; then \
275 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
276 if test -d "$(distdir)/$$file"; then \
277 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
278 fi; \
279 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
280 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
281 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
282 fi; \
283 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
284 else \
285 test -f "$(distdir)/$$file" \
286 || cp -p $$d/$$file "$(distdir)/$$file" \
287 || exit 1; \
288 fi; \
289 done
290check-am: all-am
291check: check-am
292all-am: Makefile
293installdirs:
294install: install-am
295install-exec: install-exec-am
296install-data: install-data-am
297uninstall: uninstall-am
298
299install-am: all-am
300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
301
302installcheck: installcheck-am
303install-strip:
304 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
305 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
306 `test -z '$(STRIP)' || \
307 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
308mostlyclean-generic:
309
310clean-generic:
311
312distclean-generic:
313 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
314 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
315
316maintainer-clean-generic:
317 @echo "This command is intended for maintainers to use"
318 @echo "it deletes files that may require special tools to rebuild."
319 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
320clean: clean-am
321
322clean-am: clean-generic clean-libtool mostlyclean-am
323
324distclean: distclean-am
325 -rm -f Makefile
326distclean-am: clean-am distclean-generic
327
328dvi: dvi-am
329
330dvi-am:
331
332html: html-am
333
334html-am:
335
336info: info-am
337
338info-am:
339
340install-data-am:
341
342install-dvi: install-dvi-am
343
344install-dvi-am:
345
346install-exec-am:
347
348install-html: install-html-am
349
350install-html-am:
351
352install-info: install-info-am
353
354install-info-am:
355
356install-man:
357
358install-pdf: install-pdf-am
359
360install-pdf-am:
361
362install-ps: install-ps-am
363
364install-ps-am:
365
366installcheck-am:
367
368maintainer-clean: maintainer-clean-am
369 -rm -f Makefile
370maintainer-clean-am: distclean-am maintainer-clean-generic
371
372mostlyclean: mostlyclean-am
373
374mostlyclean-am: mostlyclean-generic mostlyclean-libtool
375
376pdf: pdf-am
377
378pdf-am:
379
380ps: ps-am
381
382ps-am:
383
384uninstall-am:
385
386.MAKE: install-am install-strip
387
388.PHONY: all all-am check check-am clean clean-generic clean-libtool \
389 distclean distclean-generic distclean-libtool distdir dvi \
390 dvi-am html html-am info info-am install install-am \
391 install-data install-data-am install-dvi install-dvi-am \
392 install-exec install-exec-am install-html install-html-am \
393 install-info install-info-am install-man install-pdf \
394 install-pdf-am install-ps install-ps-am install-strip \
395 installcheck installcheck-am installdirs maintainer-clean \
396 maintainer-clean-generic mostlyclean mostlyclean-generic \
397 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
398
399
400# Tell versions [3.59,3.63) of GNU make to not export all variables.
401# Otherwise a system limit (for SysV at least) may be exceeded.
402.NOEXPORT: