Import moonshot-gss-eap_1.0.1.orig.tar.gz
[mech_eap.git] / libeap / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__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
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = libeap
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
95         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97         $(top_srcdir)/m4/minuso.m4 $(top_srcdir)/acinclude.m4 \
98         $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
102         $(am__DIST_COMMON)
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 LTLIBRARIES = $(noinst_LTLIBRARIES)
108 libeap_la_LIBADD =
109 am__objects_1 = eap_peap_common.lo eap_psk_common.lo eap_pax_common.lo \
110         eap_sake_common.lo eap_gpsk_common.lo chap.lo
111 am__objects_2 = eap_tls.lo eap_peap.lo eap_ttls.lo eap_md5.lo \
112         eap_mschapv2.lo mschapv2.lo eap_otp.lo eap_gtc.lo eap_leap.lo \
113         eap_psk.lo eap_pax.lo eap_sake.lo eap_gpsk.lo eap.lo \
114         eap_common.lo eap_methods.lo eap_tls_common.lo
115 am__objects_3 = base64.lo common.lo eloop.lo ip_addr.lo radiotap.lo \
116         trace.lo uuid.lo wpa_debug.lo wpabuf.lo os_unix.lo \
117         radius_utils.lo
118 am__objects_4 = aes-ctr.lo aes-eax.lo aes-encblock.lo aes-omac1.lo \
119         milenage.lo ms_funcs.lo sha1-tlsprf.lo sha1-tprf.lo \
120         crypto_openssl.lo tls_openssl.lo random.lo sha256-tlsprf.lo
121 am_libeap_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
122         $(am__objects_3) $(am__objects_4)
123 libeap_la_OBJECTS = $(am_libeap_la_OBJECTS)
124 AM_V_lt = $(am__v_lt_@AM_V@)
125 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
126 am__v_lt_0 = --silent
127 am__v_lt_1 = 
128 AM_V_P = $(am__v_P_@AM_V@)
129 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130 am__v_P_0 = false
131 am__v_P_1 = :
132 AM_V_GEN = $(am__v_GEN_@AM_V@)
133 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134 am__v_GEN_0 = @echo "  GEN     " $@;
135 am__v_GEN_1 = 
136 AM_V_at = $(am__v_at_@AM_V@)
137 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 am__v_at_0 = @
139 am__v_at_1 = 
140 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
141 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
142 am__depfiles_maybe = depfiles
143 am__mv = mv -f
144 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
148         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
149         $(AM_CFLAGS) $(CFLAGS)
150 AM_V_CC = $(am__v_CC_@AM_V@)
151 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
152 am__v_CC_0 = @echo "  CC      " $@;
153 am__v_CC_1 = 
154 CCLD = $(CC)
155 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157         $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160 am__v_CCLD_0 = @echo "  CCLD    " $@;
161 am__v_CCLD_1 = 
162 SOURCES = $(libeap_la_SOURCES)
163 DIST_SOURCES = $(libeap_la_SOURCES)
164 am__can_run_installinfo = \
165   case $$AM_UPDATE_INFO_DIR in \
166     n|no|NO) false;; \
167     *) (install-info --version) >/dev/null 2>&1;; \
168   esac
169 HEADERS = $(noinst_HEADERS)
170 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171 # Read a list of newline-separated strings from the standard input,
172 # and print each of them once, without duplicates.  Input order is
173 # *not* preserved.
174 am__uniquify_input = $(AWK) '\
175   BEGIN { nonempty = 0; } \
176   { items[$$0] = 1; nonempty = 1; } \
177   END { if (nonempty) { for (i in items) print i; }; } \
178 '
179 # Make sure the list of sources is unique.  This is necessary because,
180 # e.g., the same source file might be shared among _SOURCES variables
181 # for different programs/libraries.
182 am__define_uniq_tagged_files = \
183   list='$(am__tagged_files)'; \
184   unique=`for i in $$list; do \
185     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
186   done | $(am__uniquify_input)`
187 ETAGS = etags
188 CTAGS = ctags
189 am__DIST_COMMON = $(srcdir)/Makefile.in \
190         $(top_srcdir)/build-aux/depcomp COPYING README
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AS = @AS@
197 AUTOCONF = @AUTOCONF@
198 AUTOHEADER = @AUTOHEADER@
199 AUTOMAKE = @AUTOMAKE@
200 AWK = @AWK@
201 CC = @CC@
202 CCDEPMODE = @CCDEPMODE@
203 CFLAGS = @CFLAGS@
204 COMPILE_ET = @COMPILE_ET@
205 CPP = @CPP@
206 CPPFLAGS = @CPPFLAGS@
207 CXX = @CXX@
208 CXXCPP = @CXXCPP@
209 CXXDEPMODE = @CXXDEPMODE@
210 CXXFLAGS = @CXXFLAGS@
211 CYGPATH_W = @CYGPATH_W@
212 DEFS = @DEFS@
213 DEPDIR = @DEPDIR@
214 DLLTOOL = @DLLTOOL@
215 DSYMUTIL = @DSYMUTIL@
216 DUMPBIN = @DUMPBIN@
217 ECHO_C = @ECHO_C@
218 ECHO_N = @ECHO_N@
219 ECHO_T = @ECHO_T@
220 EGREP = @EGREP@
221 EXEEXT = @EXEEXT@
222 FGREP = @FGREP@
223 GREP = @GREP@
224 INSTALL = @INSTALL@
225 INSTALL_DATA = @INSTALL_DATA@
226 INSTALL_PROGRAM = @INSTALL_PROGRAM@
227 INSTALL_SCRIPT = @INSTALL_SCRIPT@
228 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229 JANSSON_CFLAGS = @JANSSON_CFLAGS@
230 JANSSON_LDFLAGS = @JANSSON_LDFLAGS@
231 JANSSON_LIBS = @JANSSON_LIBS@
232 KRB5_CFLAGS = @KRB5_CFLAGS@
233 KRB5_LDFLAGS = @KRB5_LDFLAGS@
234 KRB5_LIBS = @KRB5_LIBS@
235 LD = @LD@
236 LDFLAGS = @LDFLAGS@
237 LIBMOONSHOT_CFLAGS = @LIBMOONSHOT_CFLAGS@
238 LIBMOONSHOT_LDFLAGS = @LIBMOONSHOT_LDFLAGS@
239 LIBMOONSHOT_LIBS = @LIBMOONSHOT_LIBS@
240 LIBOBJS = @LIBOBJS@
241 LIBS = @LIBS@
242 LIBTOOL = @LIBTOOL@
243 LIPO = @LIPO@
244 LN_S = @LN_S@
245 LTLIBOBJS = @LTLIBOBJS@
246 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
247 MAINT = @MAINT@
248 MAKEINFO = @MAKEINFO@
249 MANIFEST_TOOL = @MANIFEST_TOOL@
250 MKDIR_P = @MKDIR_P@
251 NM = @NM@
252 NMEDIT = @NMEDIT@
253 OBJDUMP = @OBJDUMP@
254 OBJEXT = @OBJEXT@
255 OPENSAML_CXXFLAGS = @OPENSAML_CXXFLAGS@
256 OPENSAML_LDFLAGS = @OPENSAML_LDFLAGS@
257 OPENSAML_LIBS = @OPENSAML_LIBS@
258 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
259 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
260 OPENSSL_LIBS = @OPENSSL_LIBS@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 PACKAGE = @PACKAGE@
264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265 PACKAGE_NAME = @PACKAGE_NAME@
266 PACKAGE_STRING = @PACKAGE_STRING@
267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
268 PACKAGE_URL = @PACKAGE_URL@
269 PACKAGE_VERSION = @PACKAGE_VERSION@
270 PATH_SEPARATOR = @PATH_SEPARATOR@
271 RADSEC_CFLAGS = @RADSEC_CFLAGS@
272 RADSEC_LDFLAGS = @RADSEC_LDFLAGS@
273 RADSEC_LIBS = @RADSEC_LIBS@
274 RANLIB = @RANLIB@
275 SED = @SED@
276 SET_MAKE = @SET_MAKE@
277 SHELL = @SHELL@
278 SHIBRESOLVER_CXXFLAGS = @SHIBRESOLVER_CXXFLAGS@
279 SHIBRESOLVER_LDFLAGS = @SHIBRESOLVER_LDFLAGS@
280 SHIBRESOLVER_LIBS = @SHIBRESOLVER_LIBS@
281 SHIBSP_CXXFLAGS = @SHIBSP_CXXFLAGS@
282 SHIBSP_LDFLAGS = @SHIBSP_LDFLAGS@
283 SHIBSP_LIBS = @SHIBSP_LIBS@
284 STRIP = @STRIP@
285 TARGET_CFLAGS = @TARGET_CFLAGS@
286 TARGET_LDFLAGS = @TARGET_LDFLAGS@
287 VERSION = @VERSION@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_srcdir = @abs_top_srcdir@
292 ac_ct_AR = @ac_ct_AR@
293 ac_ct_CC = @ac_ct_CC@
294 ac_ct_CXX = @ac_ct_CXX@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 runstatedir = @runstatedir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target_alias = @target_alias@
339 top_build_prefix = @top_build_prefix@
340 top_builddir = @top_builddir@
341 top_srcdir = @top_srcdir@
342 AUTOMAKE_OPTIONS = foreign
343 AM_CPPFLAGS = -I$(srcdir)/src -I$(srcdir)/eap_example -I$(srcdir)/src/utils @OPENSSL_CFLAGS@
344 noinst_HEADERS = \
345         src/common/defs.h \
346         src/common/eapol_common.h \
347         src/common/ieee802_11_common.h \
348         src/common/ieee802_11_defs.h \
349         src/common/privsep_commands.h \
350         src/common/version.h \
351         src/common/wpa_common.h \
352         src/common/wpa_ctrl.h
353
354 EXTRA_DIST = src/tls/libtommath.c \
355         wpa_supplicant/README
356
357 SOURCES_BOTH = src/eap_common/eap_peap_common.c \
358         src/eap_common/eap_psk_common.c \
359         src/eap_common/eap_pax_common.c \
360         src/eap_common/eap_sake_common.c \
361         src/eap_common/eap_gpsk_common.c src/eap_common/chap.c \
362         src/eap_common/chap.h src/eap_common/eap_common.h \
363         src/eap_common/eap_defs.h src/eap_common/eap_fast_common.h \
364         src/eap_common/eap_gpsk_common.h \
365         src/eap_common/eap_ikev2_common.h \
366         src/eap_common/eap_pax_common.h \
367         src/eap_common/eap_peap_common.h \
368         src/eap_common/eap_psk_common.h \
369         src/eap_common/eap_pwd_common.h \
370         src/eap_common/eap_sake_common.h \
371         src/eap_common/eap_sim_common.h \
372         src/eap_common/eap_tlv_common.h src/eap_common/eap_ttls.h \
373         src/eap_common/eap_wsc_common.h src/eap_common/ikev2_common.h
374 SOURCES_peer = src/eap_peer/eap_tls.c src/eap_peer/eap_peap.c \
375         src/eap_peer/eap_ttls.c src/eap_peer/eap_md5.c \
376         src/eap_peer/eap_mschapv2.c src/eap_peer/mschapv2.c \
377         src/eap_peer/eap_otp.c src/eap_peer/eap_gtc.c \
378         src/eap_peer/eap_leap.c src/eap_peer/eap_psk.c \
379         src/eap_peer/eap_pax.c src/eap_peer/eap_sake.c \
380         src/eap_peer/eap_gpsk.c src/eap_peer/eap.c \
381         src/eap_common/eap_common.c src/eap_peer/eap_methods.c \
382         src/eap_peer/eap_tls_common.c src/eap_peer/eap_config.h \
383         src/eap_peer/eap_fast_pac.h src/eap_peer/eap.h \
384         src/eap_peer/eap_i.h src/eap_peer/eap_methods.h \
385         src/eap_peer/eap_tls_common.h src/eap_peer/ikev2.h \
386         src/eap_peer/mschapv2.h src/eap_peer/tncc.h \
387         src/radius/radius.h
388 AM_CFLAGS = -DEAP_TLS -DEAP_PEAP -DEAP_TTLS -DEAP_MD5 -DEAP_MSCHAPv2 \
389         -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_PSK -DEAP_PAX -DEAP_SAKE \
390         -DEAP_GPSK -DEAP_GPSK_SHA256 -DEAP_SERVER_IDENTITY \
391         -DEAP_SERVER_TLS -DEAP_SERVER_PEAP -DEAP_SERVER_TTLS \
392         -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -DEAP_SERVER_GTC \
393         -DEAP_SERVER_PSK -DEAP_SERVER_PAX -DEAP_SERVER_SAKE \
394         -DEAP_SERVER_GPSK -DEAP_SERVER_GPSK_SHA256 -DIEEE8021X_EAPOL \
395         -DCONFIG_IPV6 -DCONFIG_DEBUG_FILE -DEAP_TLS_OPENSSL \
396         -DPKCS12_FUNCS -DCONFIG_SHA256
397 UTILS_SRCS = src/utils/base64.c \
398         src/utils/common.c \
399         src/utils/eloop.c \
400         src/utils/eloop.h \
401         src/utils/ext_password.h \
402         src/utils/ip_addr.c \
403         src/utils/radiotap.c \
404         src/utils/trace.c \
405         src/utils/uuid.c \
406         src/utils/wpa_debug.c \
407         src/utils/wpabuf.c \
408         src/utils/os_unix.c \
409         src/utils/radius_utils.c \
410         src/utils/radius_utils.h \
411         src/utils/base64.h \
412         src/utils/build_config.h \
413         src/utils/common.h \
414         src/utils/eloop.h \
415         src/utils/includes.h \
416         src/utils/ip_addr.h \
417         src/utils/list.h \
418         src/utils/os.h \
419         src/utils/pcsc_funcs.h \
420         src/utils/platform.h \
421         src/utils/radiotap.h \
422         src/utils/radiotap_iter.h \
423         src/utils/state_machine.h \
424         src/utils/trace.h \
425         src/utils/uuid.h \
426         src/utils/wpabuf.h \
427         src/utils/wpa_debug.h
428
429 CRYPTO_SRCS = \
430     src/crypto/aes-ctr.c \
431     src/crypto/aes-eax.c \
432     src/crypto/aes-encblock.c \
433     src/crypto/aes-omac1.c \
434     src/crypto/milenage.c \
435     src/crypto/ms_funcs.c \
436     src/crypto/sha1-tlsprf.c \
437     src/crypto/sha1-tprf.c \
438     src/crypto/crypto_openssl.c \
439     src/crypto/tls_openssl.c \
440     src/crypto/aes.h \
441     src/crypto/aes_i.h \
442     src/crypto/aes_wrap.h \
443     src/crypto/crypto.h \
444         src/crypto/dh_group5.h \
445         src/crypto/dh_groups.h \
446     src/crypto/md5.h \
447     src/crypto/milenage.h \
448     src/crypto/ms_funcs.h \
449     src/crypto/random.c \
450     src/crypto/random.h \
451     src/crypto/sha1.h \
452     src/crypto/sha256.h \
453     src/crypto/sha384.h \
454         src/crypto/sha256-tlsprf.c \
455     src/crypto/tls.h \
456     src/crypto/tls_openssl.h
457
458
459 #TLS_SRCS = \
460 #    src/tls/asn1.c \
461 #    src/tls/bignum.c \
462 #    src/tls/pkcs1.c \
463 #    src/tls/pkcs5.c \
464 #    src/tls/pkcs8.c \
465 #    src/tls/rsa.c \
466 #    src/tls/tlsv1_client.c \
467 #    src/tls/tlsv1_client_read.c \
468 #    src/tls/tlsv1_client_write.c \
469 #    src/tls/tlsv1_common.c \
470 #    src/tls/tlsv1_cred.c \
471 #    src/tls/tlsv1_record.c \
472 #    src/tls/tlsv1_server.c \
473 #    src/tls/tlsv1_server_read.c \
474 #    src/tls/tlsv1_server_write.c \
475 #    src/tls/x509v3.c \
476 #    src/tls/asn1.h \
477 #    src/tls/bignum.h \
478 #    src/tls/pkcs1.h \
479 #    src/tls/pkcs5.h \
480 #    src/tls/pkcs8.h \
481 #    src/tls/rsa.h \
482 #    src/tls/tlsv1_client.h \
483 #    src/tls/tlsv1_client_i.h \
484 #    src/tls/tlsv1_common.h \
485 #    src/tls/tlsv1_cred.h \
486 #    src/tls/tlsv1_record.h \
487 #    src/tls/tlsv1_server.h \
488 #    src/tls/tlsv1_server_i.h \
489 #    src/tls/x509v3.h 
490 libeap_la_SOURCES = $(SOURCES_BOTH) $(SOURCES_peer) $(UTILS_SRCS) $(CRYPTO_SRCS)
491 noinst_LTLIBRARIES = libeap.la
492 all: all-am
493
494 .SUFFIXES:
495 .SUFFIXES: .c .lo .o .obj
496 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
497         @for dep in $?; do \
498           case '$(am__configure_deps)' in \
499             *$$dep*) \
500               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
501                 && { if test -f $@; then exit 0; else break; fi; }; \
502               exit 1;; \
503           esac; \
504         done; \
505         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libeap/Makefile'; \
506         $(am__cd) $(top_srcdir) && \
507           $(AUTOMAKE) --foreign libeap/Makefile
508 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
509         @case '$?' in \
510           *config.status*) \
511             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
512           *) \
513             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
514             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
515         esac;
516
517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
518         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
519
520 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
521         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
522 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
523         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
524 $(am__aclocal_m4_deps):
525
526 clean-noinstLTLIBRARIES:
527         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
528         @list='$(noinst_LTLIBRARIES)'; \
529         locs=`for p in $$list; do echo $$p; done | \
530               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
531               sort -u`; \
532         test -z "$$locs" || { \
533           echo rm -f $${locs}; \
534           rm -f $${locs}; \
535         }
536
537 libeap.la: $(libeap_la_OBJECTS) $(libeap_la_DEPENDENCIES) $(EXTRA_libeap_la_DEPENDENCIES) 
538         $(AM_V_CCLD)$(LINK)  $(libeap_la_OBJECTS) $(libeap_la_LIBADD) $(LIBS)
539
540 mostlyclean-compile:
541         -rm -f *.$(OBJEXT)
542
543 distclean-compile:
544         -rm -f *.tab.c
545
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes-ctr.Plo@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes-eax.Plo@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes-encblock.Plo@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes-omac1.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chap.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_openssl.Plo@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_common.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_gpsk.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_gpsk_common.Plo@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_gtc.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_leap.Plo@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_md5.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_methods.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_mschapv2.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_otp.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_pax.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_pax_common.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_peap.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_peap_common.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_psk.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_psk_common.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_sake.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_sake_common.Plo@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_tls.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_tls_common.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eap_ttls.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eloop.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip_addr.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/milenage.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms_funcs.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mschapv2.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_unix.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radiotap.Plo@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radius_utils.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1-tlsprf.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1-tprf.Plo@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha256-tlsprf.Plo@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_openssl.Plo@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Plo@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uuid.Plo@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wpa_debug.Plo@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wpabuf.Plo@am__quote@
592
593 .c.o:
594 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
595 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
599
600 .c.obj:
601 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
602 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
606
607 .c.lo:
608 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
609 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
613
614 eap_peap_common.lo: src/eap_common/eap_peap_common.c
615 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_peap_common.lo -MD -MP -MF $(DEPDIR)/eap_peap_common.Tpo -c -o eap_peap_common.lo `test -f 'src/eap_common/eap_peap_common.c' || echo '$(srcdir)/'`src/eap_common/eap_peap_common.c
616 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_peap_common.Tpo $(DEPDIR)/eap_peap_common.Plo
617 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_peap_common.c' object='eap_peap_common.lo' libtool=yes @AMDEPBACKSLASH@
618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_peap_common.lo `test -f 'src/eap_common/eap_peap_common.c' || echo '$(srcdir)/'`src/eap_common/eap_peap_common.c
620
621 eap_psk_common.lo: src/eap_common/eap_psk_common.c
622 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_psk_common.lo -MD -MP -MF $(DEPDIR)/eap_psk_common.Tpo -c -o eap_psk_common.lo `test -f 'src/eap_common/eap_psk_common.c' || echo '$(srcdir)/'`src/eap_common/eap_psk_common.c
623 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_psk_common.Tpo $(DEPDIR)/eap_psk_common.Plo
624 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_psk_common.c' object='eap_psk_common.lo' libtool=yes @AMDEPBACKSLASH@
625 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_psk_common.lo `test -f 'src/eap_common/eap_psk_common.c' || echo '$(srcdir)/'`src/eap_common/eap_psk_common.c
627
628 eap_pax_common.lo: src/eap_common/eap_pax_common.c
629 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_pax_common.lo -MD -MP -MF $(DEPDIR)/eap_pax_common.Tpo -c -o eap_pax_common.lo `test -f 'src/eap_common/eap_pax_common.c' || echo '$(srcdir)/'`src/eap_common/eap_pax_common.c
630 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_pax_common.Tpo $(DEPDIR)/eap_pax_common.Plo
631 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_pax_common.c' object='eap_pax_common.lo' libtool=yes @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_pax_common.lo `test -f 'src/eap_common/eap_pax_common.c' || echo '$(srcdir)/'`src/eap_common/eap_pax_common.c
634
635 eap_sake_common.lo: src/eap_common/eap_sake_common.c
636 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_sake_common.lo -MD -MP -MF $(DEPDIR)/eap_sake_common.Tpo -c -o eap_sake_common.lo `test -f 'src/eap_common/eap_sake_common.c' || echo '$(srcdir)/'`src/eap_common/eap_sake_common.c
637 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_sake_common.Tpo $(DEPDIR)/eap_sake_common.Plo
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_sake_common.c' object='eap_sake_common.lo' libtool=yes @AMDEPBACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_sake_common.lo `test -f 'src/eap_common/eap_sake_common.c' || echo '$(srcdir)/'`src/eap_common/eap_sake_common.c
641
642 eap_gpsk_common.lo: src/eap_common/eap_gpsk_common.c
643 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_gpsk_common.lo -MD -MP -MF $(DEPDIR)/eap_gpsk_common.Tpo -c -o eap_gpsk_common.lo `test -f 'src/eap_common/eap_gpsk_common.c' || echo '$(srcdir)/'`src/eap_common/eap_gpsk_common.c
644 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_gpsk_common.Tpo $(DEPDIR)/eap_gpsk_common.Plo
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_gpsk_common.c' object='eap_gpsk_common.lo' libtool=yes @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_gpsk_common.lo `test -f 'src/eap_common/eap_gpsk_common.c' || echo '$(srcdir)/'`src/eap_common/eap_gpsk_common.c
648
649 chap.lo: src/eap_common/chap.c
650 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT chap.lo -MD -MP -MF $(DEPDIR)/chap.Tpo -c -o chap.lo `test -f 'src/eap_common/chap.c' || echo '$(srcdir)/'`src/eap_common/chap.c
651 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/chap.Tpo $(DEPDIR)/chap.Plo
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/chap.c' object='chap.lo' libtool=yes @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o chap.lo `test -f 'src/eap_common/chap.c' || echo '$(srcdir)/'`src/eap_common/chap.c
655
656 eap_tls.lo: src/eap_peer/eap_tls.c
657 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_tls.lo -MD -MP -MF $(DEPDIR)/eap_tls.Tpo -c -o eap_tls.lo `test -f 'src/eap_peer/eap_tls.c' || echo '$(srcdir)/'`src/eap_peer/eap_tls.c
658 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_tls.Tpo $(DEPDIR)/eap_tls.Plo
659 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_tls.c' object='eap_tls.lo' libtool=yes @AMDEPBACKSLASH@
660 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_tls.lo `test -f 'src/eap_peer/eap_tls.c' || echo '$(srcdir)/'`src/eap_peer/eap_tls.c
662
663 eap_peap.lo: src/eap_peer/eap_peap.c
664 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_peap.lo -MD -MP -MF $(DEPDIR)/eap_peap.Tpo -c -o eap_peap.lo `test -f 'src/eap_peer/eap_peap.c' || echo '$(srcdir)/'`src/eap_peer/eap_peap.c
665 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_peap.Tpo $(DEPDIR)/eap_peap.Plo
666 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_peap.c' object='eap_peap.lo' libtool=yes @AMDEPBACKSLASH@
667 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_peap.lo `test -f 'src/eap_peer/eap_peap.c' || echo '$(srcdir)/'`src/eap_peer/eap_peap.c
669
670 eap_ttls.lo: src/eap_peer/eap_ttls.c
671 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_ttls.lo -MD -MP -MF $(DEPDIR)/eap_ttls.Tpo -c -o eap_ttls.lo `test -f 'src/eap_peer/eap_ttls.c' || echo '$(srcdir)/'`src/eap_peer/eap_ttls.c
672 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_ttls.Tpo $(DEPDIR)/eap_ttls.Plo
673 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_ttls.c' object='eap_ttls.lo' libtool=yes @AMDEPBACKSLASH@
674 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_ttls.lo `test -f 'src/eap_peer/eap_ttls.c' || echo '$(srcdir)/'`src/eap_peer/eap_ttls.c
676
677 eap_md5.lo: src/eap_peer/eap_md5.c
678 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_md5.lo -MD -MP -MF $(DEPDIR)/eap_md5.Tpo -c -o eap_md5.lo `test -f 'src/eap_peer/eap_md5.c' || echo '$(srcdir)/'`src/eap_peer/eap_md5.c
679 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_md5.Tpo $(DEPDIR)/eap_md5.Plo
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_md5.c' object='eap_md5.lo' libtool=yes @AMDEPBACKSLASH@
681 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_md5.lo `test -f 'src/eap_peer/eap_md5.c' || echo '$(srcdir)/'`src/eap_peer/eap_md5.c
683
684 eap_mschapv2.lo: src/eap_peer/eap_mschapv2.c
685 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_mschapv2.lo -MD -MP -MF $(DEPDIR)/eap_mschapv2.Tpo -c -o eap_mschapv2.lo `test -f 'src/eap_peer/eap_mschapv2.c' || echo '$(srcdir)/'`src/eap_peer/eap_mschapv2.c
686 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_mschapv2.Tpo $(DEPDIR)/eap_mschapv2.Plo
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_mschapv2.c' object='eap_mschapv2.lo' libtool=yes @AMDEPBACKSLASH@
688 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_mschapv2.lo `test -f 'src/eap_peer/eap_mschapv2.c' || echo '$(srcdir)/'`src/eap_peer/eap_mschapv2.c
690
691 mschapv2.lo: src/eap_peer/mschapv2.c
692 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mschapv2.lo -MD -MP -MF $(DEPDIR)/mschapv2.Tpo -c -o mschapv2.lo `test -f 'src/eap_peer/mschapv2.c' || echo '$(srcdir)/'`src/eap_peer/mschapv2.c
693 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mschapv2.Tpo $(DEPDIR)/mschapv2.Plo
694 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/mschapv2.c' object='mschapv2.lo' libtool=yes @AMDEPBACKSLASH@
695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mschapv2.lo `test -f 'src/eap_peer/mschapv2.c' || echo '$(srcdir)/'`src/eap_peer/mschapv2.c
697
698 eap_otp.lo: src/eap_peer/eap_otp.c
699 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_otp.lo -MD -MP -MF $(DEPDIR)/eap_otp.Tpo -c -o eap_otp.lo `test -f 'src/eap_peer/eap_otp.c' || echo '$(srcdir)/'`src/eap_peer/eap_otp.c
700 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_otp.Tpo $(DEPDIR)/eap_otp.Plo
701 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_otp.c' object='eap_otp.lo' libtool=yes @AMDEPBACKSLASH@
702 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_otp.lo `test -f 'src/eap_peer/eap_otp.c' || echo '$(srcdir)/'`src/eap_peer/eap_otp.c
704
705 eap_gtc.lo: src/eap_peer/eap_gtc.c
706 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_gtc.lo -MD -MP -MF $(DEPDIR)/eap_gtc.Tpo -c -o eap_gtc.lo `test -f 'src/eap_peer/eap_gtc.c' || echo '$(srcdir)/'`src/eap_peer/eap_gtc.c
707 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_gtc.Tpo $(DEPDIR)/eap_gtc.Plo
708 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_gtc.c' object='eap_gtc.lo' libtool=yes @AMDEPBACKSLASH@
709 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_gtc.lo `test -f 'src/eap_peer/eap_gtc.c' || echo '$(srcdir)/'`src/eap_peer/eap_gtc.c
711
712 eap_leap.lo: src/eap_peer/eap_leap.c
713 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_leap.lo -MD -MP -MF $(DEPDIR)/eap_leap.Tpo -c -o eap_leap.lo `test -f 'src/eap_peer/eap_leap.c' || echo '$(srcdir)/'`src/eap_peer/eap_leap.c
714 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_leap.Tpo $(DEPDIR)/eap_leap.Plo
715 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_leap.c' object='eap_leap.lo' libtool=yes @AMDEPBACKSLASH@
716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_leap.lo `test -f 'src/eap_peer/eap_leap.c' || echo '$(srcdir)/'`src/eap_peer/eap_leap.c
718
719 eap_psk.lo: src/eap_peer/eap_psk.c
720 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_psk.lo -MD -MP -MF $(DEPDIR)/eap_psk.Tpo -c -o eap_psk.lo `test -f 'src/eap_peer/eap_psk.c' || echo '$(srcdir)/'`src/eap_peer/eap_psk.c
721 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_psk.Tpo $(DEPDIR)/eap_psk.Plo
722 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_psk.c' object='eap_psk.lo' libtool=yes @AMDEPBACKSLASH@
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_psk.lo `test -f 'src/eap_peer/eap_psk.c' || echo '$(srcdir)/'`src/eap_peer/eap_psk.c
725
726 eap_pax.lo: src/eap_peer/eap_pax.c
727 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_pax.lo -MD -MP -MF $(DEPDIR)/eap_pax.Tpo -c -o eap_pax.lo `test -f 'src/eap_peer/eap_pax.c' || echo '$(srcdir)/'`src/eap_peer/eap_pax.c
728 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_pax.Tpo $(DEPDIR)/eap_pax.Plo
729 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_pax.c' object='eap_pax.lo' libtool=yes @AMDEPBACKSLASH@
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_pax.lo `test -f 'src/eap_peer/eap_pax.c' || echo '$(srcdir)/'`src/eap_peer/eap_pax.c
732
733 eap_sake.lo: src/eap_peer/eap_sake.c
734 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_sake.lo -MD -MP -MF $(DEPDIR)/eap_sake.Tpo -c -o eap_sake.lo `test -f 'src/eap_peer/eap_sake.c' || echo '$(srcdir)/'`src/eap_peer/eap_sake.c
735 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_sake.Tpo $(DEPDIR)/eap_sake.Plo
736 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_sake.c' object='eap_sake.lo' libtool=yes @AMDEPBACKSLASH@
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_sake.lo `test -f 'src/eap_peer/eap_sake.c' || echo '$(srcdir)/'`src/eap_peer/eap_sake.c
739
740 eap_gpsk.lo: src/eap_peer/eap_gpsk.c
741 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_gpsk.lo -MD -MP -MF $(DEPDIR)/eap_gpsk.Tpo -c -o eap_gpsk.lo `test -f 'src/eap_peer/eap_gpsk.c' || echo '$(srcdir)/'`src/eap_peer/eap_gpsk.c
742 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_gpsk.Tpo $(DEPDIR)/eap_gpsk.Plo
743 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_gpsk.c' object='eap_gpsk.lo' libtool=yes @AMDEPBACKSLASH@
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_gpsk.lo `test -f 'src/eap_peer/eap_gpsk.c' || echo '$(srcdir)/'`src/eap_peer/eap_gpsk.c
746
747 eap.lo: src/eap_peer/eap.c
748 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap.lo -MD -MP -MF $(DEPDIR)/eap.Tpo -c -o eap.lo `test -f 'src/eap_peer/eap.c' || echo '$(srcdir)/'`src/eap_peer/eap.c
749 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap.Tpo $(DEPDIR)/eap.Plo
750 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap.c' object='eap.lo' libtool=yes @AMDEPBACKSLASH@
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap.lo `test -f 'src/eap_peer/eap.c' || echo '$(srcdir)/'`src/eap_peer/eap.c
753
754 eap_common.lo: src/eap_common/eap_common.c
755 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_common.lo -MD -MP -MF $(DEPDIR)/eap_common.Tpo -c -o eap_common.lo `test -f 'src/eap_common/eap_common.c' || echo '$(srcdir)/'`src/eap_common/eap_common.c
756 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_common.Tpo $(DEPDIR)/eap_common.Plo
757 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_common/eap_common.c' object='eap_common.lo' libtool=yes @AMDEPBACKSLASH@
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_common.lo `test -f 'src/eap_common/eap_common.c' || echo '$(srcdir)/'`src/eap_common/eap_common.c
760
761 eap_methods.lo: src/eap_peer/eap_methods.c
762 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_methods.lo -MD -MP -MF $(DEPDIR)/eap_methods.Tpo -c -o eap_methods.lo `test -f 'src/eap_peer/eap_methods.c' || echo '$(srcdir)/'`src/eap_peer/eap_methods.c
763 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_methods.Tpo $(DEPDIR)/eap_methods.Plo
764 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_methods.c' object='eap_methods.lo' libtool=yes @AMDEPBACKSLASH@
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_methods.lo `test -f 'src/eap_peer/eap_methods.c' || echo '$(srcdir)/'`src/eap_peer/eap_methods.c
767
768 eap_tls_common.lo: src/eap_peer/eap_tls_common.c
769 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eap_tls_common.lo -MD -MP -MF $(DEPDIR)/eap_tls_common.Tpo -c -o eap_tls_common.lo `test -f 'src/eap_peer/eap_tls_common.c' || echo '$(srcdir)/'`src/eap_peer/eap_tls_common.c
770 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eap_tls_common.Tpo $(DEPDIR)/eap_tls_common.Plo
771 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/eap_peer/eap_tls_common.c' object='eap_tls_common.lo' libtool=yes @AMDEPBACKSLASH@
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eap_tls_common.lo `test -f 'src/eap_peer/eap_tls_common.c' || echo '$(srcdir)/'`src/eap_peer/eap_tls_common.c
774
775 base64.lo: src/utils/base64.c
776 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.lo -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.lo `test -f 'src/utils/base64.c' || echo '$(srcdir)/'`src/utils/base64.c
777 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Plo
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/base64.c' object='base64.lo' libtool=yes @AMDEPBACKSLASH@
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.lo `test -f 'src/utils/base64.c' || echo '$(srcdir)/'`src/utils/base64.c
781
782 common.lo: src/utils/common.c
783 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT common.lo -MD -MP -MF $(DEPDIR)/common.Tpo -c -o common.lo `test -f 'src/utils/common.c' || echo '$(srcdir)/'`src/utils/common.c
784 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/common.Tpo $(DEPDIR)/common.Plo
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/common.c' object='common.lo' libtool=yes @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o common.lo `test -f 'src/utils/common.c' || echo '$(srcdir)/'`src/utils/common.c
788
789 eloop.lo: src/utils/eloop.c
790 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT eloop.lo -MD -MP -MF $(DEPDIR)/eloop.Tpo -c -o eloop.lo `test -f 'src/utils/eloop.c' || echo '$(srcdir)/'`src/utils/eloop.c
791 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/eloop.Tpo $(DEPDIR)/eloop.Plo
792 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/eloop.c' object='eloop.lo' libtool=yes @AMDEPBACKSLASH@
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o eloop.lo `test -f 'src/utils/eloop.c' || echo '$(srcdir)/'`src/utils/eloop.c
795
796 ip_addr.lo: src/utils/ip_addr.c
797 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ip_addr.lo -MD -MP -MF $(DEPDIR)/ip_addr.Tpo -c -o ip_addr.lo `test -f 'src/utils/ip_addr.c' || echo '$(srcdir)/'`src/utils/ip_addr.c
798 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ip_addr.Tpo $(DEPDIR)/ip_addr.Plo
799 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/ip_addr.c' object='ip_addr.lo' libtool=yes @AMDEPBACKSLASH@
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ip_addr.lo `test -f 'src/utils/ip_addr.c' || echo '$(srcdir)/'`src/utils/ip_addr.c
802
803 radiotap.lo: src/utils/radiotap.c
804 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radiotap.lo -MD -MP -MF $(DEPDIR)/radiotap.Tpo -c -o radiotap.lo `test -f 'src/utils/radiotap.c' || echo '$(srcdir)/'`src/utils/radiotap.c
805 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/radiotap.Tpo $(DEPDIR)/radiotap.Plo
806 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/radiotap.c' object='radiotap.lo' libtool=yes @AMDEPBACKSLASH@
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radiotap.lo `test -f 'src/utils/radiotap.c' || echo '$(srcdir)/'`src/utils/radiotap.c
809
810 trace.lo: src/utils/trace.c
811 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trace.lo -MD -MP -MF $(DEPDIR)/trace.Tpo -c -o trace.lo `test -f 'src/utils/trace.c' || echo '$(srcdir)/'`src/utils/trace.c
812 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/trace.Tpo $(DEPDIR)/trace.Plo
813 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/trace.c' object='trace.lo' libtool=yes @AMDEPBACKSLASH@
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trace.lo `test -f 'src/utils/trace.c' || echo '$(srcdir)/'`src/utils/trace.c
816
817 uuid.lo: src/utils/uuid.c
818 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT uuid.lo -MD -MP -MF $(DEPDIR)/uuid.Tpo -c -o uuid.lo `test -f 'src/utils/uuid.c' || echo '$(srcdir)/'`src/utils/uuid.c
819 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/uuid.Tpo $(DEPDIR)/uuid.Plo
820 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/uuid.c' object='uuid.lo' libtool=yes @AMDEPBACKSLASH@
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o uuid.lo `test -f 'src/utils/uuid.c' || echo '$(srcdir)/'`src/utils/uuid.c
823
824 wpa_debug.lo: src/utils/wpa_debug.c
825 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wpa_debug.lo -MD -MP -MF $(DEPDIR)/wpa_debug.Tpo -c -o wpa_debug.lo `test -f 'src/utils/wpa_debug.c' || echo '$(srcdir)/'`src/utils/wpa_debug.c
826 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/wpa_debug.Tpo $(DEPDIR)/wpa_debug.Plo
827 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/wpa_debug.c' object='wpa_debug.lo' libtool=yes @AMDEPBACKSLASH@
828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wpa_debug.lo `test -f 'src/utils/wpa_debug.c' || echo '$(srcdir)/'`src/utils/wpa_debug.c
830
831 wpabuf.lo: src/utils/wpabuf.c
832 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wpabuf.lo -MD -MP -MF $(DEPDIR)/wpabuf.Tpo -c -o wpabuf.lo `test -f 'src/utils/wpabuf.c' || echo '$(srcdir)/'`src/utils/wpabuf.c
833 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/wpabuf.Tpo $(DEPDIR)/wpabuf.Plo
834 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/wpabuf.c' object='wpabuf.lo' libtool=yes @AMDEPBACKSLASH@
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wpabuf.lo `test -f 'src/utils/wpabuf.c' || echo '$(srcdir)/'`src/utils/wpabuf.c
837
838 os_unix.lo: src/utils/os_unix.c
839 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT os_unix.lo -MD -MP -MF $(DEPDIR)/os_unix.Tpo -c -o os_unix.lo `test -f 'src/utils/os_unix.c' || echo '$(srcdir)/'`src/utils/os_unix.c
840 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/os_unix.Tpo $(DEPDIR)/os_unix.Plo
841 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/os_unix.c' object='os_unix.lo' libtool=yes @AMDEPBACKSLASH@
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
843 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o os_unix.lo `test -f 'src/utils/os_unix.c' || echo '$(srcdir)/'`src/utils/os_unix.c
844
845 radius_utils.lo: src/utils/radius_utils.c
846 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT radius_utils.lo -MD -MP -MF $(DEPDIR)/radius_utils.Tpo -c -o radius_utils.lo `test -f 'src/utils/radius_utils.c' || echo '$(srcdir)/'`src/utils/radius_utils.c
847 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/radius_utils.Tpo $(DEPDIR)/radius_utils.Plo
848 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/utils/radius_utils.c' object='radius_utils.lo' libtool=yes @AMDEPBACKSLASH@
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
850 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o radius_utils.lo `test -f 'src/utils/radius_utils.c' || echo '$(srcdir)/'`src/utils/radius_utils.c
851
852 aes-ctr.lo: src/crypto/aes-ctr.c
853 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aes-ctr.lo -MD -MP -MF $(DEPDIR)/aes-ctr.Tpo -c -o aes-ctr.lo `test -f 'src/crypto/aes-ctr.c' || echo '$(srcdir)/'`src/crypto/aes-ctr.c
854 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/aes-ctr.Tpo $(DEPDIR)/aes-ctr.Plo
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/aes-ctr.c' object='aes-ctr.lo' libtool=yes @AMDEPBACKSLASH@
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
857 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aes-ctr.lo `test -f 'src/crypto/aes-ctr.c' || echo '$(srcdir)/'`src/crypto/aes-ctr.c
858
859 aes-eax.lo: src/crypto/aes-eax.c
860 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aes-eax.lo -MD -MP -MF $(DEPDIR)/aes-eax.Tpo -c -o aes-eax.lo `test -f 'src/crypto/aes-eax.c' || echo '$(srcdir)/'`src/crypto/aes-eax.c
861 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/aes-eax.Tpo $(DEPDIR)/aes-eax.Plo
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/aes-eax.c' object='aes-eax.lo' libtool=yes @AMDEPBACKSLASH@
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
864 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aes-eax.lo `test -f 'src/crypto/aes-eax.c' || echo '$(srcdir)/'`src/crypto/aes-eax.c
865
866 aes-encblock.lo: src/crypto/aes-encblock.c
867 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aes-encblock.lo -MD -MP -MF $(DEPDIR)/aes-encblock.Tpo -c -o aes-encblock.lo `test -f 'src/crypto/aes-encblock.c' || echo '$(srcdir)/'`src/crypto/aes-encblock.c
868 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/aes-encblock.Tpo $(DEPDIR)/aes-encblock.Plo
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/aes-encblock.c' object='aes-encblock.lo' libtool=yes @AMDEPBACKSLASH@
870 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
871 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aes-encblock.lo `test -f 'src/crypto/aes-encblock.c' || echo '$(srcdir)/'`src/crypto/aes-encblock.c
872
873 aes-omac1.lo: src/crypto/aes-omac1.c
874 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT aes-omac1.lo -MD -MP -MF $(DEPDIR)/aes-omac1.Tpo -c -o aes-omac1.lo `test -f 'src/crypto/aes-omac1.c' || echo '$(srcdir)/'`src/crypto/aes-omac1.c
875 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/aes-omac1.Tpo $(DEPDIR)/aes-omac1.Plo
876 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/aes-omac1.c' object='aes-omac1.lo' libtool=yes @AMDEPBACKSLASH@
877 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o aes-omac1.lo `test -f 'src/crypto/aes-omac1.c' || echo '$(srcdir)/'`src/crypto/aes-omac1.c
879
880 milenage.lo: src/crypto/milenage.c
881 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT milenage.lo -MD -MP -MF $(DEPDIR)/milenage.Tpo -c -o milenage.lo `test -f 'src/crypto/milenage.c' || echo '$(srcdir)/'`src/crypto/milenage.c
882 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/milenage.Tpo $(DEPDIR)/milenage.Plo
883 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/milenage.c' object='milenage.lo' libtool=yes @AMDEPBACKSLASH@
884 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o milenage.lo `test -f 'src/crypto/milenage.c' || echo '$(srcdir)/'`src/crypto/milenage.c
886
887 ms_funcs.lo: src/crypto/ms_funcs.c
888 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ms_funcs.lo -MD -MP -MF $(DEPDIR)/ms_funcs.Tpo -c -o ms_funcs.lo `test -f 'src/crypto/ms_funcs.c' || echo '$(srcdir)/'`src/crypto/ms_funcs.c
889 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ms_funcs.Tpo $(DEPDIR)/ms_funcs.Plo
890 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/ms_funcs.c' object='ms_funcs.lo' libtool=yes @AMDEPBACKSLASH@
891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ms_funcs.lo `test -f 'src/crypto/ms_funcs.c' || echo '$(srcdir)/'`src/crypto/ms_funcs.c
893
894 sha1-tlsprf.lo: src/crypto/sha1-tlsprf.c
895 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1-tlsprf.lo -MD -MP -MF $(DEPDIR)/sha1-tlsprf.Tpo -c -o sha1-tlsprf.lo `test -f 'src/crypto/sha1-tlsprf.c' || echo '$(srcdir)/'`src/crypto/sha1-tlsprf.c
896 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sha1-tlsprf.Tpo $(DEPDIR)/sha1-tlsprf.Plo
897 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/sha1-tlsprf.c' object='sha1-tlsprf.lo' libtool=yes @AMDEPBACKSLASH@
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
899 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1-tlsprf.lo `test -f 'src/crypto/sha1-tlsprf.c' || echo '$(srcdir)/'`src/crypto/sha1-tlsprf.c
900
901 sha1-tprf.lo: src/crypto/sha1-tprf.c
902 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha1-tprf.lo -MD -MP -MF $(DEPDIR)/sha1-tprf.Tpo -c -o sha1-tprf.lo `test -f 'src/crypto/sha1-tprf.c' || echo '$(srcdir)/'`src/crypto/sha1-tprf.c
903 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sha1-tprf.Tpo $(DEPDIR)/sha1-tprf.Plo
904 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/sha1-tprf.c' object='sha1-tprf.lo' libtool=yes @AMDEPBACKSLASH@
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
906 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha1-tprf.lo `test -f 'src/crypto/sha1-tprf.c' || echo '$(srcdir)/'`src/crypto/sha1-tprf.c
907
908 crypto_openssl.lo: src/crypto/crypto_openssl.c
909 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_openssl.lo -MD -MP -MF $(DEPDIR)/crypto_openssl.Tpo -c -o crypto_openssl.lo `test -f 'src/crypto/crypto_openssl.c' || echo '$(srcdir)/'`src/crypto/crypto_openssl.c
910 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/crypto_openssl.Tpo $(DEPDIR)/crypto_openssl.Plo
911 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/crypto_openssl.c' object='crypto_openssl.lo' libtool=yes @AMDEPBACKSLASH@
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
913 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_openssl.lo `test -f 'src/crypto/crypto_openssl.c' || echo '$(srcdir)/'`src/crypto/crypto_openssl.c
914
915 tls_openssl.lo: src/crypto/tls_openssl.c
916 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_openssl.lo -MD -MP -MF $(DEPDIR)/tls_openssl.Tpo -c -o tls_openssl.lo `test -f 'src/crypto/tls_openssl.c' || echo '$(srcdir)/'`src/crypto/tls_openssl.c
917 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tls_openssl.Tpo $(DEPDIR)/tls_openssl.Plo
918 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/tls_openssl.c' object='tls_openssl.lo' libtool=yes @AMDEPBACKSLASH@
919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
920 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_openssl.lo `test -f 'src/crypto/tls_openssl.c' || echo '$(srcdir)/'`src/crypto/tls_openssl.c
921
922 random.lo: src/crypto/random.c
923 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT random.lo -MD -MP -MF $(DEPDIR)/random.Tpo -c -o random.lo `test -f 'src/crypto/random.c' || echo '$(srcdir)/'`src/crypto/random.c
924 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/random.Tpo $(DEPDIR)/random.Plo
925 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/random.c' object='random.lo' libtool=yes @AMDEPBACKSLASH@
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
927 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o random.lo `test -f 'src/crypto/random.c' || echo '$(srcdir)/'`src/crypto/random.c
928
929 sha256-tlsprf.lo: src/crypto/sha256-tlsprf.c
930 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha256-tlsprf.lo -MD -MP -MF $(DEPDIR)/sha256-tlsprf.Tpo -c -o sha256-tlsprf.lo `test -f 'src/crypto/sha256-tlsprf.c' || echo '$(srcdir)/'`src/crypto/sha256-tlsprf.c
931 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sha256-tlsprf.Tpo $(DEPDIR)/sha256-tlsprf.Plo
932 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/crypto/sha256-tlsprf.c' object='sha256-tlsprf.lo' libtool=yes @AMDEPBACKSLASH@
933 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha256-tlsprf.lo `test -f 'src/crypto/sha256-tlsprf.c' || echo '$(srcdir)/'`src/crypto/sha256-tlsprf.c
935
936 mostlyclean-libtool:
937         -rm -f *.lo
938
939 clean-libtool:
940         -rm -rf .libs _libs
941
942 ID: $(am__tagged_files)
943         $(am__define_uniq_tagged_files); mkid -fID $$unique
944 tags: tags-am
945 TAGS: tags
946
947 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
948         set x; \
949         here=`pwd`; \
950         $(am__define_uniq_tagged_files); \
951         shift; \
952         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
953           test -n "$$unique" || unique=$$empty_fix; \
954           if test $$# -gt 0; then \
955             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
956               "$$@" $$unique; \
957           else \
958             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
959               $$unique; \
960           fi; \
961         fi
962 ctags: ctags-am
963
964 CTAGS: ctags
965 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
966         $(am__define_uniq_tagged_files); \
967         test -z "$(CTAGS_ARGS)$$unique" \
968           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
969              $$unique
970
971 GTAGS:
972         here=`$(am__cd) $(top_builddir) && pwd` \
973           && $(am__cd) $(top_srcdir) \
974           && gtags -i $(GTAGS_ARGS) "$$here"
975 cscopelist: cscopelist-am
976
977 cscopelist-am: $(am__tagged_files)
978         list='$(am__tagged_files)'; \
979         case "$(srcdir)" in \
980           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
981           *) sdir=$(subdir)/$(srcdir) ;; \
982         esac; \
983         for i in $$list; do \
984           if test -f "$$i"; then \
985             echo "$(subdir)/$$i"; \
986           else \
987             echo "$$sdir/$$i"; \
988           fi; \
989         done >> $(top_builddir)/cscope.files
990
991 distclean-tags:
992         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
993
994 distdir: $(DISTFILES)
995         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
996         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
997         list='$(DISTFILES)'; \
998           dist_files=`for file in $$list; do echo $$file; done | \
999           sed -e "s|^$$srcdirstrip/||;t" \
1000               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1001         case $$dist_files in \
1002           */*) $(MKDIR_P) `echo "$$dist_files" | \
1003                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1004                            sort -u` ;; \
1005         esac; \
1006         for file in $$dist_files; do \
1007           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1008           if test -d $$d/$$file; then \
1009             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1010             if test -d "$(distdir)/$$file"; then \
1011               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1012             fi; \
1013             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1014               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1015               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1016             fi; \
1017             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1018           else \
1019             test -f "$(distdir)/$$file" \
1020             || cp -p $$d/$$file "$(distdir)/$$file" \
1021             || exit 1; \
1022           fi; \
1023         done
1024 check-am: all-am
1025 check: check-am
1026 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
1027 installdirs:
1028 install: install-am
1029 install-exec: install-exec-am
1030 install-data: install-data-am
1031 uninstall: uninstall-am
1032
1033 install-am: all-am
1034         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1035
1036 installcheck: installcheck-am
1037 install-strip:
1038         if test -z '$(STRIP)'; then \
1039           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1040             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1041               install; \
1042         else \
1043           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1044             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1045             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1046         fi
1047 mostlyclean-generic:
1048
1049 clean-generic:
1050
1051 distclean-generic:
1052         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1053         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1054
1055 maintainer-clean-generic:
1056         @echo "This command is intended for maintainers to use"
1057         @echo "it deletes files that may require special tools to rebuild."
1058 clean: clean-am
1059
1060 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1061         mostlyclean-am
1062
1063 distclean: distclean-am
1064         -rm -rf ./$(DEPDIR)
1065         -rm -f Makefile
1066 distclean-am: clean-am distclean-compile distclean-generic \
1067         distclean-tags
1068
1069 dvi: dvi-am
1070
1071 dvi-am:
1072
1073 html: html-am
1074
1075 html-am:
1076
1077 info: info-am
1078
1079 info-am:
1080
1081 install-data-am:
1082
1083 install-dvi: install-dvi-am
1084
1085 install-dvi-am:
1086
1087 install-exec-am:
1088
1089 install-html: install-html-am
1090
1091 install-html-am:
1092
1093 install-info: install-info-am
1094
1095 install-info-am:
1096
1097 install-man:
1098
1099 install-pdf: install-pdf-am
1100
1101 install-pdf-am:
1102
1103 install-ps: install-ps-am
1104
1105 install-ps-am:
1106
1107 installcheck-am:
1108
1109 maintainer-clean: maintainer-clean-am
1110         -rm -rf ./$(DEPDIR)
1111         -rm -f Makefile
1112 maintainer-clean-am: distclean-am maintainer-clean-generic
1113
1114 mostlyclean: mostlyclean-am
1115
1116 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1117         mostlyclean-libtool
1118
1119 pdf: pdf-am
1120
1121 pdf-am:
1122
1123 ps: ps-am
1124
1125 ps-am:
1126
1127 uninstall-am:
1128
1129 .MAKE: install-am install-strip
1130
1131 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1132         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
1133         ctags-am distclean distclean-compile distclean-generic \
1134         distclean-libtool distclean-tags distdir dvi dvi-am html \
1135         html-am info info-am install install-am install-data \
1136         install-data-am install-dvi install-dvi-am install-exec \
1137         install-exec-am install-html install-html-am install-info \
1138         install-info-am install-man install-pdf install-pdf-am \
1139         install-ps install-ps-am install-strip installcheck \
1140         installcheck-am installdirs maintainer-clean \
1141         maintainer-clean-generic mostlyclean mostlyclean-compile \
1142         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1143         tags tags-am uninstall uninstall-am
1144
1145 .PRECIOUS: Makefile
1146
1147
1148 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1149 # Otherwise a system limit (for SysV at least) may be exceeded.
1150 .NOEXPORT: