834da7801b3cb77b64dc82fd4cc708921f5b7d7b
[radsecproxy.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 @RS_ENABLE_TLS_TRUE@am__append_1 = tls.c
55 @RS_ENABLE_TLS_FALSE@am__append_2 = md5.c
56 subdir = .
57 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
59         $(srcdir)/libradsec.spec.in $(top_srcdir)/configure \
60         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
61         build-aux/install-sh build-aux/ltmain.sh build-aux/missing
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66         $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70  configure.lineno config.status.lineno
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = config.h
73 CONFIG_CLEAN_FILES = libradsec.spec
74 CONFIG_CLEAN_VPATH_FILES =
75 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76 am__vpath_adj = case $$p in \
77     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78     *) f=$$p;; \
79   esac;
80 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
81 am__install_max = 40
82 am__nobase_strip_setup = \
83   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
84 am__nobase_strip = \
85   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
86 am__nobase_list = $(am__nobase_strip_setup); \
87   for p in $$list; do echo "$$p $$p"; done | \
88   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
89   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90     if (++n[$$2] == $(am__install_max)) \
91       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92     END { for (dir in files) print dir, files[dir] }'
93 am__base_list = \
94   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
96 am__uninstall_files_from_dir = { \
97   test -z "$$files" \
98     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
99     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
100          $(am__cd) "$$dir" && rm -f $$files; }; \
101   }
102 am__installdirs = "$(DESTDIR)$(libdir)"
103 LTLIBRARIES = $(lib_LTLIBRARIES)
104 libradsec_la_DEPENDENCIES = radsecproxy/libradsec-radsecproxy.la \
105         radius/libradsec-radius.la
106 am__libradsec_la_SOURCES_DIST = avp.c compat.c conf.c conn.c debug.c \
107         err.c event.c packet.c peer.c radsec.c request.c send.c tcp.c \
108         udp.c util.c tls.c md5.c compat.h conn.h debug.h err.h event.h \
109         md5.h packet.h peer.h radsec.h tcp.h tls.h udp.h util.h
110 @RS_ENABLE_TLS_TRUE@am__objects_1 = libradsec_la-tls.lo
111 @RS_ENABLE_TLS_FALSE@am__objects_2 = libradsec_la-md5.lo
112 am_libradsec_la_OBJECTS = libradsec_la-avp.lo libradsec_la-compat.lo \
113         libradsec_la-conf.lo libradsec_la-conn.lo \
114         libradsec_la-debug.lo libradsec_la-err.lo \
115         libradsec_la-event.lo libradsec_la-packet.lo \
116         libradsec_la-peer.lo libradsec_la-radsec.lo \
117         libradsec_la-request.lo libradsec_la-send.lo \
118         libradsec_la-tcp.lo libradsec_la-udp.lo libradsec_la-util.lo \
119         $(am__objects_1) $(am__objects_2)
120 libradsec_la_OBJECTS = $(am_libradsec_la_OBJECTS)
121 libradsec_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
122         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libradsec_la_CFLAGS) \
123         $(CFLAGS) $(libradsec_la_LDFLAGS) $(LDFLAGS) -o $@
124 DEFAULT_INCLUDES = -I.@am__isrc@
125 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
126 am__depfiles_maybe = depfiles
127 am__mv = mv -f
128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
132         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 CCLD = $(CC)
134 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
135         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
136         $(LDFLAGS) -o $@
137 SOURCES = $(libradsec_la_SOURCES)
138 DIST_SOURCES = $(am__libradsec_la_SOURCES_DIST)
139 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
140         html-recursive info-recursive install-data-recursive \
141         install-dvi-recursive install-exec-recursive \
142         install-html-recursive install-info-recursive \
143         install-pdf-recursive install-ps-recursive install-recursive \
144         installcheck-recursive installdirs-recursive pdf-recursive \
145         ps-recursive uninstall-recursive
146 am__can_run_installinfo = \
147   case $$AM_UPDATE_INFO_DIR in \
148     n|no|NO) false;; \
149     *) (install-info --version) >/dev/null 2>&1;; \
150   esac
151 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
152   distclean-recursive maintainer-clean-recursive
153 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
154         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
155         distdir dist dist-all distcheck
156 ETAGS = etags
157 CTAGS = ctags
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159 distdir = $(PACKAGE)-$(VERSION)
160 top_distdir = $(distdir)
161 am__remove_distdir = \
162   if test -d "$(distdir)"; then \
163     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
164       && rm -rf "$(distdir)" \
165       || { sleep 5 && rm -rf "$(distdir)"; }; \
166   else :; fi
167 am__relativize = \
168   dir0=`pwd`; \
169   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170   sed_rest='s,^[^/]*/*,,'; \
171   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
172   sed_butlast='s,/*[^/]*$$,,'; \
173   while test -n "$$dir1"; do \
174     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
175     if test "$$first" != "."; then \
176       if test "$$first" = ".."; then \
177         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
179       else \
180         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
181         if test "$$first2" = "$$first"; then \
182           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
183         else \
184           dir2="../$$dir2"; \
185         fi; \
186         dir0="$$dir0"/"$$first"; \
187       fi; \
188     fi; \
189     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190   done; \
191   reldir="$$dir2"
192 DIST_ARCHIVES = $(distdir).tar.gz
193 GZIP_ENV = --best
194 distuninstallcheck_listfiles = find . -type f -print
195 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
196   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
197 distcleancheck_listfiles = find . -type f -print
198 ACLOCAL = @ACLOCAL@
199 AMTAR = @AMTAR@
200 AR = @AR@
201 AUTOCONF = @AUTOCONF@
202 AUTOHEADER = @AUTOHEADER@
203 AUTOMAKE = @AUTOMAKE@
204 AWK = @AWK@
205 CC = @CC@
206 CCDEPMODE = @CCDEPMODE@
207 CFLAGS = @CFLAGS@
208 CPP = @CPP@
209 CPPFLAGS = @CPPFLAGS@
210 CYGPATH_W = @CYGPATH_W@
211 DEFS = @DEFS@
212 DEPDIR = @DEPDIR@
213 DLLTOOL = @DLLTOOL@
214 DSYMUTIL = @DSYMUTIL@
215 DUMPBIN = @DUMPBIN@
216 ECHO_C = @ECHO_C@
217 ECHO_N = @ECHO_N@
218 ECHO_T = @ECHO_T@
219 EGREP = @EGREP@
220 EXEEXT = @EXEEXT@
221 FGREP = @FGREP@
222 GREP = @GREP@
223 INSTALL = @INSTALL@
224 INSTALL_DATA = @INSTALL_DATA@
225 INSTALL_PROGRAM = @INSTALL_PROGRAM@
226 INSTALL_SCRIPT = @INSTALL_SCRIPT@
227 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228 LD = @LD@
229 LDFLAGS = @LDFLAGS@
230 LIBOBJS = @LIBOBJS@
231 LIBS = @LIBS@
232 LIBTOOL = @LIBTOOL@
233 LIPO = @LIPO@
234 LN_S = @LN_S@
235 LTLIBOBJS = @LTLIBOBJS@
236 MAKEINFO = @MAKEINFO@
237 MANIFEST_TOOL = @MANIFEST_TOOL@
238 MKDIR_P = @MKDIR_P@
239 NM = @NM@
240 NMEDIT = @NMEDIT@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 RANLIB = @RANLIB@
254 SED = @SED@
255 SET_MAKE = @SET_MAKE@
256 SHELL = @SHELL@
257 STRIP = @STRIP@
258 VERSION = @VERSION@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 localedir = @localedir@
295 localstatedir = @localstatedir@
296 mandir = @mandir@
297 mkdir_p = @mkdir_p@
298 oldincludedir = @oldincludedir@
299 pdfdir = @pdfdir@
300 prefix = @prefix@
301 program_transform_name = @program_transform_name@
302 psdir = @psdir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 sysconfdir = @sysconfdir@
307 target_alias = @target_alias@
308 top_build_prefix = @top_build_prefix@
309 top_builddir = @top_builddir@
310 top_srcdir = @top_srcdir@
311 AUTOMAKE_OPTIONS = foreign
312 ACLOCAL_AMFLAGS = -I m4
313
314 # Shared library interface version, i.e. -version-info to Libtool,
315 # expressed as three integers CURRENT:REVISION:AGE.
316 #
317 # CURRENT is the version number of the current interface. Increment
318 # CURRENT when the library interface has changed or has been extended.
319 #
320 # REVISION is the version number of the _implementation_ of the
321 # CURRENT interface. Set REVISION to 0 when CURRENT changes, else
322 # increment.
323 #
324 # AGE is the number of interfaces this library implements, i.e. how
325 # many versions before CURRENT that are supported. Increment AGE when
326 # the library interface is _extended_. Set AGE to 0 when the library
327 # interface is _changed_.
328 SUBDIRS = radius radsecproxy include . examples
329 DIST_SUBDIRS = $(SUBDIRS) tests
330 INCLUDES = -I$(srcdir)/include
331 AM_CFLAGS = -Wall -Werror -g
332 lib_LTLIBRARIES = libradsec.la
333 libradsec_la_SOURCES = avp.c compat.c conf.c conn.c debug.c err.c \
334         event.c packet.c peer.c radsec.c request.c send.c tcp.c udp.c \
335         util.c $(am__append_1) $(am__append_2) compat.h conn.h debug.h \
336         err.h event.h md5.h packet.h peer.h radsec.h tcp.h tls.h udp.h \
337         util.h
338 EXTRA_DIST = HACKING LICENSE libradsec.spec radsec.sym
339 EXTRA_libradsec_la_DEPENDENCIES = radsec.sym
340 AM_DISTCHECK_CONFIGURE_FLAGS = --enable-tls --enable-tls-psk
341 libradsec_la_LIBADD = radsecproxy/libradsec-radsecproxy.la radius/libradsec-radius.la
342 libradsec_la_LDFLAGS = -version-info 1:0:1 -export-symbols $(srcdir)/radsec.sym
343 libradsec_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -Werror # -DDEBUG -DDEBUG_LEVENT 
344 all: config.h
345         $(MAKE) $(AM_MAKEFLAGS) all-recursive
346
347 .SUFFIXES:
348 .SUFFIXES: .c .lo .o .obj
349 am--refresh: Makefile
350         @:
351 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
352         @for dep in $?; do \
353           case '$(am__configure_deps)' in \
354             *$$dep*) \
355               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
356               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
357                 && exit 0; \
358               exit 1;; \
359           esac; \
360         done; \
361         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
362         $(am__cd) $(top_srcdir) && \
363           $(AUTOMAKE) --foreign Makefile
364 .PRECIOUS: Makefile
365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366         @case '$?' in \
367           *config.status*) \
368             echo ' $(SHELL) ./config.status'; \
369             $(SHELL) ./config.status;; \
370           *) \
371             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
372             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
373         esac;
374
375 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376         $(SHELL) ./config.status --recheck
377
378 $(top_srcdir)/configure:  $(am__configure_deps)
379         $(am__cd) $(srcdir) && $(AUTOCONF)
380 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
381         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
382 $(am__aclocal_m4_deps):
383
384 config.h: stamp-h1
385         @if test ! -f $@; then rm -f stamp-h1; else :; fi
386         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
387
388 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
389         @rm -f stamp-h1
390         cd $(top_builddir) && $(SHELL) ./config.status config.h
391 $(srcdir)/config.h.in:  $(am__configure_deps) 
392         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
393         rm -f stamp-h1
394         touch $@
395
396 distclean-hdr:
397         -rm -f config.h stamp-h1
398 libradsec.spec: $(top_builddir)/config.status $(srcdir)/libradsec.spec.in
399         cd $(top_builddir) && $(SHELL) ./config.status $@
400 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
401         @$(NORMAL_INSTALL)
402         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
403         list2=; for p in $$list; do \
404           if test -f $$p; then \
405             list2="$$list2 $$p"; \
406           else :; fi; \
407         done; \
408         test -z "$$list2" || { \
409           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
410           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
411           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
412           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
413         }
414
415 uninstall-libLTLIBRARIES:
416         @$(NORMAL_UNINSTALL)
417         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
418         for p in $$list; do \
419           $(am__strip_dir) \
420           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
421           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
422         done
423
424 clean-libLTLIBRARIES:
425         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
426         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
427           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
428           test "$$dir" != "$$p" || dir=.; \
429           echo "rm -f \"$${dir}/so_locations\""; \
430           rm -f "$${dir}/so_locations"; \
431         done
432 libradsec.la: $(libradsec_la_OBJECTS) $(libradsec_la_DEPENDENCIES) $(EXTRA_libradsec_la_DEPENDENCIES) 
433         $(libradsec_la_LINK) -rpath $(libdir) $(libradsec_la_OBJECTS) $(libradsec_la_LIBADD) $(LIBS)
434
435 mostlyclean-compile:
436         -rm -f *.$(OBJEXT)
437
438 distclean-compile:
439         -rm -f *.tab.c
440
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-avp.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-compat.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-conf.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-conn.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-debug.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-err.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-event.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-md5.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-packet.Plo@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-peer.Plo@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-radsec.Plo@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-request.Plo@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-send.Plo@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-tcp.Plo@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-tls.Plo@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-udp.Plo@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_la-util.Plo@am__quote@
458
459 .c.o:
460 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
465
466 .c.obj:
467 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
472
473 .c.lo:
474 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
479
480 libradsec_la-avp.lo: avp.c
481 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-avp.lo -MD -MP -MF $(DEPDIR)/libradsec_la-avp.Tpo -c -o libradsec_la-avp.lo `test -f 'avp.c' || echo '$(srcdir)/'`avp.c
482 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-avp.Tpo $(DEPDIR)/libradsec_la-avp.Plo
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='avp.c' object='libradsec_la-avp.lo' libtool=yes @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-avp.lo `test -f 'avp.c' || echo '$(srcdir)/'`avp.c
486
487 libradsec_la-compat.lo: compat.c
488 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-compat.lo -MD -MP -MF $(DEPDIR)/libradsec_la-compat.Tpo -c -o libradsec_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
489 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-compat.Tpo $(DEPDIR)/libradsec_la-compat.Plo
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='compat.c' object='libradsec_la-compat.lo' libtool=yes @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
493
494 libradsec_la-conf.lo: conf.c
495 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-conf.lo -MD -MP -MF $(DEPDIR)/libradsec_la-conf.Tpo -c -o libradsec_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
496 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-conf.Tpo $(DEPDIR)/libradsec_la-conf.Plo
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='conf.c' object='libradsec_la-conf.lo' libtool=yes @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
500
501 libradsec_la-conn.lo: conn.c
502 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-conn.lo -MD -MP -MF $(DEPDIR)/libradsec_la-conn.Tpo -c -o libradsec_la-conn.lo `test -f 'conn.c' || echo '$(srcdir)/'`conn.c
503 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-conn.Tpo $(DEPDIR)/libradsec_la-conn.Plo
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='conn.c' object='libradsec_la-conn.lo' libtool=yes @AMDEPBACKSLASH@
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-conn.lo `test -f 'conn.c' || echo '$(srcdir)/'`conn.c
507
508 libradsec_la-debug.lo: debug.c
509 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-debug.lo -MD -MP -MF $(DEPDIR)/libradsec_la-debug.Tpo -c -o libradsec_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
510 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-debug.Tpo $(DEPDIR)/libradsec_la-debug.Plo
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='libradsec_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
514
515 libradsec_la-err.lo: err.c
516 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-err.lo -MD -MP -MF $(DEPDIR)/libradsec_la-err.Tpo -c -o libradsec_la-err.lo `test -f 'err.c' || echo '$(srcdir)/'`err.c
517 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-err.Tpo $(DEPDIR)/libradsec_la-err.Plo
518 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='err.c' object='libradsec_la-err.lo' libtool=yes @AMDEPBACKSLASH@
519 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-err.lo `test -f 'err.c' || echo '$(srcdir)/'`err.c
521
522 libradsec_la-event.lo: event.c
523 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-event.lo -MD -MP -MF $(DEPDIR)/libradsec_la-event.Tpo -c -o libradsec_la-event.lo `test -f 'event.c' || echo '$(srcdir)/'`event.c
524 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-event.Tpo $(DEPDIR)/libradsec_la-event.Plo
525 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='event.c' object='libradsec_la-event.lo' libtool=yes @AMDEPBACKSLASH@
526 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-event.lo `test -f 'event.c' || echo '$(srcdir)/'`event.c
528
529 libradsec_la-packet.lo: packet.c
530 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-packet.lo -MD -MP -MF $(DEPDIR)/libradsec_la-packet.Tpo -c -o libradsec_la-packet.lo `test -f 'packet.c' || echo '$(srcdir)/'`packet.c
531 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-packet.Tpo $(DEPDIR)/libradsec_la-packet.Plo
532 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='packet.c' object='libradsec_la-packet.lo' libtool=yes @AMDEPBACKSLASH@
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-packet.lo `test -f 'packet.c' || echo '$(srcdir)/'`packet.c
535
536 libradsec_la-peer.lo: peer.c
537 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-peer.lo -MD -MP -MF $(DEPDIR)/libradsec_la-peer.Tpo -c -o libradsec_la-peer.lo `test -f 'peer.c' || echo '$(srcdir)/'`peer.c
538 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-peer.Tpo $(DEPDIR)/libradsec_la-peer.Plo
539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='peer.c' object='libradsec_la-peer.lo' libtool=yes @AMDEPBACKSLASH@
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-peer.lo `test -f 'peer.c' || echo '$(srcdir)/'`peer.c
542
543 libradsec_la-radsec.lo: radsec.c
544 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-radsec.lo -MD -MP -MF $(DEPDIR)/libradsec_la-radsec.Tpo -c -o libradsec_la-radsec.lo `test -f 'radsec.c' || echo '$(srcdir)/'`radsec.c
545 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-radsec.Tpo $(DEPDIR)/libradsec_la-radsec.Plo
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radsec.c' object='libradsec_la-radsec.lo' libtool=yes @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-radsec.lo `test -f 'radsec.c' || echo '$(srcdir)/'`radsec.c
549
550 libradsec_la-request.lo: request.c
551 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-request.lo -MD -MP -MF $(DEPDIR)/libradsec_la-request.Tpo -c -o libradsec_la-request.lo `test -f 'request.c' || echo '$(srcdir)/'`request.c
552 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-request.Tpo $(DEPDIR)/libradsec_la-request.Plo
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='request.c' object='libradsec_la-request.lo' libtool=yes @AMDEPBACKSLASH@
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-request.lo `test -f 'request.c' || echo '$(srcdir)/'`request.c
556
557 libradsec_la-send.lo: send.c
558 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-send.lo -MD -MP -MF $(DEPDIR)/libradsec_la-send.Tpo -c -o libradsec_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c
559 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-send.Tpo $(DEPDIR)/libradsec_la-send.Plo
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='send.c' object='libradsec_la-send.lo' libtool=yes @AMDEPBACKSLASH@
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-send.lo `test -f 'send.c' || echo '$(srcdir)/'`send.c
563
564 libradsec_la-tcp.lo: tcp.c
565 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-tcp.lo -MD -MP -MF $(DEPDIR)/libradsec_la-tcp.Tpo -c -o libradsec_la-tcp.lo `test -f 'tcp.c' || echo '$(srcdir)/'`tcp.c
566 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-tcp.Tpo $(DEPDIR)/libradsec_la-tcp.Plo
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tcp.c' object='libradsec_la-tcp.lo' libtool=yes @AMDEPBACKSLASH@
568 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-tcp.lo `test -f 'tcp.c' || echo '$(srcdir)/'`tcp.c
570
571 libradsec_la-udp.lo: udp.c
572 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-udp.lo -MD -MP -MF $(DEPDIR)/libradsec_la-udp.Tpo -c -o libradsec_la-udp.lo `test -f 'udp.c' || echo '$(srcdir)/'`udp.c
573 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-udp.Tpo $(DEPDIR)/libradsec_la-udp.Plo
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='udp.c' object='libradsec_la-udp.lo' libtool=yes @AMDEPBACKSLASH@
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-udp.lo `test -f 'udp.c' || echo '$(srcdir)/'`udp.c
577
578 libradsec_la-util.lo: util.c
579 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-util.lo -MD -MP -MF $(DEPDIR)/libradsec_la-util.Tpo -c -o libradsec_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
580 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-util.Tpo $(DEPDIR)/libradsec_la-util.Plo
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='libradsec_la-util.lo' libtool=yes @AMDEPBACKSLASH@
582 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
584
585 libradsec_la-tls.lo: tls.c
586 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-tls.lo -MD -MP -MF $(DEPDIR)/libradsec_la-tls.Tpo -c -o libradsec_la-tls.lo `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
587 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-tls.Tpo $(DEPDIR)/libradsec_la-tls.Plo
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tls.c' object='libradsec_la-tls.lo' libtool=yes @AMDEPBACKSLASH@
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-tls.lo `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
591
592 libradsec_la-md5.lo: md5.c
593 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -MT libradsec_la-md5.lo -MD -MP -MF $(DEPDIR)/libradsec_la-md5.Tpo -c -o libradsec_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
594 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_la-md5.Tpo $(DEPDIR)/libradsec_la-md5.Plo
595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='libradsec_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_la_CFLAGS) $(CFLAGS) -c -o libradsec_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
598
599 mostlyclean-libtool:
600         -rm -f *.lo
601
602 clean-libtool:
603         -rm -rf .libs _libs
604
605 distclean-libtool:
606         -rm -f libtool config.lt
607
608 # This directory's subdirectories are mostly independent; you can cd
609 # into them and run `make' without going through this Makefile.
610 # To change the values of `make' variables: instead of editing Makefiles,
611 # (1) if the variable is set in `config.status', edit `config.status'
612 #     (which will cause the Makefiles to be regenerated when you run `make');
613 # (2) otherwise, pass the desired values on the `make' command line.
614 $(RECURSIVE_TARGETS):
615         @fail= failcom='exit 1'; \
616         for f in x $$MAKEFLAGS; do \
617           case $$f in \
618             *=* | --[!k]*);; \
619             *k*) failcom='fail=yes';; \
620           esac; \
621         done; \
622         dot_seen=no; \
623         target=`echo $@ | sed s/-recursive//`; \
624         list='$(SUBDIRS)'; for subdir in $$list; do \
625           echo "Making $$target in $$subdir"; \
626           if test "$$subdir" = "."; then \
627             dot_seen=yes; \
628             local_target="$$target-am"; \
629           else \
630             local_target="$$target"; \
631           fi; \
632           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
633           || eval $$failcom; \
634         done; \
635         if test "$$dot_seen" = "no"; then \
636           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
637         fi; test -z "$$fail"
638
639 $(RECURSIVE_CLEAN_TARGETS):
640         @fail= failcom='exit 1'; \
641         for f in x $$MAKEFLAGS; do \
642           case $$f in \
643             *=* | --[!k]*);; \
644             *k*) failcom='fail=yes';; \
645           esac; \
646         done; \
647         dot_seen=no; \
648         case "$@" in \
649           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
650           *) list='$(SUBDIRS)' ;; \
651         esac; \
652         rev=''; for subdir in $$list; do \
653           if test "$$subdir" = "."; then :; else \
654             rev="$$subdir $$rev"; \
655           fi; \
656         done; \
657         rev="$$rev ."; \
658         target=`echo $@ | sed s/-recursive//`; \
659         for subdir in $$rev; do \
660           echo "Making $$target in $$subdir"; \
661           if test "$$subdir" = "."; then \
662             local_target="$$target-am"; \
663           else \
664             local_target="$$target"; \
665           fi; \
666           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
667           || eval $$failcom; \
668         done && test -z "$$fail"
669 tags-recursive:
670         list='$(SUBDIRS)'; for subdir in $$list; do \
671           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
672         done
673 ctags-recursive:
674         list='$(SUBDIRS)'; for subdir in $$list; do \
675           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
676         done
677
678 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
679         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
680         unique=`for i in $$list; do \
681             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
682           done | \
683           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
684               END { if (nonempty) { for (i in files) print i; }; }'`; \
685         mkid -fID $$unique
686 tags: TAGS
687
688 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
689                 $(TAGS_FILES) $(LISP)
690         set x; \
691         here=`pwd`; \
692         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
693           include_option=--etags-include; \
694           empty_fix=.; \
695         else \
696           include_option=--include; \
697           empty_fix=; \
698         fi; \
699         list='$(SUBDIRS)'; for subdir in $$list; do \
700           if test "$$subdir" = .; then :; else \
701             test ! -f $$subdir/TAGS || \
702               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
703           fi; \
704         done; \
705         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
706         unique=`for i in $$list; do \
707             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
708           done | \
709           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
710               END { if (nonempty) { for (i in files) print i; }; }'`; \
711         shift; \
712         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
713           test -n "$$unique" || unique=$$empty_fix; \
714           if test $$# -gt 0; then \
715             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
716               "$$@" $$unique; \
717           else \
718             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
719               $$unique; \
720           fi; \
721         fi
722 ctags: CTAGS
723 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
724                 $(TAGS_FILES) $(LISP)
725         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
726         unique=`for i in $$list; do \
727             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
728           done | \
729           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
730               END { if (nonempty) { for (i in files) print i; }; }'`; \
731         test -z "$(CTAGS_ARGS)$$unique" \
732           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
733              $$unique
734
735 GTAGS:
736         here=`$(am__cd) $(top_builddir) && pwd` \
737           && $(am__cd) $(top_srcdir) \
738           && gtags -i $(GTAGS_ARGS) "$$here"
739
740 distclean-tags:
741         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
742
743 distdir: $(DISTFILES)
744         $(am__remove_distdir)
745         test -d "$(distdir)" || mkdir "$(distdir)"
746         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
748         list='$(DISTFILES)'; \
749           dist_files=`for file in $$list; do echo $$file; done | \
750           sed -e "s|^$$srcdirstrip/||;t" \
751               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
752         case $$dist_files in \
753           */*) $(MKDIR_P) `echo "$$dist_files" | \
754                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
755                            sort -u` ;; \
756         esac; \
757         for file in $$dist_files; do \
758           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
759           if test -d $$d/$$file; then \
760             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
761             if test -d "$(distdir)/$$file"; then \
762               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
763             fi; \
764             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
765               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
766               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
767             fi; \
768             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
769           else \
770             test -f "$(distdir)/$$file" \
771             || cp -p $$d/$$file "$(distdir)/$$file" \
772             || exit 1; \
773           fi; \
774         done
775         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
776           if test "$$subdir" = .; then :; else \
777             $(am__make_dryrun) \
778               || test -d "$(distdir)/$$subdir" \
779               || $(MKDIR_P) "$(distdir)/$$subdir" \
780               || exit 1; \
781             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
782             $(am__relativize); \
783             new_distdir=$$reldir; \
784             dir1=$$subdir; dir2="$(top_distdir)"; \
785             $(am__relativize); \
786             new_top_distdir=$$reldir; \
787             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
788             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
789             ($(am__cd) $$subdir && \
790               $(MAKE) $(AM_MAKEFLAGS) \
791                 top_distdir="$$new_top_distdir" \
792                 distdir="$$new_distdir" \
793                 am__remove_distdir=: \
794                 am__skip_length_check=: \
795                 am__skip_mode_fix=: \
796                 distdir) \
797               || exit 1; \
798           fi; \
799         done
800         -test -n "$(am__skip_mode_fix)" \
801         || find "$(distdir)" -type d ! -perm -755 \
802                 -exec chmod u+rwx,go+rx {} \; -o \
803           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
804           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
805           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
806         || chmod -R a+r "$(distdir)"
807 dist-gzip: distdir
808         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
809         $(am__remove_distdir)
810
811 dist-bzip2: distdir
812         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
813         $(am__remove_distdir)
814
815 dist-lzip: distdir
816         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
817         $(am__remove_distdir)
818
819 dist-lzma: distdir
820         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
821         $(am__remove_distdir)
822
823 dist-xz: distdir
824         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
825         $(am__remove_distdir)
826
827 dist-tarZ: distdir
828         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
829         $(am__remove_distdir)
830
831 dist-shar: distdir
832         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
833         $(am__remove_distdir)
834
835 dist-zip: distdir
836         -rm -f $(distdir).zip
837         zip -rq $(distdir).zip $(distdir)
838         $(am__remove_distdir)
839
840 dist dist-all: distdir
841         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
842         $(am__remove_distdir)
843
844 # This target untars the dist file and tries a VPATH configuration.  Then
845 # it guarantees that the distribution is self-contained by making another
846 # tarfile.
847 distcheck: dist
848         case '$(DIST_ARCHIVES)' in \
849         *.tar.gz*) \
850           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
851         *.tar.bz2*) \
852           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
853         *.tar.lzma*) \
854           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
855         *.tar.lz*) \
856           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
857         *.tar.xz*) \
858           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
859         *.tar.Z*) \
860           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
861         *.shar.gz*) \
862           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
863         *.zip*) \
864           unzip $(distdir).zip ;;\
865         esac
866         chmod -R a-w $(distdir); chmod u+w $(distdir)
867         mkdir $(distdir)/_build
868         mkdir $(distdir)/_inst
869         chmod a-w $(distdir)
870         test -d $(distdir)/_build || exit 0; \
871         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
872           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
873           && am__cwd=`pwd` \
874           && $(am__cd) $(distdir)/_build \
875           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
876             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
877             $(DISTCHECK_CONFIGURE_FLAGS) \
878           && $(MAKE) $(AM_MAKEFLAGS) \
879           && $(MAKE) $(AM_MAKEFLAGS) dvi \
880           && $(MAKE) $(AM_MAKEFLAGS) check \
881           && $(MAKE) $(AM_MAKEFLAGS) install \
882           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
883           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
884           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
885                 distuninstallcheck \
886           && chmod -R a-w "$$dc_install_base" \
887           && ({ \
888                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
889                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
890                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
891                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
892                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
893               } || { rm -rf "$$dc_destdir"; exit 1; }) \
894           && rm -rf "$$dc_destdir" \
895           && $(MAKE) $(AM_MAKEFLAGS) dist \
896           && rm -rf $(DIST_ARCHIVES) \
897           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
898           && cd "$$am__cwd" \
899           || exit 1
900         $(am__remove_distdir)
901         @(echo "$(distdir) archives ready for distribution: "; \
902           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
903           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
904 distuninstallcheck:
905         @test -n '$(distuninstallcheck_dir)' || { \
906           echo 'ERROR: trying to run $@ with an empty' \
907                '$$(distuninstallcheck_dir)' >&2; \
908           exit 1; \
909         }; \
910         $(am__cd) '$(distuninstallcheck_dir)' || { \
911           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
912           exit 1; \
913         }; \
914         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
915            || { echo "ERROR: files left after uninstall:" ; \
916                 if test -n "$(DESTDIR)"; then \
917                   echo "  (check DESTDIR support)"; \
918                 fi ; \
919                 $(distuninstallcheck_listfiles) ; \
920                 exit 1; } >&2
921 distcleancheck: distclean
922         @if test '$(srcdir)' = . ; then \
923           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
924           exit 1 ; \
925         fi
926         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
927           || { echo "ERROR: files left in build directory after distclean:" ; \
928                $(distcleancheck_listfiles) ; \
929                exit 1; } >&2
930 check-am: all-am
931 check: check-recursive
932 all-am: Makefile $(LTLIBRARIES) config.h
933 installdirs: installdirs-recursive
934 installdirs-am:
935         for dir in "$(DESTDIR)$(libdir)"; do \
936           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
937         done
938 install: install-recursive
939 install-exec: install-exec-recursive
940 install-data: install-data-recursive
941 uninstall: uninstall-recursive
942
943 install-am: all-am
944         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
945
946 installcheck: installcheck-recursive
947 install-strip:
948         if test -z '$(STRIP)'; then \
949           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
950             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
951               install; \
952         else \
953           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
954             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
955             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
956         fi
957 mostlyclean-generic:
958
959 clean-generic:
960
961 distclean-generic:
962         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
963         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
964
965 maintainer-clean-generic:
966         @echo "This command is intended for maintainers to use"
967         @echo "it deletes files that may require special tools to rebuild."
968 clean: clean-recursive
969
970 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
971         mostlyclean-am
972
973 distclean: distclean-recursive
974         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
975         -rm -rf ./$(DEPDIR)
976         -rm -f Makefile
977 distclean-am: clean-am distclean-compile distclean-generic \
978         distclean-hdr distclean-libtool distclean-tags
979
980 dvi: dvi-recursive
981
982 dvi-am:
983
984 html: html-recursive
985
986 html-am:
987
988 info: info-recursive
989
990 info-am:
991
992 install-data-am:
993
994 install-dvi: install-dvi-recursive
995
996 install-dvi-am:
997
998 install-exec-am: install-libLTLIBRARIES
999
1000 install-html: install-html-recursive
1001
1002 install-html-am:
1003
1004 install-info: install-info-recursive
1005
1006 install-info-am:
1007
1008 install-man:
1009
1010 install-pdf: install-pdf-recursive
1011
1012 install-pdf-am:
1013
1014 install-ps: install-ps-recursive
1015
1016 install-ps-am:
1017
1018 installcheck-am:
1019
1020 maintainer-clean: maintainer-clean-recursive
1021         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1022         -rm -rf $(top_srcdir)/autom4te.cache
1023         -rm -rf ./$(DEPDIR)
1024         -rm -f Makefile
1025 maintainer-clean-am: distclean-am maintainer-clean-generic
1026
1027 mostlyclean: mostlyclean-recursive
1028
1029 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1030         mostlyclean-libtool
1031
1032 pdf: pdf-recursive
1033
1034 pdf-am:
1035
1036 ps: ps-recursive
1037
1038 ps-am:
1039
1040 uninstall-am: uninstall-libLTLIBRARIES
1041
1042 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1043         ctags-recursive install-am install-strip tags-recursive
1044
1045 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1046         all all-am am--refresh check check-am clean clean-generic \
1047         clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
1048         dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
1049         dist-tarZ dist-xz dist-zip distcheck distclean \
1050         distclean-compile distclean-generic distclean-hdr \
1051         distclean-libtool distclean-tags distcleancheck distdir \
1052         distuninstallcheck dvi dvi-am html html-am info info-am \
1053         install install-am install-data install-data-am install-dvi \
1054         install-dvi-am install-exec install-exec-am install-html \
1055         install-html-am install-info install-info-am \
1056         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1057         install-ps install-ps-am install-strip installcheck \
1058         installcheck-am installdirs installdirs-am maintainer-clean \
1059         maintainer-clean-generic mostlyclean mostlyclean-compile \
1060         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1061         tags tags-recursive uninstall uninstall-am \
1062         uninstall-libLTLIBRARIES
1063
1064
1065 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1066 # Otherwise a system limit (for SysV at least) may be exceeded.
1067 .NOEXPORT: