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