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