Example code: Don't create rs_error on failing context creation.
[radsecproxy.git] / 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 target_triplet = @target@
38 sbin_PROGRAMS = radsecproxy$(EXEEXT)
39 bin_PROGRAMS = catgconf$(EXEEXT)
40 subdir = .
41 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
42         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43         $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
44         THANKS compile config.guess config.sub depcomp install-sh \
45         missing
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48         $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52  configure.lineno config.status.lineno
53 mkinstalldirs = $(install_sh) -d
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
57         "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"
58 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
59 am_catgconf_OBJECTS = catgconf-debug.$(OBJEXT) catgconf-util.$(OBJEXT) \
60         catgconf-gconfig.$(OBJEXT) catgconf-catgconf.$(OBJEXT)
61 catgconf_OBJECTS = $(am_catgconf_OBJECTS)
62 catgconf_LDADD = $(LDADD)
63 catgconf_LINK = $(CCLD) $(catgconf_CFLAGS) $(CFLAGS) \
64         $(catgconf_LDFLAGS) $(LDFLAGS) -o $@
65 am_radsecproxy_OBJECTS = radsecproxy-radsecproxy.$(OBJEXT) \
66         radsecproxy-tlscommon.$(OBJEXT) radsecproxy-gconfig.$(OBJEXT) \
67         radsecproxy-util.$(OBJEXT) radsecproxy-debug.$(OBJEXT) \
68         radsecproxy-list.$(OBJEXT) radsecproxy-hash.$(OBJEXT) \
69         radsecproxy-tlv11.$(OBJEXT) radsecproxy-hostport.$(OBJEXT) \
70         radsecproxy-radmsg.$(OBJEXT) radsecproxy-udp.$(OBJEXT) \
71         radsecproxy-tcp.$(OBJEXT) radsecproxy-tls.$(OBJEXT) \
72         radsecproxy-dtls.$(OBJEXT)
73 radsecproxy_OBJECTS = $(am_radsecproxy_OBJECTS)
74 radsecproxy_DEPENDENCIES =
75 radsecproxy_LINK = $(CCLD) $(radsecproxy_CFLAGS) $(CFLAGS) \
76         $(radsecproxy_LDFLAGS) $(LDFLAGS) -o $@
77 DEFAULT_INCLUDES = -I.@am__isrc@
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
85 SOURCES = $(catgconf_SOURCES) $(radsecproxy_SOURCES)
86 DIST_SOURCES = $(catgconf_SOURCES) $(radsecproxy_SOURCES)
87 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
88 am__vpath_adj = case $$p in \
89     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
90     *) f=$$p;; \
91   esac;
92 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
93 am__install_max = 40
94 am__nobase_strip_setup = \
95   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
96 am__nobase_strip = \
97   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
98 am__nobase_list = $(am__nobase_strip_setup); \
99   for p in $$list; do echo "$$p $$p"; done | \
100   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
101   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
102     if (++n[$$2] == $(am__install_max)) \
103       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
104     END { for (dir in files) print dir, files[dir] }'
105 am__base_list = \
106   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
107   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
108 man1dir = $(mandir)/man1
109 man5dir = $(mandir)/man5
110 NROFF = nroff
111 MANS = $(dist_man_MANS)
112 ETAGS = etags
113 CTAGS = ctags
114 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115 distdir = $(PACKAGE)-$(VERSION)
116 top_distdir = $(distdir)
117 am__remove_distdir = \
118   { test ! -d "$(distdir)" \
119     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
120          && rm -fr "$(distdir)"; }; }
121 DIST_ARCHIVES = $(distdir).tar.gz
122 GZIP_ENV = --best
123 distuninstallcheck_listfiles = find . -type f -print
124 distcleancheck_listfiles = find . -type f -print
125 ACLOCAL = @ACLOCAL@
126 AMTAR = @AMTAR@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CPPFLAGS = @CPPFLAGS@
135 CYGPATH_W = @CYGPATH_W@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 DOCBOOK2X_MAN = @DOCBOOK2X_MAN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EXEEXT = @EXEEXT@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 LDFLAGS = @LDFLAGS@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LTLIBOBJS = @LTLIBOBJS@
152 MAKEINFO = @MAKEINFO@
153 MKDIR_P = @MKDIR_P@
154 OBJEXT = @OBJEXT@
155 PACKAGE = @PACKAGE@
156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157 PACKAGE_NAME = @PACKAGE_NAME@
158 PACKAGE_STRING = @PACKAGE_STRING@
159 PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 PACKAGE_URL = @PACKAGE_URL@
161 PACKAGE_VERSION = @PACKAGE_VERSION@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 SSL_CFLAGS = @SSL_CFLAGS@
166 SSL_LDFLAGS = @SSL_LDFLAGS@
167 SSL_LIBS = @SSL_LIBS@
168 STRIP = @STRIP@
169 TARGET_CFLAGS = @TARGET_CFLAGS@
170 TARGET_LDFLAGS = @TARGET_LDFLAGS@
171 VERSION = @VERSION@
172 abs_builddir = @abs_builddir@
173 abs_srcdir = @abs_srcdir@
174 abs_top_builddir = @abs_top_builddir@
175 abs_top_srcdir = @abs_top_srcdir@
176 ac_ct_CC = @ac_ct_CC@
177 am__include = @am__include@
178 am__leading_dot = @am__leading_dot@
179 am__quote = @am__quote@
180 am__tar = @am__tar@
181 am__untar = @am__untar@
182 bindir = @bindir@
183 build = @build@
184 build_alias = @build_alias@
185 build_cpu = @build_cpu@
186 build_os = @build_os@
187 build_vendor = @build_vendor@
188 builddir = @builddir@
189 datadir = @datadir@
190 datarootdir = @datarootdir@
191 docdir = @docdir@
192 dvidir = @dvidir@
193 exec_prefix = @exec_prefix@
194 host = @host@
195 host_alias = @host_alias@
196 host_cpu = @host_cpu@
197 host_os = @host_os@
198 host_vendor = @host_vendor@
199 htmldir = @htmldir@
200 includedir = @includedir@
201 infodir = @infodir@
202 install_sh = @install_sh@
203 libdir = @libdir@
204 libexecdir = @libexecdir@
205 localedir = @localedir@
206 localstatedir = @localstatedir@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 prefix = @prefix@
212 program_transform_name = @program_transform_name@
213 psdir = @psdir@
214 sbindir = @sbindir@
215 sharedstatedir = @sharedstatedir@
216 srcdir = @srcdir@
217 sysconfdir = @sysconfdir@
218 target = @target@
219 target_alias = @target_alias@
220 target_cpu = @target_cpu@
221 target_os = @target_os@
222 target_vendor = @target_vendor@
223 top_build_prefix = @top_build_prefix@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 AUTOMAKE_OPTIONS = foreign
227 radsecproxy_SOURCES = radsecproxy.c \
228                       tlscommon.c \
229                       gconfig.c \
230                       util.c \
231                       debug.c \
232                       list.c \
233                       hash.c \
234                       tlv11.c \
235                       hostport.c \
236                       radmsg.c \
237                       udp.c \
238                       tcp.c \
239                       tls.c \
240                       dtls.c \
241                       radsecproxy.h \
242                       tlscommon.h \
243                       gconfig.h \
244                       debug.h \
245                       util.h \
246                       list.h \
247                       hash.h \
248                       tlv11.h \
249                       hostport.h \
250                       radmsg.h \
251                       udp.h \
252                       tcp.h \
253                       tls.h \
254                       dtls.h
255
256 catgconf_SOURCES = debug.c \
257                       util.c \
258                       gconfig.c \
259                       catgconf.c
260
261 radsecproxy_CFLAGS = -g -Wall -fno-strict-aliasing @SSL_CFLAGS@ @TARGET_CFLAGS@
262 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
263 radsecproxy_LDADD = @SSL_LIBS@
264 catgconf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@
265 catgconf_LDFLAGS = @TARGET_LDFLAGS@
266 dist_man_MANS = radsecproxy.1 $(GENMANPAGES)
267 EXTRA_DIST = LICENSE THANKS radsecproxy.conf-example radsecproxy.conf.5.xml \
268         tools/naptr-eduroam.sh tools/radsec-dynsrv.sh tools/README
269
270 @HAVE_DOCBOOK2X_MAN_TRUE@GENMANPAGES = radsecproxy.conf.5
271 all: all-am
272
273 .SUFFIXES:
274 .SUFFIXES: .c .o .obj
275 am--refresh:
276         @:
277 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
278         @for dep in $?; do \
279           case '$(am__configure_deps)' in \
280             *$$dep*) \
281               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
282               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
283                 && exit 0; \
284               exit 1;; \
285           esac; \
286         done; \
287         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
288         $(am__cd) $(top_srcdir) && \
289           $(AUTOMAKE) --foreign Makefile
290 .PRECIOUS: Makefile
291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292         @case '$?' in \
293           *config.status*) \
294             echo ' $(SHELL) ./config.status'; \
295             $(SHELL) ./config.status;; \
296           *) \
297             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
298             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
299         esac;
300
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302         $(SHELL) ./config.status --recheck
303
304 $(top_srcdir)/configure:  $(am__configure_deps)
305         $(am__cd) $(srcdir) && $(AUTOCONF)
306 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
307         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
308 $(am__aclocal_m4_deps):
309 install-binPROGRAMS: $(bin_PROGRAMS)
310         @$(NORMAL_INSTALL)
311         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
312         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
313         for p in $$list; do echo "$$p $$p"; done | \
314         sed 's/$(EXEEXT)$$//' | \
315         while read p p1; do if test -f $$p; \
316           then echo "$$p"; echo "$$p"; else :; fi; \
317         done | \
318         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
319             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
320         sed 'N;N;N;s,\n, ,g' | \
321         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
322           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
323             if ($$2 == $$4) files[d] = files[d] " " $$1; \
324             else { print "f", $$3 "/" $$4, $$1; } } \
325           END { for (d in files) print "f", d, files[d] }' | \
326         while read type dir files; do \
327             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
328             test -z "$$files" || { \
329               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
330               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
331             } \
332         ; done
333
334 uninstall-binPROGRAMS:
335         @$(NORMAL_UNINSTALL)
336         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
337         files=`for p in $$list; do echo "$$p"; done | \
338           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
339               -e 's/$$/$(EXEEXT)/' `; \
340         test -n "$$list" || exit 0; \
341         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
342         cd "$(DESTDIR)$(bindir)" && rm -f $$files
343
344 clean-binPROGRAMS:
345         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
346 install-sbinPROGRAMS: $(sbin_PROGRAMS)
347         @$(NORMAL_INSTALL)
348         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
349         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
350         for p in $$list; do echo "$$p $$p"; done | \
351         sed 's/$(EXEEXT)$$//' | \
352         while read p p1; do if test -f $$p; \
353           then echo "$$p"; echo "$$p"; else :; fi; \
354         done | \
355         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
356             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
357         sed 'N;N;N;s,\n, ,g' | \
358         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
359           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
360             if ($$2 == $$4) files[d] = files[d] " " $$1; \
361             else { print "f", $$3 "/" $$4, $$1; } } \
362           END { for (d in files) print "f", d, files[d] }' | \
363         while read type dir files; do \
364             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
365             test -z "$$files" || { \
366               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
367               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
368             } \
369         ; done
370
371 uninstall-sbinPROGRAMS:
372         @$(NORMAL_UNINSTALL)
373         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
374         files=`for p in $$list; do echo "$$p"; done | \
375           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
376               -e 's/$$/$(EXEEXT)/' `; \
377         test -n "$$list" || exit 0; \
378         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
379         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
380
381 clean-sbinPROGRAMS:
382         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
383 catgconf$(EXEEXT): $(catgconf_OBJECTS) $(catgconf_DEPENDENCIES) 
384         @rm -f catgconf$(EXEEXT)
385         $(catgconf_LINK) $(catgconf_OBJECTS) $(catgconf_LDADD) $(LIBS)
386 radsecproxy$(EXEEXT): $(radsecproxy_OBJECTS) $(radsecproxy_DEPENDENCIES) 
387         @rm -f radsecproxy$(EXEEXT)
388         $(radsecproxy_LINK) $(radsecproxy_OBJECTS) $(radsecproxy_LDADD) $(LIBS)
389
390 mostlyclean-compile:
391         -rm -f *.$(OBJEXT)
392
393 distclean-compile:
394         -rm -f *.tab.c
395
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catgconf-catgconf.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catgconf-debug.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catgconf-gconfig.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catgconf-util.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-debug.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-dtls.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-gconfig.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-hash.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-hostport.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-list.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-radmsg.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-radsecproxy.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-tcp.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-tls.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-tlscommon.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-tlv11.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-udp.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radsecproxy-util.Po@am__quote@
414
415 .c.o:
416 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
421
422 .c.obj:
423 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429 catgconf-debug.o: debug.c
430 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-debug.o -MD -MP -MF $(DEPDIR)/catgconf-debug.Tpo -c -o catgconf-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
431 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-debug.Tpo $(DEPDIR)/catgconf-debug.Po
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='catgconf-debug.o' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
435
436 catgconf-debug.obj: debug.c
437 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-debug.obj -MD -MP -MF $(DEPDIR)/catgconf-debug.Tpo -c -o catgconf-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
438 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-debug.Tpo $(DEPDIR)/catgconf-debug.Po
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='catgconf-debug.obj' libtool=no @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
442
443 catgconf-util.o: util.c
444 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-util.o -MD -MP -MF $(DEPDIR)/catgconf-util.Tpo -c -o catgconf-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
445 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-util.Tpo $(DEPDIR)/catgconf-util.Po
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='catgconf-util.o' libtool=no @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
449
450 catgconf-util.obj: util.c
451 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-util.obj -MD -MP -MF $(DEPDIR)/catgconf-util.Tpo -c -o catgconf-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
452 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-util.Tpo $(DEPDIR)/catgconf-util.Po
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='catgconf-util.obj' libtool=no @AMDEPBACKSLASH@
454 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
456
457 catgconf-gconfig.o: gconfig.c
458 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-gconfig.o -MD -MP -MF $(DEPDIR)/catgconf-gconfig.Tpo -c -o catgconf-gconfig.o `test -f 'gconfig.c' || echo '$(srcdir)/'`gconfig.c
459 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-gconfig.Tpo $(DEPDIR)/catgconf-gconfig.Po
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gconfig.c' object='catgconf-gconfig.o' libtool=no @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-gconfig.o `test -f 'gconfig.c' || echo '$(srcdir)/'`gconfig.c
463
464 catgconf-gconfig.obj: gconfig.c
465 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-gconfig.obj -MD -MP -MF $(DEPDIR)/catgconf-gconfig.Tpo -c -o catgconf-gconfig.obj `if test -f 'gconfig.c'; then $(CYGPATH_W) 'gconfig.c'; else $(CYGPATH_W) '$(srcdir)/gconfig.c'; fi`
466 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-gconfig.Tpo $(DEPDIR)/catgconf-gconfig.Po
467 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gconfig.c' object='catgconf-gconfig.obj' libtool=no @AMDEPBACKSLASH@
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-gconfig.obj `if test -f 'gconfig.c'; then $(CYGPATH_W) 'gconfig.c'; else $(CYGPATH_W) '$(srcdir)/gconfig.c'; fi`
470
471 catgconf-catgconf.o: catgconf.c
472 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-catgconf.o -MD -MP -MF $(DEPDIR)/catgconf-catgconf.Tpo -c -o catgconf-catgconf.o `test -f 'catgconf.c' || echo '$(srcdir)/'`catgconf.c
473 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-catgconf.Tpo $(DEPDIR)/catgconf-catgconf.Po
474 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='catgconf.c' object='catgconf-catgconf.o' libtool=no @AMDEPBACKSLASH@
475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-catgconf.o `test -f 'catgconf.c' || echo '$(srcdir)/'`catgconf.c
477
478 catgconf-catgconf.obj: catgconf.c
479 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -MT catgconf-catgconf.obj -MD -MP -MF $(DEPDIR)/catgconf-catgconf.Tpo -c -o catgconf-catgconf.obj `if test -f 'catgconf.c'; then $(CYGPATH_W) 'catgconf.c'; else $(CYGPATH_W) '$(srcdir)/catgconf.c'; fi`
480 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/catgconf-catgconf.Tpo $(DEPDIR)/catgconf-catgconf.Po
481 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='catgconf.c' object='catgconf-catgconf.obj' libtool=no @AMDEPBACKSLASH@
482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(catgconf_CFLAGS) $(CFLAGS) -c -o catgconf-catgconf.obj `if test -f 'catgconf.c'; then $(CYGPATH_W) 'catgconf.c'; else $(CYGPATH_W) '$(srcdir)/catgconf.c'; fi`
484
485 radsecproxy-radsecproxy.o: radsecproxy.c
486 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-radsecproxy.o -MD -MP -MF $(DEPDIR)/radsecproxy-radsecproxy.Tpo -c -o radsecproxy-radsecproxy.o `test -f 'radsecproxy.c' || echo '$(srcdir)/'`radsecproxy.c
487 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-radsecproxy.Tpo $(DEPDIR)/radsecproxy-radsecproxy.Po
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radsecproxy.c' object='radsecproxy-radsecproxy.o' libtool=no @AMDEPBACKSLASH@
489 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-radsecproxy.o `test -f 'radsecproxy.c' || echo '$(srcdir)/'`radsecproxy.c
491
492 radsecproxy-radsecproxy.obj: radsecproxy.c
493 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-radsecproxy.obj -MD -MP -MF $(DEPDIR)/radsecproxy-radsecproxy.Tpo -c -o radsecproxy-radsecproxy.obj `if test -f 'radsecproxy.c'; then $(CYGPATH_W) 'radsecproxy.c'; else $(CYGPATH_W) '$(srcdir)/radsecproxy.c'; fi`
494 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-radsecproxy.Tpo $(DEPDIR)/radsecproxy-radsecproxy.Po
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radsecproxy.c' object='radsecproxy-radsecproxy.obj' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-radsecproxy.obj `if test -f 'radsecproxy.c'; then $(CYGPATH_W) 'radsecproxy.c'; else $(CYGPATH_W) '$(srcdir)/radsecproxy.c'; fi`
498
499 radsecproxy-tlscommon.o: tlscommon.c
500 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tlscommon.o -MD -MP -MF $(DEPDIR)/radsecproxy-tlscommon.Tpo -c -o radsecproxy-tlscommon.o `test -f 'tlscommon.c' || echo '$(srcdir)/'`tlscommon.c
501 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tlscommon.Tpo $(DEPDIR)/radsecproxy-tlscommon.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlscommon.c' object='radsecproxy-tlscommon.o' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tlscommon.o `test -f 'tlscommon.c' || echo '$(srcdir)/'`tlscommon.c
505
506 radsecproxy-tlscommon.obj: tlscommon.c
507 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tlscommon.obj -MD -MP -MF $(DEPDIR)/radsecproxy-tlscommon.Tpo -c -o radsecproxy-tlscommon.obj `if test -f 'tlscommon.c'; then $(CYGPATH_W) 'tlscommon.c'; else $(CYGPATH_W) '$(srcdir)/tlscommon.c'; fi`
508 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tlscommon.Tpo $(DEPDIR)/radsecproxy-tlscommon.Po
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlscommon.c' object='radsecproxy-tlscommon.obj' libtool=no @AMDEPBACKSLASH@
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tlscommon.obj `if test -f 'tlscommon.c'; then $(CYGPATH_W) 'tlscommon.c'; else $(CYGPATH_W) '$(srcdir)/tlscommon.c'; fi`
512
513 radsecproxy-gconfig.o: gconfig.c
514 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-gconfig.o -MD -MP -MF $(DEPDIR)/radsecproxy-gconfig.Tpo -c -o radsecproxy-gconfig.o `test -f 'gconfig.c' || echo '$(srcdir)/'`gconfig.c
515 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-gconfig.Tpo $(DEPDIR)/radsecproxy-gconfig.Po
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gconfig.c' object='radsecproxy-gconfig.o' libtool=no @AMDEPBACKSLASH@
517 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-gconfig.o `test -f 'gconfig.c' || echo '$(srcdir)/'`gconfig.c
519
520 radsecproxy-gconfig.obj: gconfig.c
521 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-gconfig.obj -MD -MP -MF $(DEPDIR)/radsecproxy-gconfig.Tpo -c -o radsecproxy-gconfig.obj `if test -f 'gconfig.c'; then $(CYGPATH_W) 'gconfig.c'; else $(CYGPATH_W) '$(srcdir)/gconfig.c'; fi`
522 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-gconfig.Tpo $(DEPDIR)/radsecproxy-gconfig.Po
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gconfig.c' object='radsecproxy-gconfig.obj' libtool=no @AMDEPBACKSLASH@
524 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-gconfig.obj `if test -f 'gconfig.c'; then $(CYGPATH_W) 'gconfig.c'; else $(CYGPATH_W) '$(srcdir)/gconfig.c'; fi`
526
527 radsecproxy-util.o: util.c
528 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-util.o -MD -MP -MF $(DEPDIR)/radsecproxy-util.Tpo -c -o radsecproxy-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
529 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-util.Tpo $(DEPDIR)/radsecproxy-util.Po
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='radsecproxy-util.o' libtool=no @AMDEPBACKSLASH@
531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
533
534 radsecproxy-util.obj: util.c
535 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-util.obj -MD -MP -MF $(DEPDIR)/radsecproxy-util.Tpo -c -o radsecproxy-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
536 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-util.Tpo $(DEPDIR)/radsecproxy-util.Po
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='util.c' object='radsecproxy-util.obj' libtool=no @AMDEPBACKSLASH@
538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
540
541 radsecproxy-debug.o: debug.c
542 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-debug.o -MD -MP -MF $(DEPDIR)/radsecproxy-debug.Tpo -c -o radsecproxy-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
543 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-debug.Tpo $(DEPDIR)/radsecproxy-debug.Po
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='radsecproxy-debug.o' libtool=no @AMDEPBACKSLASH@
545 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
547
548 radsecproxy-debug.obj: debug.c
549 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-debug.obj -MD -MP -MF $(DEPDIR)/radsecproxy-debug.Tpo -c -o radsecproxy-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
550 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-debug.Tpo $(DEPDIR)/radsecproxy-debug.Po
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='debug.c' object='radsecproxy-debug.obj' libtool=no @AMDEPBACKSLASH@
552 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
554
555 radsecproxy-list.o: list.c
556 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-list.o -MD -MP -MF $(DEPDIR)/radsecproxy-list.Tpo -c -o radsecproxy-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c
557 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-list.Tpo $(DEPDIR)/radsecproxy-list.Po
558 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='list.c' object='radsecproxy-list.o' libtool=no @AMDEPBACKSLASH@
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c
561
562 radsecproxy-list.obj: list.c
563 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-list.obj -MD -MP -MF $(DEPDIR)/radsecproxy-list.Tpo -c -o radsecproxy-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi`
564 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-list.Tpo $(DEPDIR)/radsecproxy-list.Po
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='list.c' object='radsecproxy-list.obj' libtool=no @AMDEPBACKSLASH@
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi`
568
569 radsecproxy-hash.o: hash.c
570 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-hash.o -MD -MP -MF $(DEPDIR)/radsecproxy-hash.Tpo -c -o radsecproxy-hash.o `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
571 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-hash.Tpo $(DEPDIR)/radsecproxy-hash.Po
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hash.c' object='radsecproxy-hash.o' libtool=no @AMDEPBACKSLASH@
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-hash.o `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
575
576 radsecproxy-hash.obj: hash.c
577 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-hash.obj -MD -MP -MF $(DEPDIR)/radsecproxy-hash.Tpo -c -o radsecproxy-hash.obj `if test -f 'hash.c'; then $(CYGPATH_W) 'hash.c'; else $(CYGPATH_W) '$(srcdir)/hash.c'; fi`
578 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-hash.Tpo $(DEPDIR)/radsecproxy-hash.Po
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hash.c' object='radsecproxy-hash.obj' libtool=no @AMDEPBACKSLASH@
580 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-hash.obj `if test -f 'hash.c'; then $(CYGPATH_W) 'hash.c'; else $(CYGPATH_W) '$(srcdir)/hash.c'; fi`
582
583 radsecproxy-tlv11.o: tlv11.c
584 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tlv11.o -MD -MP -MF $(DEPDIR)/radsecproxy-tlv11.Tpo -c -o radsecproxy-tlv11.o `test -f 'tlv11.c' || echo '$(srcdir)/'`tlv11.c
585 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tlv11.Tpo $(DEPDIR)/radsecproxy-tlv11.Po
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv11.c' object='radsecproxy-tlv11.o' libtool=no @AMDEPBACKSLASH@
587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tlv11.o `test -f 'tlv11.c' || echo '$(srcdir)/'`tlv11.c
589
590 radsecproxy-tlv11.obj: tlv11.c
591 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tlv11.obj -MD -MP -MF $(DEPDIR)/radsecproxy-tlv11.Tpo -c -o radsecproxy-tlv11.obj `if test -f 'tlv11.c'; then $(CYGPATH_W) 'tlv11.c'; else $(CYGPATH_W) '$(srcdir)/tlv11.c'; fi`
592 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tlv11.Tpo $(DEPDIR)/radsecproxy-tlv11.Po
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tlv11.c' object='radsecproxy-tlv11.obj' libtool=no @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tlv11.obj `if test -f 'tlv11.c'; then $(CYGPATH_W) 'tlv11.c'; else $(CYGPATH_W) '$(srcdir)/tlv11.c'; fi`
596
597 radsecproxy-hostport.o: hostport.c
598 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-hostport.o -MD -MP -MF $(DEPDIR)/radsecproxy-hostport.Tpo -c -o radsecproxy-hostport.o `test -f 'hostport.c' || echo '$(srcdir)/'`hostport.c
599 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-hostport.Tpo $(DEPDIR)/radsecproxy-hostport.Po
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostport.c' object='radsecproxy-hostport.o' libtool=no @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-hostport.o `test -f 'hostport.c' || echo '$(srcdir)/'`hostport.c
603
604 radsecproxy-hostport.obj: hostport.c
605 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-hostport.obj -MD -MP -MF $(DEPDIR)/radsecproxy-hostport.Tpo -c -o radsecproxy-hostport.obj `if test -f 'hostport.c'; then $(CYGPATH_W) 'hostport.c'; else $(CYGPATH_W) '$(srcdir)/hostport.c'; fi`
606 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-hostport.Tpo $(DEPDIR)/radsecproxy-hostport.Po
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hostport.c' object='radsecproxy-hostport.obj' libtool=no @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-hostport.obj `if test -f 'hostport.c'; then $(CYGPATH_W) 'hostport.c'; else $(CYGPATH_W) '$(srcdir)/hostport.c'; fi`
610
611 radsecproxy-radmsg.o: radmsg.c
612 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-radmsg.o -MD -MP -MF $(DEPDIR)/radsecproxy-radmsg.Tpo -c -o radsecproxy-radmsg.o `test -f 'radmsg.c' || echo '$(srcdir)/'`radmsg.c
613 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-radmsg.Tpo $(DEPDIR)/radsecproxy-radmsg.Po
614 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radmsg.c' object='radsecproxy-radmsg.o' libtool=no @AMDEPBACKSLASH@
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-radmsg.o `test -f 'radmsg.c' || echo '$(srcdir)/'`radmsg.c
617
618 radsecproxy-radmsg.obj: radmsg.c
619 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-radmsg.obj -MD -MP -MF $(DEPDIR)/radsecproxy-radmsg.Tpo -c -o radsecproxy-radmsg.obj `if test -f 'radmsg.c'; then $(CYGPATH_W) 'radmsg.c'; else $(CYGPATH_W) '$(srcdir)/radmsg.c'; fi`
620 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-radmsg.Tpo $(DEPDIR)/radsecproxy-radmsg.Po
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radmsg.c' object='radsecproxy-radmsg.obj' libtool=no @AMDEPBACKSLASH@
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-radmsg.obj `if test -f 'radmsg.c'; then $(CYGPATH_W) 'radmsg.c'; else $(CYGPATH_W) '$(srcdir)/radmsg.c'; fi`
624
625 radsecproxy-udp.o: udp.c
626 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-udp.o -MD -MP -MF $(DEPDIR)/radsecproxy-udp.Tpo -c -o radsecproxy-udp.o `test -f 'udp.c' || echo '$(srcdir)/'`udp.c
627 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-udp.Tpo $(DEPDIR)/radsecproxy-udp.Po
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='udp.c' object='radsecproxy-udp.o' libtool=no @AMDEPBACKSLASH@
629 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-udp.o `test -f 'udp.c' || echo '$(srcdir)/'`udp.c
631
632 radsecproxy-udp.obj: udp.c
633 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-udp.obj -MD -MP -MF $(DEPDIR)/radsecproxy-udp.Tpo -c -o radsecproxy-udp.obj `if test -f 'udp.c'; then $(CYGPATH_W) 'udp.c'; else $(CYGPATH_W) '$(srcdir)/udp.c'; fi`
634 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-udp.Tpo $(DEPDIR)/radsecproxy-udp.Po
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='udp.c' object='radsecproxy-udp.obj' libtool=no @AMDEPBACKSLASH@
636 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-udp.obj `if test -f 'udp.c'; then $(CYGPATH_W) 'udp.c'; else $(CYGPATH_W) '$(srcdir)/udp.c'; fi`
638
639 radsecproxy-tcp.o: tcp.c
640 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tcp.o -MD -MP -MF $(DEPDIR)/radsecproxy-tcp.Tpo -c -o radsecproxy-tcp.o `test -f 'tcp.c' || echo '$(srcdir)/'`tcp.c
641 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tcp.Tpo $(DEPDIR)/radsecproxy-tcp.Po
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tcp.c' object='radsecproxy-tcp.o' libtool=no @AMDEPBACKSLASH@
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tcp.o `test -f 'tcp.c' || echo '$(srcdir)/'`tcp.c
645
646 radsecproxy-tcp.obj: tcp.c
647 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tcp.obj -MD -MP -MF $(DEPDIR)/radsecproxy-tcp.Tpo -c -o radsecproxy-tcp.obj `if test -f 'tcp.c'; then $(CYGPATH_W) 'tcp.c'; else $(CYGPATH_W) '$(srcdir)/tcp.c'; fi`
648 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tcp.Tpo $(DEPDIR)/radsecproxy-tcp.Po
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tcp.c' object='radsecproxy-tcp.obj' libtool=no @AMDEPBACKSLASH@
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tcp.obj `if test -f 'tcp.c'; then $(CYGPATH_W) 'tcp.c'; else $(CYGPATH_W) '$(srcdir)/tcp.c'; fi`
652
653 radsecproxy-tls.o: tls.c
654 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tls.o -MD -MP -MF $(DEPDIR)/radsecproxy-tls.Tpo -c -o radsecproxy-tls.o `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
655 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tls.Tpo $(DEPDIR)/radsecproxy-tls.Po
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tls.c' object='radsecproxy-tls.o' libtool=no @AMDEPBACKSLASH@
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tls.o `test -f 'tls.c' || echo '$(srcdir)/'`tls.c
659
660 radsecproxy-tls.obj: tls.c
661 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-tls.obj -MD -MP -MF $(DEPDIR)/radsecproxy-tls.Tpo -c -o radsecproxy-tls.obj `if test -f 'tls.c'; then $(CYGPATH_W) 'tls.c'; else $(CYGPATH_W) '$(srcdir)/tls.c'; fi`
662 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-tls.Tpo $(DEPDIR)/radsecproxy-tls.Po
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tls.c' object='radsecproxy-tls.obj' libtool=no @AMDEPBACKSLASH@
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-tls.obj `if test -f 'tls.c'; then $(CYGPATH_W) 'tls.c'; else $(CYGPATH_W) '$(srcdir)/tls.c'; fi`
666
667 radsecproxy-dtls.o: dtls.c
668 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-dtls.o -MD -MP -MF $(DEPDIR)/radsecproxy-dtls.Tpo -c -o radsecproxy-dtls.o `test -f 'dtls.c' || echo '$(srcdir)/'`dtls.c
669 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-dtls.Tpo $(DEPDIR)/radsecproxy-dtls.Po
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dtls.c' object='radsecproxy-dtls.o' libtool=no @AMDEPBACKSLASH@
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-dtls.o `test -f 'dtls.c' || echo '$(srcdir)/'`dtls.c
673
674 radsecproxy-dtls.obj: dtls.c
675 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -MT radsecproxy-dtls.obj -MD -MP -MF $(DEPDIR)/radsecproxy-dtls.Tpo -c -o radsecproxy-dtls.obj `if test -f 'dtls.c'; then $(CYGPATH_W) 'dtls.c'; else $(CYGPATH_W) '$(srcdir)/dtls.c'; fi`
676 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/radsecproxy-dtls.Tpo $(DEPDIR)/radsecproxy-dtls.Po
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dtls.c' object='radsecproxy-dtls.obj' libtool=no @AMDEPBACKSLASH@
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(radsecproxy_CFLAGS) $(CFLAGS) -c -o radsecproxy-dtls.obj `if test -f 'dtls.c'; then $(CYGPATH_W) 'dtls.c'; else $(CYGPATH_W) '$(srcdir)/dtls.c'; fi`
680 install-man1: $(dist_man_MANS)
681         @$(NORMAL_INSTALL)
682         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
683         @list=''; test -n "$(man1dir)" || exit 0; \
684         { for i in $$list; do echo "$$i"; done; \
685         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
686           sed -n '/\.1[a-z]*$$/p'; \
687         } | while read p; do \
688           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
689           echo "$$d$$p"; echo "$$p"; \
690         done | \
691         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
692               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
693         sed 'N;N;s,\n, ,g' | { \
694         list=; while read file base inst; do \
695           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
696             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
697             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
698           fi; \
699         done; \
700         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
701         while read files; do \
702           test -z "$$files" || { \
703             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
704             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
705         done; }
706
707 uninstall-man1:
708         @$(NORMAL_UNINSTALL)
709         @list=''; test -n "$(man1dir)" || exit 0; \
710         files=`{ for i in $$list; do echo "$$i"; done; \
711         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
712           sed -n '/\.1[a-z]*$$/p'; \
713         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
714               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
715         test -z "$$files" || { \
716           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
717           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
718 install-man5: $(dist_man_MANS)
719         @$(NORMAL_INSTALL)
720         test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
721         @list=''; test -n "$(man5dir)" || exit 0; \
722         { for i in $$list; do echo "$$i"; done; \
723         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
724           sed -n '/\.5[a-z]*$$/p'; \
725         } | while read p; do \
726           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
727           echo "$$d$$p"; echo "$$p"; \
728         done | \
729         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
730               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
731         sed 'N;N;s,\n, ,g' | { \
732         list=; while read file base inst; do \
733           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
734             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
735             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
736           fi; \
737         done; \
738         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
739         while read files; do \
740           test -z "$$files" || { \
741             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
742             $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
743         done; }
744
745 uninstall-man5:
746         @$(NORMAL_UNINSTALL)
747         @list=''; test -n "$(man5dir)" || exit 0; \
748         files=`{ for i in $$list; do echo "$$i"; done; \
749         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
750           sed -n '/\.5[a-z]*$$/p'; \
751         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
752               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
753         test -z "$$files" || { \
754           echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
755           cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
756
757 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
758         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
759         unique=`for i in $$list; do \
760             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
761           done | \
762           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
763               END { if (nonempty) { for (i in files) print i; }; }'`; \
764         mkid -fID $$unique
765 tags: TAGS
766
767 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
768                 $(TAGS_FILES) $(LISP)
769         set x; \
770         here=`pwd`; \
771         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
772         unique=`for i in $$list; do \
773             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
774           done | \
775           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
776               END { if (nonempty) { for (i in files) print i; }; }'`; \
777         shift; \
778         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
779           test -n "$$unique" || unique=$$empty_fix; \
780           if test $$# -gt 0; then \
781             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
782               "$$@" $$unique; \
783           else \
784             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
785               $$unique; \
786           fi; \
787         fi
788 ctags: CTAGS
789 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
790                 $(TAGS_FILES) $(LISP)
791         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
792         unique=`for i in $$list; do \
793             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
794           done | \
795           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
796               END { if (nonempty) { for (i in files) print i; }; }'`; \
797         test -z "$(CTAGS_ARGS)$$unique" \
798           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
799              $$unique
800
801 GTAGS:
802         here=`$(am__cd) $(top_builddir) && pwd` \
803           && $(am__cd) $(top_srcdir) \
804           && gtags -i $(GTAGS_ARGS) "$$here"
805
806 distclean-tags:
807         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
808
809 distdir: $(DISTFILES)
810         @list='$(MANS)'; if test -n "$$list"; then \
811           list=`for p in $$list; do \
812             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
813             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
814           if test -n "$$list" && \
815             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
816             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
817             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
818             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
819             echo "       typically \`make maintainer-clean' will remove them" >&2; \
820             exit 1; \
821           else :; fi; \
822         else :; fi
823         $(am__remove_distdir)
824         test -d "$(distdir)" || mkdir "$(distdir)"
825         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
826         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
827         list='$(DISTFILES)'; \
828           dist_files=`for file in $$list; do echo $$file; done | \
829           sed -e "s|^$$srcdirstrip/||;t" \
830               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
831         case $$dist_files in \
832           */*) $(MKDIR_P) `echo "$$dist_files" | \
833                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
834                            sort -u` ;; \
835         esac; \
836         for file in $$dist_files; do \
837           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
838           if test -d $$d/$$file; then \
839             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
840             if test -d "$(distdir)/$$file"; then \
841               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
842             fi; \
843             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
844               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
845               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
846             fi; \
847             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
848           else \
849             test -f "$(distdir)/$$file" \
850             || cp -p $$d/$$file "$(distdir)/$$file" \
851             || exit 1; \
852           fi; \
853         done
854         -test -n "$(am__skip_mode_fix)" \
855         || find "$(distdir)" -type d ! -perm -755 \
856                 -exec chmod u+rwx,go+rx {} \; -o \
857           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
858           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
859           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
860         || chmod -R a+r "$(distdir)"
861 dist-gzip: distdir
862         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
863         $(am__remove_distdir)
864
865 dist-bzip2: distdir
866         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
867         $(am__remove_distdir)
868
869 dist-lzma: distdir
870         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
871         $(am__remove_distdir)
872
873 dist-xz: distdir
874         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
875         $(am__remove_distdir)
876
877 dist-tarZ: distdir
878         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
879         $(am__remove_distdir)
880
881 dist-shar: distdir
882         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
883         $(am__remove_distdir)
884
885 dist-zip: distdir
886         -rm -f $(distdir).zip
887         zip -rq $(distdir).zip $(distdir)
888         $(am__remove_distdir)
889
890 dist dist-all: distdir
891         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
892         $(am__remove_distdir)
893
894 # This target untars the dist file and tries a VPATH configuration.  Then
895 # it guarantees that the distribution is self-contained by making another
896 # tarfile.
897 distcheck: dist
898         case '$(DIST_ARCHIVES)' in \
899         *.tar.gz*) \
900           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
901         *.tar.bz2*) \
902           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
903         *.tar.lzma*) \
904           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
905         *.tar.xz*) \
906           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
907         *.tar.Z*) \
908           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
909         *.shar.gz*) \
910           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
911         *.zip*) \
912           unzip $(distdir).zip ;;\
913         esac
914         chmod -R a-w $(distdir); chmod a+w $(distdir)
915         mkdir $(distdir)/_build
916         mkdir $(distdir)/_inst
917         chmod a-w $(distdir)
918         test -d $(distdir)/_build || exit 0; \
919         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
920           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
921           && am__cwd=`pwd` \
922           && $(am__cd) $(distdir)/_build \
923           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
924             $(DISTCHECK_CONFIGURE_FLAGS) \
925           && $(MAKE) $(AM_MAKEFLAGS) \
926           && $(MAKE) $(AM_MAKEFLAGS) dvi \
927           && $(MAKE) $(AM_MAKEFLAGS) check \
928           && $(MAKE) $(AM_MAKEFLAGS) install \
929           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
930           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
931           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
932                 distuninstallcheck \
933           && chmod -R a-w "$$dc_install_base" \
934           && ({ \
935                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
936                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
937                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
938                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
939                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
940               } || { rm -rf "$$dc_destdir"; exit 1; }) \
941           && rm -rf "$$dc_destdir" \
942           && $(MAKE) $(AM_MAKEFLAGS) dist \
943           && rm -rf $(DIST_ARCHIVES) \
944           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
945           && cd "$$am__cwd" \
946           || exit 1
947         $(am__remove_distdir)
948         @(echo "$(distdir) archives ready for distribution: "; \
949           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
950           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
951 distuninstallcheck:
952         @$(am__cd) '$(distuninstallcheck_dir)' \
953         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
954            || { echo "ERROR: files left after uninstall:" ; \
955                 if test -n "$(DESTDIR)"; then \
956                   echo "  (check DESTDIR support)"; \
957                 fi ; \
958                 $(distuninstallcheck_listfiles) ; \
959                 exit 1; } >&2
960 distcleancheck: distclean
961         @if test '$(srcdir)' = . ; then \
962           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
963           exit 1 ; \
964         fi
965         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
966           || { echo "ERROR: files left in build directory after distclean:" ; \
967                $(distcleancheck_listfiles) ; \
968                exit 1; } >&2
969 check-am: all-am
970 check: check-am
971 all-am: Makefile $(PROGRAMS) $(MANS)
972 installdirs:
973         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \
974           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
975         done
976 install: install-am
977 install-exec: install-exec-am
978 install-data: install-data-am
979 uninstall: uninstall-am
980
981 install-am: all-am
982         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
983
984 installcheck: installcheck-am
985 install-strip:
986         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
987           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
988           `test -z '$(STRIP)' || \
989             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
990 mostlyclean-generic:
991
992 clean-generic:
993
994 distclean-generic:
995         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
996         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
997
998 maintainer-clean-generic:
999         @echo "This command is intended for maintainers to use"
1000         @echo "it deletes files that may require special tools to rebuild."
1001 clean: clean-am
1002
1003 clean-am: clean-binPROGRAMS clean-generic clean-local \
1004         clean-sbinPROGRAMS mostlyclean-am
1005
1006 distclean: distclean-am
1007         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1008         -rm -rf ./$(DEPDIR)
1009         -rm -f Makefile
1010 distclean-am: clean-am distclean-compile distclean-generic \
1011         distclean-tags
1012
1013 dvi: dvi-am
1014
1015 dvi-am:
1016
1017 html-am:
1018
1019 info: info-am
1020
1021 info-am:
1022
1023 install-data-am: install-man
1024
1025 install-dvi: install-dvi-am
1026
1027 install-dvi-am:
1028
1029 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
1030
1031 install-html: install-html-am
1032
1033 install-html-am:
1034
1035 install-info: install-info-am
1036
1037 install-info-am:
1038
1039 install-man: install-man1 install-man5
1040
1041 install-pdf: install-pdf-am
1042
1043 install-pdf-am:
1044
1045 install-ps: install-ps-am
1046
1047 install-ps-am:
1048
1049 installcheck-am:
1050
1051 maintainer-clean: maintainer-clean-am
1052         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1053         -rm -rf $(top_srcdir)/autom4te.cache
1054         -rm -rf ./$(DEPDIR)
1055         -rm -f Makefile
1056 maintainer-clean-am: distclean-am maintainer-clean-generic
1057
1058 mostlyclean: mostlyclean-am
1059
1060 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1061
1062 pdf: pdf-am
1063
1064 pdf-am:
1065
1066 ps: ps-am
1067
1068 ps-am:
1069
1070 uninstall-am: uninstall-binPROGRAMS uninstall-man \
1071         uninstall-sbinPROGRAMS
1072
1073 uninstall-man: uninstall-man1 uninstall-man5
1074
1075 .MAKE: install-am install-strip
1076
1077 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
1078         clean-binPROGRAMS clean-generic clean-local clean-sbinPROGRAMS \
1079         ctags dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
1080         dist-tarZ dist-xz dist-zip distcheck distclean \
1081         distclean-compile distclean-generic distclean-tags \
1082         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1083         html-am info info-am install install-am install-binPROGRAMS \
1084         install-data install-data-am install-dvi install-dvi-am \
1085         install-exec install-exec-am install-html install-html-am \
1086         install-info install-info-am install-man install-man1 \
1087         install-man5 install-pdf install-pdf-am install-ps \
1088         install-ps-am install-sbinPROGRAMS install-strip installcheck \
1089         installcheck-am installdirs maintainer-clean \
1090         maintainer-clean-generic mostlyclean mostlyclean-compile \
1091         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
1092         uninstall-am uninstall-binPROGRAMS uninstall-man \
1093         uninstall-man1 uninstall-man5 uninstall-sbinPROGRAMS
1094
1095
1096 radsecproxy.conf.5: $(srcdir)/radsecproxy.conf.5.xml
1097         docbook2x-man $<
1098
1099 # Build HTML version of radsecproxy.conf.5.  NOTE: Only tested with
1100 # 'openjade' package installed on Ubuntu 9.10.
1101 html: $(srcdir)/radsecproxy.conf.5.xml
1102         -openjade -E2000 -t sgml-raw -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl -o radsecproxy.conf.html $<
1103
1104 clean-local:
1105         -rm radsecproxy.conf.5
1106
1107 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1108 # Otherwise a system limit (for SysV at least) may be exceeded.
1109 .NOEXPORT: