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