241815c9d7d1cfdab4793fc9bf6f43775790598f
[radsecproxy.git] / lib / radius / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 subdir = radius
55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
58         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60         $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 LTLIBRARIES = $(noinst_LTLIBRARIES)
68 libradsec_radius_la_LIBADD =
69 am_libradsec_radius_la_OBJECTS = libradsec_radius_la-attrs.lo \
70         libradsec_radius_la-crypto.lo libradsec_radius_la-custom.lo \
71         libradsec_radius_la-dict.lo libradsec_radius_la-id.lo \
72         libradsec_radius_la-parse.lo libradsec_radius_la-print.lo \
73         libradsec_radius_la-radpkt.lo libradsec_radius_la-static.lo \
74         libradsec_radius_la-valuepair.lo
75 libradsec_radius_la_OBJECTS = $(am_libradsec_radius_la_OBJECTS)
76 libradsec_radius_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
77         $(LIBTOOLFLAGS) --mode=link $(CCLD) \
78         $(libradsec_radius_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79         $(LDFLAGS) -o $@
80 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92         $(LDFLAGS) -o $@
93 SOURCES = $(libradsec_radius_la_SOURCES)
94 DIST_SOURCES = $(libradsec_radius_la_SOURCES)
95 am__can_run_installinfo = \
96   case $$AM_UPDATE_INFO_DIR in \
97     n|no|NO) false;; \
98     *) (install-info --version) >/dev/null 2>&1;; \
99   esac
100 ETAGS = etags
101 CTAGS = ctags
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 ACLOCAL = @ACLOCAL@
104 AMTAR = @AMTAR@
105 AR = @AR@
106 AUTOCONF = @AUTOCONF@
107 AUTOHEADER = @AUTOHEADER@
108 AUTOMAKE = @AUTOMAKE@
109 AWK = @AWK@
110 CC = @CC@
111 CCDEPMODE = @CCDEPMODE@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CYGPATH_W = @CYGPATH_W@
116 DEFS = @DEFS@
117 DEPDIR = @DEPDIR@
118 DLLTOOL = @DLLTOOL@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GREP = @GREP@
128 INSTALL = @INSTALL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBOBJS = @LIBOBJS@
136 LIBS = @LIBS@
137 LIBTOOL = @LIBTOOL@
138 LIPO = @LIPO@
139 LN_S = @LN_S@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAKEINFO = @MAKEINFO@
142 MANIFEST_TOOL = @MANIFEST_TOOL@
143 MKDIR_P = @MKDIR_P@
144 NM = @NM@
145 NMEDIT = @NMEDIT@
146 OBJDUMP = @OBJDUMP@
147 OBJEXT = @OBJEXT@
148 OTOOL = @OTOOL@
149 OTOOL64 = @OTOOL64@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_URL = @PACKAGE_URL@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 RANLIB = @RANLIB@
159 SED = @SED@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_AR = @ac_ct_AR@
169 ac_ct_CC = @ac_ct_CC@
170 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_os = @build_os@
181 build_vendor = @build_vendor@
182 builddir = @builddir@
183 datadir = @datadir@
184 datarootdir = @datarootdir@
185 docdir = @docdir@
186 dvidir = @dvidir@
187 exec_prefix = @exec_prefix@
188 host = @host@
189 host_alias = @host_alias@
190 host_cpu = @host_cpu@
191 host_os = @host_os@
192 host_vendor = @host_vendor@
193 htmldir = @htmldir@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localedir = @localedir@
200 localstatedir = @localstatedir@
201 mandir = @mandir@
202 mkdir_p = @mkdir_p@
203 oldincludedir = @oldincludedir@
204 pdfdir = @pdfdir@
205 prefix = @prefix@
206 program_transform_name = @program_transform_name@
207 psdir = @psdir@
208 sbindir = @sbindir@
209 sharedstatedir = @sharedstatedir@
210 srcdir = @srcdir@
211 sysconfdir = @sysconfdir@
212 target_alias = @target_alias@
213 top_build_prefix = @top_build_prefix@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
216 AUTOMAKE_OPTIONS = foreign
217 ACLOCAL_AMFLAGS = -I m4
218 BUILT_SOURCES = dictionaries.c
219 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
220 AM_CFLAGS = -Wall -g
221 noinst_LTLIBRARIES = libradsec-radius.la
222 libradsec_radius_la_SOURCES = attrs.c crypto.c custom.c dict.c \
223         client.h id.c parse.c print.c radpkt.c static.c valuepair.c \
224         client.h
225 libradsec_radius_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H
226 DICTIONARIES = \
227         share/dictionary.txt \
228         share/dictionary.juniper \
229         share/dictionary.microsoft \
230         share/dictionary.ukerna \
231         share/dictionary.abfab.ietf
232
233 EXTRA_DIST = dictionaries.c $(DICTIONARIES) common.pl convert.pl
234 all: $(BUILT_SOURCES)
235         $(MAKE) $(AM_MAKEFLAGS) all-am
236
237 .SUFFIXES:
238 .SUFFIXES: .c .lo .o .obj
239 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
240         @for dep in $?; do \
241           case '$(am__configure_deps)' in \
242             *$$dep*) \
243               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
244                 && { if test -f $@; then exit 0; else break; fi; }; \
245               exit 1;; \
246           esac; \
247         done; \
248         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign radius/Makefile'; \
249         $(am__cd) $(top_srcdir) && \
250           $(AUTOMAKE) --foreign radius/Makefile
251 .PRECIOUS: Makefile
252 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253         @case '$?' in \
254           *config.status*) \
255             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256           *) \
257             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
258             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
259         esac;
260
261 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
264 $(top_srcdir)/configure:  $(am__configure_deps)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 $(am__aclocal_m4_deps):
269
270 clean-noinstLTLIBRARIES:
271         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
272         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
273           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
274           test "$$dir" != "$$p" || dir=.; \
275           echo "rm -f \"$${dir}/so_locations\""; \
276           rm -f "$${dir}/so_locations"; \
277         done
278 libradsec-radius.la: $(libradsec_radius_la_OBJECTS) $(libradsec_radius_la_DEPENDENCIES) $(EXTRA_libradsec_radius_la_DEPENDENCIES) 
279         $(libradsec_radius_la_LINK)  $(libradsec_radius_la_OBJECTS) $(libradsec_radius_la_LIBADD) $(LIBS)
280
281 mostlyclean-compile:
282         -rm -f *.$(OBJEXT)
283
284 distclean-compile:
285         -rm -f *.tab.c
286
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-attrs.Plo@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-crypto.Plo@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-custom.Plo@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-dict.Plo@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-id.Plo@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-parse.Plo@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-print.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-radpkt.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-static.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libradsec_radius_la-valuepair.Plo@am__quote@
297
298 .c.o:
299 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
301 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
304
305 .c.obj:
306 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
307 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
311
312 .c.lo:
313 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
314 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
318
319 libradsec_radius_la-attrs.lo: attrs.c
320 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-attrs.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-attrs.Tpo -c -o libradsec_radius_la-attrs.lo `test -f 'attrs.c' || echo '$(srcdir)/'`attrs.c
321 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-attrs.Tpo $(DEPDIR)/libradsec_radius_la-attrs.Plo
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='attrs.c' object='libradsec_radius_la-attrs.lo' libtool=yes @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-attrs.lo `test -f 'attrs.c' || echo '$(srcdir)/'`attrs.c
325
326 libradsec_radius_la-crypto.lo: crypto.c
327 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-crypto.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-crypto.Tpo -c -o libradsec_radius_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
328 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-crypto.Tpo $(DEPDIR)/libradsec_radius_la-crypto.Plo
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='crypto.c' object='libradsec_radius_la-crypto.lo' libtool=yes @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
332
333 libradsec_radius_la-custom.lo: custom.c
334 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-custom.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-custom.Tpo -c -o libradsec_radius_la-custom.lo `test -f 'custom.c' || echo '$(srcdir)/'`custom.c
335 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-custom.Tpo $(DEPDIR)/libradsec_radius_la-custom.Plo
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='custom.c' object='libradsec_radius_la-custom.lo' libtool=yes @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-custom.lo `test -f 'custom.c' || echo '$(srcdir)/'`custom.c
339
340 libradsec_radius_la-dict.lo: dict.c
341 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-dict.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-dict.Tpo -c -o libradsec_radius_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
342 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-dict.Tpo $(DEPDIR)/libradsec_radius_la-dict.Plo
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dict.c' object='libradsec_radius_la-dict.lo' libtool=yes @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
346
347 libradsec_radius_la-id.lo: id.c
348 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-id.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-id.Tpo -c -o libradsec_radius_la-id.lo `test -f 'id.c' || echo '$(srcdir)/'`id.c
349 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-id.Tpo $(DEPDIR)/libradsec_radius_la-id.Plo
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='id.c' object='libradsec_radius_la-id.lo' libtool=yes @AMDEPBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-id.lo `test -f 'id.c' || echo '$(srcdir)/'`id.c
353
354 libradsec_radius_la-parse.lo: parse.c
355 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-parse.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-parse.Tpo -c -o libradsec_radius_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
356 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-parse.Tpo $(DEPDIR)/libradsec_radius_la-parse.Plo
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parse.c' object='libradsec_radius_la-parse.lo' libtool=yes @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
360
361 libradsec_radius_la-print.lo: print.c
362 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-print.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-print.Tpo -c -o libradsec_radius_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
363 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-print.Tpo $(DEPDIR)/libradsec_radius_la-print.Plo
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='print.c' object='libradsec_radius_la-print.lo' libtool=yes @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
367
368 libradsec_radius_la-radpkt.lo: radpkt.c
369 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-radpkt.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-radpkt.Tpo -c -o libradsec_radius_la-radpkt.lo `test -f 'radpkt.c' || echo '$(srcdir)/'`radpkt.c
370 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-radpkt.Tpo $(DEPDIR)/libradsec_radius_la-radpkt.Plo
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='radpkt.c' object='libradsec_radius_la-radpkt.lo' libtool=yes @AMDEPBACKSLASH@
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-radpkt.lo `test -f 'radpkt.c' || echo '$(srcdir)/'`radpkt.c
374
375 libradsec_radius_la-static.lo: static.c
376 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-static.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-static.Tpo -c -o libradsec_radius_la-static.lo `test -f 'static.c' || echo '$(srcdir)/'`static.c
377 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-static.Tpo $(DEPDIR)/libradsec_radius_la-static.Plo
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='static.c' object='libradsec_radius_la-static.lo' libtool=yes @AMDEPBACKSLASH@
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-static.lo `test -f 'static.c' || echo '$(srcdir)/'`static.c
381
382 libradsec_radius_la-valuepair.lo: valuepair.c
383 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -MT libradsec_radius_la-valuepair.lo -MD -MP -MF $(DEPDIR)/libradsec_radius_la-valuepair.Tpo -c -o libradsec_radius_la-valuepair.lo `test -f 'valuepair.c' || echo '$(srcdir)/'`valuepair.c
384 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libradsec_radius_la-valuepair.Tpo $(DEPDIR)/libradsec_radius_la-valuepair.Plo
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='valuepair.c' object='libradsec_radius_la-valuepair.lo' libtool=yes @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libradsec_radius_la_CFLAGS) $(CFLAGS) -c -o libradsec_radius_la-valuepair.lo `test -f 'valuepair.c' || echo '$(srcdir)/'`valuepair.c
388
389 mostlyclean-libtool:
390         -rm -f *.lo
391
392 clean-libtool:
393         -rm -rf .libs _libs
394
395 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
396         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397         unique=`for i in $$list; do \
398             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399           done | \
400           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401               END { if (nonempty) { for (i in files) print i; }; }'`; \
402         mkid -fID $$unique
403 tags: TAGS
404
405 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406                 $(TAGS_FILES) $(LISP)
407         set x; \
408         here=`pwd`; \
409         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
410         unique=`for i in $$list; do \
411             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412           done | \
413           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414               END { if (nonempty) { for (i in files) print i; }; }'`; \
415         shift; \
416         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
417           test -n "$$unique" || unique=$$empty_fix; \
418           if test $$# -gt 0; then \
419             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420               "$$@" $$unique; \
421           else \
422             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
423               $$unique; \
424           fi; \
425         fi
426 ctags: CTAGS
427 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428                 $(TAGS_FILES) $(LISP)
429         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430         unique=`for i in $$list; do \
431             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432           done | \
433           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434               END { if (nonempty) { for (i in files) print i; }; }'`; \
435         test -z "$(CTAGS_ARGS)$$unique" \
436           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437              $$unique
438
439 GTAGS:
440         here=`$(am__cd) $(top_builddir) && pwd` \
441           && $(am__cd) $(top_srcdir) \
442           && gtags -i $(GTAGS_ARGS) "$$here"
443
444 distclean-tags:
445         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
446
447 distdir: $(DISTFILES)
448         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450         list='$(DISTFILES)'; \
451           dist_files=`for file in $$list; do echo $$file; done | \
452           sed -e "s|^$$srcdirstrip/||;t" \
453               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
454         case $$dist_files in \
455           */*) $(MKDIR_P) `echo "$$dist_files" | \
456                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
457                            sort -u` ;; \
458         esac; \
459         for file in $$dist_files; do \
460           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461           if test -d $$d/$$file; then \
462             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463             if test -d "$(distdir)/$$file"; then \
464               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465             fi; \
466             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
467               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
468               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469             fi; \
470             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
471           else \
472             test -f "$(distdir)/$$file" \
473             || cp -p $$d/$$file "$(distdir)/$$file" \
474             || exit 1; \
475           fi; \
476         done
477 check-am: all-am
478 check: $(BUILT_SOURCES)
479         $(MAKE) $(AM_MAKEFLAGS) check-am
480 all-am: Makefile $(LTLIBRARIES)
481 installdirs:
482 install: $(BUILT_SOURCES)
483         $(MAKE) $(AM_MAKEFLAGS) install-am
484 install-exec: install-exec-am
485 install-data: install-data-am
486 uninstall: uninstall-am
487
488 install-am: all-am
489         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491 installcheck: installcheck-am
492 install-strip:
493         if test -z '$(STRIP)'; then \
494           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496               install; \
497         else \
498           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501         fi
502 mostlyclean-generic:
503
504 clean-generic:
505
506 distclean-generic:
507         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
510 maintainer-clean-generic:
511         @echo "This command is intended for maintainers to use"
512         @echo "it deletes files that may require special tools to rebuild."
513         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
514 clean: clean-am
515
516 clean-am: clean-generic clean-libtool clean-local \
517         clean-noinstLTLIBRARIES mostlyclean-am
518
519 distclean: distclean-am
520         -rm -rf ./$(DEPDIR)
521         -rm -f Makefile
522 distclean-am: clean-am distclean-compile distclean-generic \
523         distclean-tags
524
525 dvi: dvi-am
526
527 dvi-am:
528
529 html: html-am
530
531 html-am:
532
533 info: info-am
534
535 info-am:
536
537 install-data-am:
538
539 install-dvi: install-dvi-am
540
541 install-dvi-am:
542
543 install-exec-am:
544
545 install-html: install-html-am
546
547 install-html-am:
548
549 install-info: install-info-am
550
551 install-info-am:
552
553 install-man:
554
555 install-pdf: install-pdf-am
556
557 install-pdf-am:
558
559 install-ps: install-ps-am
560
561 install-ps-am:
562
563 installcheck-am:
564
565 maintainer-clean: maintainer-clean-am
566         -rm -rf ./$(DEPDIR)
567         -rm -f Makefile
568 maintainer-clean-am: distclean-am maintainer-clean-generic
569
570 mostlyclean: mostlyclean-am
571
572 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
573         mostlyclean-libtool
574
575 pdf: pdf-am
576
577 pdf-am:
578
579 ps: ps-am
580
581 ps-am:
582
583 uninstall-am:
584
585 .MAKE: all check install install-am install-strip
586
587 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
588         clean-libtool clean-local clean-noinstLTLIBRARIES ctags \
589         distclean distclean-compile distclean-generic \
590         distclean-libtool distclean-tags distdir dvi dvi-am html \
591         html-am info info-am install install-am install-data \
592         install-data-am install-dvi install-dvi-am install-exec \
593         install-exec-am install-html install-html-am install-info \
594         install-info-am install-man install-pdf install-pdf-am \
595         install-ps install-ps-am install-strip installcheck \
596         installcheck-am installdirs maintainer-clean \
597         maintainer-clean-generic mostlyclean mostlyclean-compile \
598         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
599         tags uninstall uninstall-am
600
601
602 $(top_srcdir)/include/radsec/radius.h dictionaries.c: ${DICTIONARIES} convert.pl common.pl
603         $(srcdir)/convert.pl ${DICTIONARIES}
604
605 static.$(OBJEXT): static.c dictionaries.c
606
607 clean-local:
608         rm -f dictionaries.c
609
610 $(libradsec_radius_la_SOURCES): $(top_srcdir)/include/radsec/radius.h
611
612 # Tell versions [3.59,3.63) of GNU make to not export all variables.
613 # Otherwise a system limit (for SysV at least) may be exceeded.
614 .NOEXPORT: