blob: 5e4a4ad83e701e2e08b50453df47a8b30bcce6a0 [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# @configure_input@
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@SET_MAKE@
16
17# Copyright (C) 2002 Federico Montesino Pouzols <fedemp@suidzer0.org>
18#
19# This file is free software; as a special exception the author gives
20# unlimited permission to copy and/or distribute it, with or without
21# modifications, as long as this notice is preserved.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
25# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
26VPATH = @srcdir@
Alexandre Lisionddd731e2014-01-31 11:50:08 -050027am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Emeric Vigier2f625822012-08-06 11:09:52 -040072pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = w32
Alexandre Lisionddd731e2014-01-31 11:50:08 -050092DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
Emeric Vigier2f625822012-08-06 11:09:52 -040093ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/libgcrypt_local.m4 \
95 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
96 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
97 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ost_debug.m4 \
98 $(top_srcdir)/m4/ost_maint.m4 $(top_srcdir)/m4/ost_prog.m4 \
99 $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102mkinstalldirs = $(install_sh) -d
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500103CONFIG_HEADER = $(top_builddir)/ccrtp-config.h
Emeric Vigier2f625822012-08-06 11:09:52 -0400104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500106AM_V_P = $(am__v_P_@AM_V@)
107am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108am__v_P_0 = false
109am__v_P_1 = :
110AM_V_GEN = $(am__v_GEN_@AM_V@)
111am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
112am__v_GEN_0 = @echo " GEN " $@;
113am__v_GEN_1 =
114AM_V_at = $(am__v_at_@AM_V@)
115am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116am__v_at_0 = @
117am__v_at_1 =
Emeric Vigier2f625822012-08-06 11:09:52 -0400118SOURCES =
119DIST_SOURCES =
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500120am__can_run_installinfo = \
121 case $$AM_UPDATE_INFO_DIR in \
122 n|no|NO) false;; \
123 *) (install-info --version) >/dev/null 2>&1;; \
124 esac
125am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Emeric Vigier2f625822012-08-06 11:09:52 -0400126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127ACLOCAL = @ACLOCAL@
128AMTAR = @AMTAR@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Emeric Vigier2f625822012-08-06 11:09:52 -0400130AR = @AR@
Alexandre Lisione41ecd42014-02-27 15:51:10 -0500131AS = @AS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400132AUTOCONF = @AUTOCONF@
133AUTOHEADER = @AUTOHEADER@
134AUTOMAKE = @AUTOMAKE@
135AWK = @AWK@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CFLAGS = @CFLAGS@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500139COMMONCPP_CFLAGS = @COMMONCPP_CFLAGS@
140COMMONCPP_LIBS = @COMMONCPP_LIBS@
Emeric Vigier2f625822012-08-06 11:09:52 -0400141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CXX = @CXX@
144CXXCPP = @CXXCPP@
145CXXDEPMODE = @CXXDEPMODE@
146CXXFLAGS = @CXXFLAGS@
147CYGPATH_W = @CYGPATH_W@
148DEFS = @DEFS@
149DEPDIR = @DEPDIR@
150DLLTOOL = @DLLTOOL@
151DOXYGEN = @DOXYGEN@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FGREP = @FGREP@
160FTPDIR = @FTPDIR@
161GNULIBS = @GNULIBS@
162GREP = @GREP@
163INSTALL = @INSTALL@
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_PROGRAM = @INSTALL_PROGRAM@
166INSTALL_SCRIPT = @INSTALL_SCRIPT@
167INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168KDOC_DIR = @KDOC_DIR@
169LD = @LD@
170LDFLAGS = @LDFLAGS@
171LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
172LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
173LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
174LIBOBJS = @LIBOBJS@
175LIBS = @LIBS@
176LIBTOOL = @LIBTOOL@
Emeric Vigier2f625822012-08-06 11:09:52 -0400177LIPO = @LIPO@
178LN_S = @LN_S@
179LTLIBOBJS = @LTLIBOBJS@
180LT_CCXX_VERSION = @LT_CCXX_VERSION@
181LT_MAJOR = @LT_MAJOR@
182LT_MINOR = @LT_MINOR@
183LT_RELEASE = @LT_RELEASE@
184LT_SUBVER = @LT_SUBVER@
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500185LT_VERSION = @LT_VERSION@
Emeric Vigier2f625822012-08-06 11:09:52 -0400186MAINT = @MAINT@
187MAKEINFO = @MAKEINFO@
188MANIFEST_TOOL = @MANIFEST_TOOL@
189MKDIR_P = @MKDIR_P@
190NM = @NM@
191NMEDIT = @NMEDIT@
192OBJDUMP = @OBJDUMP@
193OBJEXT = @OBJEXT@
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
196PACKAGE = @PACKAGE@
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_URL = @PACKAGE_URL@
202PACKAGE_VERSION = @PACKAGE_VERSION@
203PATH_SEPARATOR = @PATH_SEPARATOR@
204PKG_CONFIG = @PKG_CONFIG@
205PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
206PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
207RANLIB = @RANLIB@
208SED = @SED@
209SET_MAKE = @SET_MAKE@
210SHELL = @SHELL@
211STRIP = @STRIP@
212VERSION = @VERSION@
213WARN_FLAGS = @WARN_FLAGS@
214abs_builddir = @abs_builddir@
215abs_srcdir = @abs_srcdir@
216abs_top_builddir = @abs_top_builddir@
217abs_top_srcdir = @abs_top_srcdir@
218ac_ct_AR = @ac_ct_AR@
219ac_ct_CC = @ac_ct_CC@
220ac_ct_CXX = @ac_ct_CXX@
221ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
222am__include = @am__include@
223am__leading_dot = @am__leading_dot@
224am__quote = @am__quote@
225am__tar = @am__tar@
226am__untar = @am__untar@
227bindir = @bindir@
228build = @build@
229build_alias = @build_alias@
230build_cpu = @build_cpu@
231build_os = @build_os@
232build_vendor = @build_vendor@
233builddir = @builddir@
234datadir = @datadir@
235datarootdir = @datarootdir@
236docdir = @docdir@
237dvidir = @dvidir@
238exec_prefix = @exec_prefix@
239host = @host@
240host_alias = @host_alias@
241host_cpu = @host_cpu@
242host_os = @host_os@
243host_vendor = @host_vendor@
244htmldir = @htmldir@
245includedir = @includedir@
246infodir = @infodir@
247install_sh = @install_sh@
248libdir = @libdir@
249libexecdir = @libexecdir@
250localedir = @localedir@
251localstatedir = @localstatedir@
252mandir = @mandir@
253mkdir_p = @mkdir_p@
254oldincludedir = @oldincludedir@
255pdfdir = @pdfdir@
256prefix = @prefix@
257program_transform_name = @program_transform_name@
258psdir = @psdir@
259sbindir = @sbindir@
260sharedstatedir = @sharedstatedir@
261srcdir = @srcdir@
262sysconfdir = @sysconfdir@
263target = @target@
264target_alias = @target_alias@
265target_cpu = @target_cpu@
266target_os = @target_os@
267target_vendor = @target_vendor@
268top_build_prefix = @top_build_prefix@
269top_builddir = @top_builddir@
270top_srcdir = @top_srcdir@
271MAINTAINERCLEANFILES = Makefile.in Makefile
272EXTRA_DIST = README msvcpp/ccrtp1.dsw msvcpp/ccrtp1.dsp \
273 msvcpp/ccRTPdemo.dsw msvcpp/demo/*.dsp \
274 cape/*.dsw cape/*.dsp cape/*.sln cape/*.vcproj \
275 mingw32/Makefile.gcc common/*.dsp
276
277all: all-am
278
279.SUFFIXES:
280$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
281 @for dep in $?; do \
282 case '$(am__configure_deps)' in \
283 *$$dep*) \
284 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285 && { if test -f $@; then exit 0; else break; fi; }; \
286 exit 1;; \
287 esac; \
288 done; \
289 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
290 $(am__cd) $(top_srcdir) && \
291 $(AUTOMAKE) --gnu w32/Makefile
292.PRECIOUS: Makefile
293Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294 @case '$?' in \
295 *config.status*) \
296 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
297 *) \
298 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
299 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
300 esac;
301
302$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
305$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309$(am__aclocal_m4_deps):
310
311mostlyclean-libtool:
312 -rm -f *.lo
313
314clean-libtool:
315 -rm -rf .libs _libs
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500316tags TAGS:
Emeric Vigier2f625822012-08-06 11:09:52 -0400317
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500318ctags CTAGS:
319
320cscope cscopelist:
Emeric Vigier2f625822012-08-06 11:09:52 -0400321
322
323distdir: $(DISTFILES)
324 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
325 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326 list='$(DISTFILES)'; \
327 dist_files=`for file in $$list; do echo $$file; done | \
328 sed -e "s|^$$srcdirstrip/||;t" \
329 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
330 case $$dist_files in \
331 */*) $(MKDIR_P) `echo "$$dist_files" | \
332 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
333 sort -u` ;; \
334 esac; \
335 for file in $$dist_files; do \
336 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
337 if test -d $$d/$$file; then \
338 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
339 if test -d "$(distdir)/$$file"; then \
340 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341 fi; \
342 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
343 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
344 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
345 fi; \
346 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
347 else \
348 test -f "$(distdir)/$$file" \
349 || cp -p $$d/$$file "$(distdir)/$$file" \
350 || exit 1; \
351 fi; \
352 done
353check-am: all-am
354check: check-am
355all-am: Makefile
356installdirs:
357install: install-am
358install-exec: install-exec-am
359install-data: install-data-am
360uninstall: uninstall-am
361
362install-am: all-am
363 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364
365installcheck: installcheck-am
366install-strip:
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500367 if test -z '$(STRIP)'; then \
368 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370 install; \
371 else \
372 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
375 fi
Emeric Vigier2f625822012-08-06 11:09:52 -0400376mostlyclean-generic:
377
378clean-generic:
379
380distclean-generic:
381 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
382 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
384maintainer-clean-generic:
385 @echo "This command is intended for maintainers to use"
386 @echo "it deletes files that may require special tools to rebuild."
387 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
388clean: clean-am
389
390clean-am: clean-generic clean-libtool mostlyclean-am
391
392distclean: distclean-am
393 -rm -f Makefile
394distclean-am: clean-am distclean-generic
395
396dvi: dvi-am
397
398dvi-am:
399
400html: html-am
401
402html-am:
403
404info: info-am
405
406info-am:
407
408install-data-am:
409
410install-dvi: install-dvi-am
411
412install-dvi-am:
413
414install-exec-am:
415
416install-html: install-html-am
417
418install-html-am:
419
420install-info: install-info-am
421
422install-info-am:
423
424install-man:
425
426install-pdf: install-pdf-am
427
428install-pdf-am:
429
430install-ps: install-ps-am
431
432install-ps-am:
433
434installcheck-am:
435
436maintainer-clean: maintainer-clean-am
437 -rm -f Makefile
438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-generic mostlyclean-libtool
443
444pdf: pdf-am
445
446pdf-am:
447
448ps: ps-am
449
450ps-am:
451
452uninstall-am:
453
454.MAKE: install-am install-strip
455
456.PHONY: all all-am check check-am clean clean-generic clean-libtool \
Alexandre Lisionddd731e2014-01-31 11:50:08 -0500457 cscopelist-am ctags-am distclean distclean-generic \
458 distclean-libtool distdir dvi dvi-am html html-am info info-am \
459 install install-am install-data install-data-am install-dvi \
460 install-dvi-am install-exec install-exec-am install-html \
461 install-html-am install-info install-info-am install-man \
462 install-pdf install-pdf-am install-ps install-ps-am \
463 install-strip installcheck installcheck-am installdirs \
464 maintainer-clean maintainer-clean-generic mostlyclean \
465 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
466 tags-am uninstall uninstall-am
Emeric Vigier2f625822012-08-06 11:09:52 -0400467
468
469# Tell versions [3.59,3.63) of GNU make to not export all variables.
470# Otherwise a system limit (for SysV at least) may be exceeded.
471.NOEXPORT: