blob: 16c5c01897136b2622c6f7bc5f295a8a511925b5 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# gnutls/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# 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) 2010 David Sugar, Tycho Softworks.
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.
26
27
28
29am__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))
74pkgdatadir = $(datadir)/ucommon
75pkgincludedir = $(includedir)/ucommon
76pkglibdir = $(libdir)/ucommon
77pkglibexecdir = $(libexecdir)/ucommon
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
91host_triplet = x86_64-unknown-linux-gnu
92target_triplet = x86_64-unknown-linux-gnu
93subdir = gnutls
94DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
95 $(top_srcdir)/autoconf/depcomp $(noinst_HEADERS)
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99 $(ACLOCAL_M4)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/ucommon-config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105am__vpath_adj = case $$p in \
106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
107 *) f=$$p;; \
108 esac;
109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
110am__install_max = 40
111am__nobase_strip_setup = \
112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
113am__nobase_strip = \
114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
115am__nobase_list = $(am__nobase_strip_setup); \
116 for p in $$list; do echo "$$p $$p"; done | \
117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
119 if (++n[$$2] == $(am__install_max)) \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
122am__base_list = \
123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
125am__uninstall_files_from_dir = { \
126 test -z "$$files" \
127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
129 $(am__cd) "$$dir" && rm -f $$files; }; \
130 }
131am__installdirs = "$(DESTDIR)$(libdir)"
132LTLIBRARIES = $(lib_LTLIBRARIES)
133libusecure_la_LIBADD =
134am_libusecure_la_OBJECTS = secure.lo ssl.lo digest.lo random.lo \
135 cipher.lo hmac.lo sstream.lo common.lo
136libusecure_la_OBJECTS = $(am_libusecure_la_OBJECTS)
137AM_V_lt = $(am__v_lt_$(V))
138am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
139am__v_lt_0 = --silent
140am__v_lt_1 =
141libusecure_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
142 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
143 $(AM_CXXFLAGS) $(CXXFLAGS) $(libusecure_la_LDFLAGS) $(LDFLAGS) \
144 -o $@
145AM_V_P = $(am__v_P_$(V))
146am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
147am__v_P_0 = false
148am__v_P_1 = :
149AM_V_GEN = $(am__v_GEN_$(V))
150am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
151am__v_GEN_0 = @echo " GEN " $@;
152am__v_GEN_1 =
153AM_V_at = $(am__v_at_$(V))
154am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
155am__v_at_0 = @
156am__v_at_1 =
157DEFAULT_INCLUDES = -I. -I$(top_builddir)
158depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
159am__depfiles_maybe = depfiles
160am__mv = mv -f
161CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
162 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
163LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
164 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
165 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
166 $(AM_CXXFLAGS) $(CXXFLAGS)
167AM_V_CXX = $(am__v_CXX_$(V))
168am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
169am__v_CXX_0 = @echo " CXX " $@;
170am__v_CXX_1 =
171CXXLD = $(CXX)
172CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
173 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
174 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
175AM_V_CXXLD = $(am__v_CXXLD_$(V))
176am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
177am__v_CXXLD_0 = @echo " CXXLD " $@;
178am__v_CXXLD_1 =
179SOURCES = $(libusecure_la_SOURCES)
180DIST_SOURCES = $(libusecure_la_SOURCES)
181am__can_run_installinfo = \
182 case $$AM_UPDATE_INFO_DIR in \
183 n|no|NO) false;; \
184 *) (install-info --version) >/dev/null 2>&1;; \
185 esac
186HEADERS = $(noinst_HEADERS)
187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188# Read a list of newline-separated strings from the standard input,
189# and print each of them once, without duplicates. Input order is
190# *not* preserved.
191am__uniquify_input = $(AWK) '\
192 BEGIN { nonempty = 0; } \
193 { items[$$0] = 1; nonempty = 1; } \
194 END { if (nonempty) { for (i in items) print i; }; } \
195'
196# Make sure the list of sources is unique. This is necessary because,
197# e.g., the same source file might be shared among _SOURCES variables
198# for different programs/libraries.
199am__define_uniq_tagged_files = \
200 list='$(am__tagged_files)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | $(am__uniquify_input)`
204ETAGS = etags
205CTAGS = ctags
206DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207ACLOCAL = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing aclocal-1.13
208AMTAR = $${TAR-tar}
209AM_DEFAULT_VERBOSITY = 1
210AR = ar
211AS = as
212AUTOCONF = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoconf
213AUTOHEADER = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing autoheader
214AUTOMAKE = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing automake-1.13
215AWK = gawk
216CC = gcc
217CCDEPMODE = depmode=gcc3
218CFLAGS = -g -O2
219CHECKFLAGS =
220COMPAT = commoncpp
221CPP = gcc -E
222CPPFLAGS =
223CXX = g++
224CXXCPP = g++ -E
225CXXDEPMODE = depmode=gcc3
226CXXFLAGS = -g -O2
227CYGPATH_W = echo
228DEFS = -DHAVE_CONFIG_H
229DEPDIR = .deps
230DLLTOOL = dlltool
231DOXYGEN = /usr/bin/doxygen
232DSYMUTIL =
233DUMPBIN =
234ECHO_C =
235ECHO_N = -n
236ECHO_T =
237EGREP = /usr/bin/grep -E
238EXEEXT =
239FGREP = /usr/bin/grep -F
240GNUTLS_CFLAGS =
241GNUTLS_LIBS = -lgnutls
242GREP = /usr/bin/grep
243INSTALL = /usr/bin/install -c
244INSTALL_DATA = ${INSTALL} -m 644
245INSTALL_PROGRAM = ${INSTALL}
246INSTALL_SCRIPT = ${INSTALL}
247INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
248LD = /usr/bin/ld -m elf_x86_64
249LDFLAGS =
250LIBOBJS =
251LIBS =
252LIBTOOL = $(SHELL) $(top_builddir)/libtool
253LIPO =
254LN_S = ln -s
255LTLIBOBJS =
256LT_GENERIC = $(SHELL) $(top_builddir)/libtool
257LT_VERSION = 6:3:0
258MAKEINFO = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/missing makeinfo
259MANIFEST_TOOL = :
260MKDIR_P = /usr/bin/mkdir -p
261NM = /usr/bin/nm -B
262NMEDIT =
263OBJDUMP = objdump
264OBJEXT = o
265OPENSSL_CFLAGS =
266OPENSSL_LIBS = -lssl -lcrypto -lz
267OTOOL =
268OTOOL64 =
269PACKAGE = ucommon
270PACKAGE_BUGREPORT =
271PACKAGE_NAME = ucommon
272PACKAGE_STRING = ucommon 6.0.7
273PACKAGE_TARNAME = ucommon
274PACKAGE_URL =
275PACKAGE_VERSION = 6.0.7
276PATH_SEPARATOR = :
277PKG_CONFIG = /usr/bin/pkg-config
278PKG_CONFIG_LIBDIR =
279PKG_CONFIG_PATH =
280RANLIB = ranlib
281SECURE = gnutls
282SECURE_LIBS = -lgnutls
283SECURE_LOCAL = ../gnutls/libusecure.la -lgnutls
284SED = /usr/bin/sed
285SET_MAKE =
286SHELL = /bin/sh
287STRIP = strip
288UCOMMON_CFGPATH = /etc
289UCOMMON_CLINK = -lc
290UCOMMON_FLAGS = -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
291UCOMMON_INCLUDES = /usr/local/include/ucommon
292UCOMMON_LIBC = -lc
293UCOMMON_LIBS = -lrt -ldl -lpthread -lc
294UCOMMON_LINKED = -lrt -ldl -lpthread
295UCOMMON_LOCALE = /usr/local/share/locale
296UCOMMON_MODEL = CXX
297UCOMMON_PREFIX = /usr/local
298UCOMMON_VARPATH = /var
299UCOMMON_VISIBILITY = 1
300VERSION = 6.0.7
301abs_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources/gnutls
302abs_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources/gnutls
303abs_top_builddir = /home/lisional/git/sflphone-android/jni/libucommon/sources
304abs_top_srcdir = /home/lisional/git/sflphone-android/jni/libucommon/sources
305ac_ct_AR = ar
306ac_ct_CC = gcc
307ac_ct_CXX = g++
308ac_ct_DUMPBIN =
309am__include = include
310am__leading_dot = .
311am__quote =
312am__tar = $${TAR-tar} chof - "$$tardir"
313am__untar = $${TAR-tar} xf -
314bindir = ${exec_prefix}/bin
315build = x86_64-unknown-linux-gnu
316build_alias =
317build_cpu = x86_64
318build_os = linux-gnu
319build_vendor = unknown
320builddir = .
321datadir = ${datarootdir}
322datarootdir = ${prefix}/share
323docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
324dvidir = ${docdir}
325exec_prefix = ${prefix}
326host = x86_64-unknown-linux-gnu
327host_alias =
328host_cpu = x86_64
329host_os = linux-gnu
330host_vendor = unknown
331htmldir = ${docdir}
332includedir = ${prefix}/include
333includes = ${includedir}/ucommon
334infodir = ${datarootdir}/info
335install_sh = ${SHELL} /home/lisional/git/sflphone-android/jni/libucommon/sources/autoconf/install-sh
336libdir = ${exec_prefix}/lib
337libexecdir = ${exec_prefix}/libexec
338libs = /usr/local/lib
339localedir = ${datarootdir}/locale
340localstatedir = /var
341mandir = ${datarootdir}/man
342mkdir_p = $(MKDIR_P)
343oldincludedir = /usr/include
344pdfdir = ${docdir}
345prefix = /usr/local
346program_transform_name = s,x,x,
347psdir = ${docdir}
348sbindir = ${exec_prefix}/sbin
349sharedstatedir = ${prefix}/com
350srcdir = .
351sysconfdir = /etc
352target = x86_64-unknown-linux-gnu
353target_alias =
354target_cpu = x86_64
355target_os = linux-gnu
356target_vendor = unknown
357top_build_prefix = ../
358top_builddir = ..
359top_srcdir = ..
360MAINTAINERCLEANFILES = Makefile.in Makefile
361RELEASE = -version-info $(LT_VERSION)
362AM_CXXFLAGS = -I$(top_srcdir)/inc -Wno-long-long -DNEW_STDCPP -pthread -fno-check-new -finline -fvisibility=hidden -DUCOMMON_VISIBILITY=1
363noinst_HEADERS = local.h
364lib_LTLIBRARIES = libusecure.la
365libusecure_la_LDFLAGS = ../corelib/libucommon.la -lrt -ldl -lpthread -lc -lgnutls -lc $(RELEASE)
366libusecure_la_SOURCES = secure.cpp ssl.cpp digest.cpp random.cpp cipher.cpp \
367 hmac.cpp sstream.cpp ../nossl/common.cpp
368
369all: all-am
370
371.SUFFIXES:
372.SUFFIXES: .cpp .lo .o .obj
373$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
374 @for dep in $?; do \
375 case '$(am__configure_deps)' in \
376 *$$dep*) \
377 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
378 && { if test -f $@; then exit 0; else break; fi; }; \
379 exit 1;; \
380 esac; \
381 done; \
382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gnutls/Makefile'; \
383 $(am__cd) $(top_srcdir) && \
384 $(AUTOMAKE) --gnu gnutls/Makefile
385.PRECIOUS: Makefile
386Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387 @case '$?' in \
388 *config.status*) \
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
390 *) \
391 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
392 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
393 esac;
394
395$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397
398$(top_srcdir)/configure: $(am__configure_deps)
399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400$(ACLOCAL_M4): $(am__aclocal_m4_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402$(am__aclocal_m4_deps):
403
404install-libLTLIBRARIES: $(lib_LTLIBRARIES)
405 @$(NORMAL_INSTALL)
406 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
407 list2=; for p in $$list; do \
408 if test -f $$p; then \
409 list2="$$list2 $$p"; \
410 else :; fi; \
411 done; \
412 test -z "$$list2" || { \
413 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
414 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
415 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
416 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
417 }
418
419uninstall-libLTLIBRARIES:
420 @$(NORMAL_UNINSTALL)
421 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
422 for p in $$list; do \
423 $(am__strip_dir) \
424 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
425 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
426 done
427
428clean-libLTLIBRARIES:
429 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
430 @list='$(lib_LTLIBRARIES)'; \
431 locs=`for p in $$list; do echo $$p; done | \
432 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
433 sort -u`; \
434 test -z "$$locs" || { \
435 echo rm -f $${locs}; \
436 rm -f $${locs}; \
437 }
438
439libusecure.la: $(libusecure_la_OBJECTS) $(libusecure_la_DEPENDENCIES) $(EXTRA_libusecure_la_DEPENDENCIES)
440 $(AM_V_CXXLD)$(libusecure_la_LINK) -rpath $(libdir) $(libusecure_la_OBJECTS) $(libusecure_la_LIBADD) $(LIBS)
441
442mostlyclean-compile:
443 -rm -f *.$(OBJEXT)
444
445distclean-compile:
446 -rm -f *.tab.c
447
448include ./$(DEPDIR)/cipher.Plo
449include ./$(DEPDIR)/common.Plo
450include ./$(DEPDIR)/digest.Plo
451include ./$(DEPDIR)/hmac.Plo
452include ./$(DEPDIR)/random.Plo
453include ./$(DEPDIR)/secure.Plo
454include ./$(DEPDIR)/ssl.Plo
455include ./$(DEPDIR)/sstream.Plo
456
457.cpp.o:
458 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460# $(AM_V_CXX)source='$<' object='$@' libtool=no \
461# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
462# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
463
464.cpp.obj:
465 $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
466 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467# $(AM_V_CXX)source='$<' object='$@' libtool=no \
468# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
469# $(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
470
471.cpp.lo:
472 $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
473 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
474# $(AM_V_CXX)source='$<' object='$@' libtool=yes \
475# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
476# $(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
477
478common.lo: ../nossl/common.cpp
479 $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT common.lo -MD -MP -MF $(DEPDIR)/common.Tpo -c -o common.lo `test -f '../nossl/common.cpp' || echo '$(srcdir)/'`../nossl/common.cpp
480 $(AM_V_at)$(am__mv) $(DEPDIR)/common.Tpo $(DEPDIR)/common.Plo
481# $(AM_V_CXX)source='../nossl/common.cpp' object='common.lo' libtool=yes \
482# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
483# $(AM_V_CXX_no)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o common.lo `test -f '../nossl/common.cpp' || echo '$(srcdir)/'`../nossl/common.cpp
484
485mostlyclean-libtool:
486 -rm -f *.lo
487
488clean-libtool:
489 -rm -rf .libs _libs
490
491ID: $(am__tagged_files)
492 $(am__define_uniq_tagged_files); mkid -fID $$unique
493tags: tags-am
494TAGS: tags
495
496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497 set x; \
498 here=`pwd`; \
499 $(am__define_uniq_tagged_files); \
500 shift; \
501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
502 test -n "$$unique" || unique=$$empty_fix; \
503 if test $$# -gt 0; then \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 "$$@" $$unique; \
506 else \
507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508 $$unique; \
509 fi; \
510 fi
511ctags: ctags-am
512
513CTAGS: ctags
514ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
515 $(am__define_uniq_tagged_files); \
516 test -z "$(CTAGS_ARGS)$$unique" \
517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
518 $$unique
519
520GTAGS:
521 here=`$(am__cd) $(top_builddir) && pwd` \
522 && $(am__cd) $(top_srcdir) \
523 && gtags -i $(GTAGS_ARGS) "$$here"
524cscopelist: cscopelist-am
525
526cscopelist-am: $(am__tagged_files)
527 list='$(am__tagged_files)'; \
528 case "$(srcdir)" in \
529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
530 *) sdir=$(subdir)/$(srcdir) ;; \
531 esac; \
532 for i in $$list; do \
533 if test -f "$$i"; then \
534 echo "$(subdir)/$$i"; \
535 else \
536 echo "$$sdir/$$i"; \
537 fi; \
538 done >> $(top_builddir)/cscope.files
539
540distclean-tags:
541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
542
543distdir: $(DISTFILES)
544 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546 list='$(DISTFILES)'; \
547 dist_files=`for file in $$list; do echo $$file; done | \
548 sed -e "s|^$$srcdirstrip/||;t" \
549 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
550 case $$dist_files in \
551 */*) $(MKDIR_P) `echo "$$dist_files" | \
552 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
553 sort -u` ;; \
554 esac; \
555 for file in $$dist_files; do \
556 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
557 if test -d $$d/$$file; then \
558 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
559 if test -d "$(distdir)/$$file"; then \
560 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 fi; \
562 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
563 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565 fi; \
566 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
567 else \
568 test -f "$(distdir)/$$file" \
569 || cp -p $$d/$$file "$(distdir)/$$file" \
570 || exit 1; \
571 fi; \
572 done
573check-am: all-am
574check: check-am
575all-am: Makefile $(LTLIBRARIES) $(HEADERS)
576installdirs:
577 for dir in "$(DESTDIR)$(libdir)"; do \
578 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579 done
580install: install-am
581install-exec: install-exec-am
582install-data: install-data-am
583uninstall: uninstall-am
584
585install-am: all-am
586 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
587
588installcheck: installcheck-am
589install-strip:
590 if test -z '$(STRIP)'; then \
591 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593 install; \
594 else \
595 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
598 fi
599mostlyclean-generic:
600
601clean-generic:
602
603distclean-generic:
604 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
606
607maintainer-clean-generic:
608 @echo "This command is intended for maintainers to use"
609 @echo "it deletes files that may require special tools to rebuild."
610 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
611clean: clean-am
612
613clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
614 mostlyclean-am
615
616distclean: distclean-am
617 -rm -rf ./$(DEPDIR)
618 -rm -f Makefile
619distclean-am: clean-am distclean-compile distclean-generic \
620 distclean-tags
621
622dvi: dvi-am
623
624dvi-am:
625
626html: html-am
627
628html-am:
629
630info: info-am
631
632info-am:
633
634install-data-am:
635
636install-dvi: install-dvi-am
637
638install-dvi-am:
639
640install-exec-am: install-libLTLIBRARIES
641
642install-html: install-html-am
643
644install-html-am:
645
646install-info: install-info-am
647
648install-info-am:
649
650install-man:
651
652install-pdf: install-pdf-am
653
654install-pdf-am:
655
656install-ps: install-ps-am
657
658install-ps-am:
659
660installcheck-am:
661
662maintainer-clean: maintainer-clean-am
663 -rm -rf ./$(DEPDIR)
664 -rm -f Makefile
665maintainer-clean-am: distclean-am maintainer-clean-generic
666
667mostlyclean: mostlyclean-am
668
669mostlyclean-am: mostlyclean-compile mostlyclean-generic \
670 mostlyclean-libtool
671
672pdf: pdf-am
673
674pdf-am:
675
676ps: ps-am
677
678ps-am:
679
680uninstall-am: uninstall-libLTLIBRARIES
681
682.MAKE: install-am install-strip
683
684.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
685 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
686 ctags-am distclean distclean-compile distclean-generic \
687 distclean-libtool distclean-tags distdir dvi dvi-am html \
688 html-am info info-am install install-am install-data \
689 install-data-am install-dvi install-dvi-am install-exec \
690 install-exec-am install-html install-html-am install-info \
691 install-info-am install-libLTLIBRARIES install-man install-pdf \
692 install-pdf-am install-ps install-ps-am install-strip \
693 installcheck installcheck-am installdirs maintainer-clean \
694 maintainer-clean-generic mostlyclean mostlyclean-compile \
695 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
696 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
697
698
699# Tell versions [3.59,3.63) of GNU make to not export all variables.
700# Otherwise a system limit (for SysV at least) may be exceeded.
701.NOEXPORT: