]> eyrie.org Git - kerberos/krb5-strength.git/blob - src/Makefile.in
Import the current krb5-strength code.
[kerberos/krb5-strength.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 SOURCES = $(kadmin_plugin_la_SOURCES) $(packer_SOURCES)
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = ..
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 bin_PROGRAMS = packer$(EXEEXT)
43 subdir = src
44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55     *) f=$$p;; \
56   esac;
57 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58 am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(bindir)"
59 moduleLTLIBRARIES_INSTALL = $(INSTALL)
60 LTLIBRARIES = $(module_LTLIBRARIES)
61 kadmin_plugin_la_LIBADD =
62 am_kadmin_plugin_la_OBJECTS = kadmin_plugin_la-kadmin_plugin.lo \
63         kadmin_plugin_la-fascist.lo kadmin_plugin_la-packlib.lo \
64         kadmin_plugin_la-rules.lo kadmin_plugin_la-stringlib.lo
65 kadmin_plugin_la_OBJECTS = $(am_kadmin_plugin_la_OBJECTS)
66 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67 PROGRAMS = $(bin_PROGRAMS)
68 am_packer_OBJECTS = packer.$(OBJEXT) packlib.$(OBJEXT) \
69         stringlib.$(OBJEXT)
70 packer_OBJECTS = $(am_packer_OBJECTS)
71 packer_LDADD = $(LDADD)
72 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
78         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79         $(AM_CFLAGS) $(CFLAGS)
80 CCLD = $(CC)
81 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82         $(AM_LDFLAGS) $(LDFLAGS) -o $@
83 SOURCES = $(kadmin_plugin_la_SOURCES) $(packer_SOURCES)
84 DIST_SOURCES = $(kadmin_plugin_la_SOURCES) $(packer_SOURCES)
85 ETAGS = etags
86 CTAGS = ctags
87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88 ACLOCAL = @ACLOCAL@
89 AMDEP_FALSE = @AMDEP_FALSE@
90 AMDEP_TRUE = @AMDEP_TRUE@
91 AMTAR = @AMTAR@
92 AR = @AR@
93 AUTOCONF = @AUTOCONF@
94 AUTOHEADER = @AUTOHEADER@
95 AUTOMAKE = @AUTOMAKE@
96 AWK = @AWK@
97 CC = @CC@
98 CCDEPMODE = @CCDEPMODE@
99 CFLAGS = @CFLAGS@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CXX = @CXX@
103 CXXCPP = @CXXCPP@
104 CXXDEPMODE = @CXXDEPMODE@
105 CXXFLAGS = @CXXFLAGS@
106 CYGPATH_W = @CYGPATH_W@
107 DEFS = @DEFS@
108 DEPDIR = @DEPDIR@
109 ECHO = @ECHO@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 F77 = @F77@
116 FFLAGS = @FFLAGS@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LDFLAGS = @LDFLAGS@
122 LIBOBJS = @LIBOBJS@
123 LIBS = @LIBS@
124 LIBTOOL = @LIBTOOL@
125 LN_S = @LN_S@
126 LTLIBOBJS = @LTLIBOBJS@
127 MAKEINFO = @MAKEINFO@
128 OBJEXT = @OBJEXT@
129 PACKAGE = @PACKAGE@
130 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131 PACKAGE_NAME = @PACKAGE_NAME@
132 PACKAGE_STRING = @PACKAGE_STRING@
133 PACKAGE_TARNAME = @PACKAGE_TARNAME@
134 PACKAGE_URL = @PACKAGE_URL@
135 PACKAGE_VERSION = @PACKAGE_VERSION@
136 PATH_SEPARATOR = @PATH_SEPARATOR@
137 RANLIB = @RANLIB@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 STRIP = @STRIP@
141 VERSION = @VERSION@
142 ac_ct_AR = @ac_ct_AR@
143 ac_ct_CC = @ac_ct_CC@
144 ac_ct_CXX = @ac_ct_CXX@
145 ac_ct_F77 = @ac_ct_F77@
146 ac_ct_RANLIB = @ac_ct_RANLIB@
147 ac_ct_STRIP = @ac_ct_STRIP@
148 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
149 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
150 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
151 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
152 am__include = @am__include@
153 am__leading_dot = @am__leading_dot@
154 am__quote = @am__quote@
155 am__tar = @am__tar@
156 am__untar = @am__untar@
157 bindir = @bindir@
158 build = @build@
159 build_alias = @build_alias@
160 build_cpu = @build_cpu@
161 build_os = @build_os@
162 build_vendor = @build_vendor@
163 datadir = @datadir@
164 exec_prefix = @exec_prefix@
165 host = @host@
166 host_alias = @host_alias@
167 host_cpu = @host_cpu@
168 host_os = @host_os@
169 host_vendor = @host_vendor@
170 includedir = @includedir@
171 infodir = @infodir@
172 install_sh = @install_sh@
173 libdir = @libdir@
174 libexecdir = @libexecdir@
175 localstatedir = @localstatedir@
176 mandir = @mandir@
177 mkdir_p = @mkdir_p@
178 oldincludedir = @oldincludedir@
179 prefix = @prefix@
180 program_transform_name = @program_transform_name@
181 sbindir = @sbindir@
182 sharedstatedir = @sharedstatedir@
183 sysconfdir = @sysconfdir@
184 target_alias = @target_alias@
185 EXTRA_DIST = mkdict builddict.sh
186 AM_CFLAGS = -DSBINDIR=\"@sbindir@\"
187 moduledir = $(prefix)/var/krb5kdc
188 module_LTLIBRARIES = kadmin_plugin.la
189 kadmin_plugin_la_SOURCES = kadmin_plugin.c fascist.c packlib.c rules.c stringlib.c packer.h
190 kadmin_plugin_la_LDFLAGS = -module -avoid-version
191 kadmin_plugin_la_CFLAGS = $(AM_CFLAGS) -DIN_CRACKLIB
192 packer_SOURCES = packer.c packlib.c packer.h stringlib.c
193 all: all-am
194
195 .SUFFIXES:
196 .SUFFIXES: .c .lo .o .obj
197 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
198         @for dep in $?; do \
199           case '$(am__configure_deps)' in \
200             *$$dep*) \
201               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202                 && exit 0; \
203               exit 1;; \
204           esac; \
205         done; \
206         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
207         cd $(top_srcdir) && \
208           $(AUTOMAKE) --foreign  src/Makefile
209 .PRECIOUS: Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211         @case '$?' in \
212           *config.status*) \
213             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214           *) \
215             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217         esac;
218
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222 $(top_srcdir)/configure:  $(am__configure_deps)
223         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226 install-moduleLTLIBRARIES: $(module_LTLIBRARIES)
227         @$(NORMAL_INSTALL)
228         test -z "$(moduledir)" || $(mkdir_p) "$(DESTDIR)$(moduledir)"
229         @list='$(module_LTLIBRARIES)'; for p in $$list; do \
230           if test -f $$p; then \
231             f=$(am__strip_dir) \
232             echo " $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
233             $(LIBTOOL) --mode=install $(moduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moduledir)/$$f"; \
234           else :; fi; \
235         done
236
237 uninstall-moduleLTLIBRARIES:
238         @$(NORMAL_UNINSTALL)
239         @set -x; list='$(module_LTLIBRARIES)'; for p in $$list; do \
240           p=$(am__strip_dir) \
241           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$p'"; \
242           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$p"; \
243         done
244
245 clean-moduleLTLIBRARIES:
246         -test -z "$(module_LTLIBRARIES)" || rm -f $(module_LTLIBRARIES)
247         @list='$(module_LTLIBRARIES)'; for p in $$list; do \
248           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
249           test "$$dir" != "$$p" || dir=.; \
250           echo "rm -f \"$${dir}/so_locations\""; \
251           rm -f "$${dir}/so_locations"; \
252         done
253 kadmin_plugin.la: $(kadmin_plugin_la_OBJECTS) $(kadmin_plugin_la_DEPENDENCIES) 
254         $(LINK) -rpath $(moduledir) $(kadmin_plugin_la_LDFLAGS) $(kadmin_plugin_la_OBJECTS) $(kadmin_plugin_la_LIBADD) $(LIBS)
255 install-binPROGRAMS: $(bin_PROGRAMS)
256         @$(NORMAL_INSTALL)
257         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
258         @list='$(bin_PROGRAMS)'; for p in $$list; do \
259           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
260           if test -f $$p \
261              || test -f $$p1 \
262           ; then \
263             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
264            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
265            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
266           else :; fi; \
267         done
268
269 uninstall-binPROGRAMS:
270         @$(NORMAL_UNINSTALL)
271         @list='$(bin_PROGRAMS)'; for p in $$list; do \
272           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
273           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
274           rm -f "$(DESTDIR)$(bindir)/$$f"; \
275         done
276
277 clean-binPROGRAMS:
278         @list='$(bin_PROGRAMS)'; for p in $$list; do \
279           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
280           echo " rm -f $$p $$f"; \
281           rm -f $$p $$f ; \
282         done
283 packer$(EXEEXT): $(packer_OBJECTS) $(packer_DEPENDENCIES) 
284         @rm -f packer$(EXEEXT)
285         $(LINK) $(packer_LDFLAGS) $(packer_OBJECTS) $(packer_LDADD) $(LIBS)
286
287 mostlyclean-compile:
288         -rm -f *.$(OBJEXT)
289
290 distclean-compile:
291         -rm -f *.tab.c
292
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kadmin_plugin_la-fascist.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kadmin_plugin_la-kadmin_plugin.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kadmin_plugin_la-packlib.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kadmin_plugin_la-rules.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kadmin_plugin_la-stringlib.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packer.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packlib.Po@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringlib.Po@am__quote@
301
302 .c.o:
303 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
304 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
308
309 .c.obj:
310 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
311 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
315
316 .c.lo:
317 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
318 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
322
323 kadmin_plugin_la-kadmin_plugin.lo: kadmin_plugin.c
324 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -MT kadmin_plugin_la-kadmin_plugin.lo -MD -MP -MF "$(DEPDIR)/kadmin_plugin_la-kadmin_plugin.Tpo" -c -o kadmin_plugin_la-kadmin_plugin.lo `test -f 'kadmin_plugin.c' || echo '$(srcdir)/'`kadmin_plugin.c; \
325 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/kadmin_plugin_la-kadmin_plugin.Tpo" "$(DEPDIR)/kadmin_plugin_la-kadmin_plugin.Plo"; else rm -f "$(DEPDIR)/kadmin_plugin_la-kadmin_plugin.Tpo"; exit 1; fi
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='kadmin_plugin.c' object='kadmin_plugin_la-kadmin_plugin.lo' libtool=yes @AMDEPBACKSLASH@
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -c -o kadmin_plugin_la-kadmin_plugin.lo `test -f 'kadmin_plugin.c' || echo '$(srcdir)/'`kadmin_plugin.c
329
330 kadmin_plugin_la-fascist.lo: fascist.c
331 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -MT kadmin_plugin_la-fascist.lo -MD -MP -MF "$(DEPDIR)/kadmin_plugin_la-fascist.Tpo" -c -o kadmin_plugin_la-fascist.lo `test -f 'fascist.c' || echo '$(srcdir)/'`fascist.c; \
332 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/kadmin_plugin_la-fascist.Tpo" "$(DEPDIR)/kadmin_plugin_la-fascist.Plo"; else rm -f "$(DEPDIR)/kadmin_plugin_la-fascist.Tpo"; exit 1; fi
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fascist.c' object='kadmin_plugin_la-fascist.lo' libtool=yes @AMDEPBACKSLASH@
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -c -o kadmin_plugin_la-fascist.lo `test -f 'fascist.c' || echo '$(srcdir)/'`fascist.c
336
337 kadmin_plugin_la-packlib.lo: packlib.c
338 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -MT kadmin_plugin_la-packlib.lo -MD -MP -MF "$(DEPDIR)/kadmin_plugin_la-packlib.Tpo" -c -o kadmin_plugin_la-packlib.lo `test -f 'packlib.c' || echo '$(srcdir)/'`packlib.c; \
339 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/kadmin_plugin_la-packlib.Tpo" "$(DEPDIR)/kadmin_plugin_la-packlib.Plo"; else rm -f "$(DEPDIR)/kadmin_plugin_la-packlib.Tpo"; exit 1; fi
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='packlib.c' object='kadmin_plugin_la-packlib.lo' libtool=yes @AMDEPBACKSLASH@
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -c -o kadmin_plugin_la-packlib.lo `test -f 'packlib.c' || echo '$(srcdir)/'`packlib.c
343
344 kadmin_plugin_la-rules.lo: rules.c
345 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -MT kadmin_plugin_la-rules.lo -MD -MP -MF "$(DEPDIR)/kadmin_plugin_la-rules.Tpo" -c -o kadmin_plugin_la-rules.lo `test -f 'rules.c' || echo '$(srcdir)/'`rules.c; \
346 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/kadmin_plugin_la-rules.Tpo" "$(DEPDIR)/kadmin_plugin_la-rules.Plo"; else rm -f "$(DEPDIR)/kadmin_plugin_la-rules.Tpo"; exit 1; fi
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rules.c' object='kadmin_plugin_la-rules.lo' libtool=yes @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -c -o kadmin_plugin_la-rules.lo `test -f 'rules.c' || echo '$(srcdir)/'`rules.c
350
351 kadmin_plugin_la-stringlib.lo: stringlib.c
352 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -MT kadmin_plugin_la-stringlib.lo -MD -MP -MF "$(DEPDIR)/kadmin_plugin_la-stringlib.Tpo" -c -o kadmin_plugin_la-stringlib.lo `test -f 'stringlib.c' || echo '$(srcdir)/'`stringlib.c; \
353 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/kadmin_plugin_la-stringlib.Tpo" "$(DEPDIR)/kadmin_plugin_la-stringlib.Plo"; else rm -f "$(DEPDIR)/kadmin_plugin_la-stringlib.Tpo"; exit 1; fi
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='stringlib.c' object='kadmin_plugin_la-stringlib.lo' libtool=yes @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kadmin_plugin_la_CFLAGS) $(CFLAGS) -c -o kadmin_plugin_la-stringlib.lo `test -f 'stringlib.c' || echo '$(srcdir)/'`stringlib.c
357
358 mostlyclean-libtool:
359         -rm -f *.lo
360
361 clean-libtool:
362         -rm -rf .libs _libs
363
364 distclean-libtool:
365         -rm -f libtool
366 uninstall-info-am:
367
368 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370         unique=`for i in $$list; do \
371             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372           done | \
373           $(AWK) '    { files[$$0] = 1; } \
374                END { for (i in files) print i; }'`; \
375         mkid -fID $$unique
376 tags: TAGS
377
378 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379                 $(TAGS_FILES) $(LISP)
380         tags=; \
381         here=`pwd`; \
382         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383         unique=`for i in $$list; do \
384             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385           done | \
386           $(AWK) '    { files[$$0] = 1; } \
387                END { for (i in files) print i; }'`; \
388         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
389           test -n "$$unique" || unique=$$empty_fix; \
390           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391             $$tags $$unique; \
392         fi
393 ctags: CTAGS
394 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
395                 $(TAGS_FILES) $(LISP)
396         tags=; \
397         here=`pwd`; \
398         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399         unique=`for i in $$list; do \
400             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401           done | \
402           $(AWK) '    { files[$$0] = 1; } \
403                END { for (i in files) print i; }'`; \
404         test -z "$(CTAGS_ARGS)$$tags$$unique" \
405           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
406              $$tags $$unique
407
408 GTAGS:
409         here=`$(am__cd) $(top_builddir) && pwd` \
410           && cd $(top_srcdir) \
411           && gtags -i $(GTAGS_ARGS) $$here
412
413 distclean-tags:
414         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
415
416 distdir: $(DISTFILES)
417         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
418         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
419         list='$(DISTFILES)'; for file in $$list; do \
420           case $$file in \
421             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
422             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
423           esac; \
424           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
425           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
426           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
427             dir="/$$dir"; \
428             $(mkdir_p) "$(distdir)$$dir"; \
429           else \
430             dir=''; \
431           fi; \
432           if test -d $$d/$$file; then \
433             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435             fi; \
436             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437           else \
438             test -f $(distdir)/$$file \
439             || cp -p $$d/$$file $(distdir)/$$file \
440             || exit 1; \
441           fi; \
442         done
443 check-am: all-am
444 check: check-am
445 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
446 installdirs:
447         for dir in "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(bindir)"; do \
448           test -z "$$dir" || $(mkdir_p) "$$dir"; \
449         done
450 install: install-am
451 install-exec: install-exec-am
452 install-data: install-data-am
453 uninstall: uninstall-am
454
455 install-am: all-am
456         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
457
458 installcheck: installcheck-am
459 install-strip:
460         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462           `test -z '$(STRIP)' || \
463             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
464 mostlyclean-generic:
465
466 clean-generic:
467
468 distclean-generic:
469         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
470
471 maintainer-clean-generic:
472         @echo "This command is intended for maintainers to use"
473         @echo "it deletes files that may require special tools to rebuild."
474 clean: clean-am
475
476 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
477         clean-moduleLTLIBRARIES mostlyclean-am
478
479 distclean: distclean-am
480         -rm -rf ./$(DEPDIR)
481         -rm -f Makefile
482 distclean-am: clean-am distclean-compile distclean-generic \
483         distclean-libtool distclean-tags
484
485 dvi: dvi-am
486
487 dvi-am:
488
489 html: html-am
490
491 info: info-am
492
493 info-am:
494
495 install-data-am: install-moduleLTLIBRARIES
496
497 install-exec-am: install-binPROGRAMS
498
499 install-info: install-info-am
500
501 install-man:
502
503 installcheck-am:
504
505 maintainer-clean: maintainer-clean-am
506         -rm -rf ./$(DEPDIR)
507         -rm -f Makefile
508 maintainer-clean-am: distclean-am maintainer-clean-generic
509
510 mostlyclean: mostlyclean-am
511
512 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
513         mostlyclean-libtool
514
515 pdf: pdf-am
516
517 pdf-am:
518
519 ps: ps-am
520
521 ps-am:
522
523 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
524         uninstall-moduleLTLIBRARIES
525
526 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
527         clean-generic clean-libtool clean-moduleLTLIBRARIES ctags \
528         distclean distclean-compile distclean-generic \
529         distclean-libtool distclean-tags distdir dvi dvi-am html \
530         html-am info info-am install install-am install-binPROGRAMS \
531         install-data install-data-am install-exec install-exec-am \
532         install-info install-info-am install-man \
533         install-moduleLTLIBRARIES install-strip installcheck \
534         installcheck-am installdirs maintainer-clean \
535         maintainer-clean-generic mostlyclean mostlyclean-compile \
536         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537         tags uninstall uninstall-am uninstall-binPROGRAMS \
538         uninstall-info-am uninstall-moduleLTLIBRARIES
539
540 # Tell versions [3.59,3.63) of GNU make to not export all variables.
541 # Otherwise a system limit (for SysV at least) may be exceeded.
542 .NOEXPORT: