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