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