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