Initial commit for Tizen
[profile/extras/shadow-utils.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = lib
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41         $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 LTLIBRARIES = $(noinst_LTLIBRARIES)
49 libshadow_la_LIBADD =
50 am_libshadow_la_OBJECTS = commonio.lo encrypt.lo fputsx.lo getdef.lo \
51         get_gid.lo getlong.lo get_pid.lo get_uid.lo getulong.lo \
52         groupio.lo groupmem.lo gshadow.lo lockpw.lo nscd.lo port.lo \
53         pwauth.lo pwio.lo pwmem.lo sgetgrent.lo sgetpwent.lo \
54         sgetspent.lo sgroupio.lo shadow.lo shadowio.lo shadowmem.lo \
55         utent.lo
56 libshadow_la_OBJECTS = $(am_libshadow_la_OBJECTS)
57 libshadow_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
58         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
59         $(libshadow_la_LDFLAGS) $(LDFLAGS) -o $@
60 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61 depcomp = $(SHELL) $(top_srcdir)/depcomp
62 am__depfiles_maybe = depfiles
63 am__mv = mv -f
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
67         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
72         $(LDFLAGS) -o $@
73 SOURCES = $(libshadow_la_SOURCES)
74 DIST_SOURCES = $(libshadow_la_SOURCES)
75 ETAGS = etags
76 CTAGS = ctags
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 ACLOCAL = @ACLOCAL@
79 AMTAR = @AMTAR@
80 AR = @AR@
81 AUTOCONF = @AUTOCONF@
82 AUTOHEADER = @AUTOHEADER@
83 AUTOMAKE = @AUTOMAKE@
84 AWK = @AWK@
85 CC = @CC@
86 CCDEPMODE = @CCDEPMODE@
87 CFLAGS = @CFLAGS@
88 CPP = @CPP@
89 CPPFLAGS = @CPPFLAGS@
90 CYGPATH_W = @CYGPATH_W@
91 DEFS = 
92 DEPDIR = @DEPDIR@
93 DSYMUTIL = @DSYMUTIL@
94 DUMPBIN = @DUMPBIN@
95 ECHO_C = @ECHO_C@
96 ECHO_N = @ECHO_N@
97 ECHO_T = @ECHO_T@
98 EGREP = @EGREP@
99 EXEEXT = @EXEEXT@
100 FGREP = @FGREP@
101 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
102 GMSGFMT = @GMSGFMT@
103 GMSGFMT_015 = @GMSGFMT_015@
104 GREP = @GREP@
105 GROUP_NAME_MAX_LENGTH = @GROUP_NAME_MAX_LENGTH@
106 INSTALL = @INSTALL@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 INTLLIBS = @INTLLIBS@
112 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
113 LD = @LD@
114 LDFLAGS = @LDFLAGS@
115 LIBAUDIT = @LIBAUDIT@
116 LIBCRACK = @LIBCRACK@
117 LIBCRYPT = @LIBCRYPT@
118 LIBICONV = @LIBICONV@
119 LIBINTL = @LIBINTL@
120 LIBMD = @LIBMD@
121 LIBOBJS = @LIBOBJS@
122 LIBPAM = @LIBPAM@
123 LIBS = @LIBS@
124 LIBSELINUX = @LIBSELINUX@
125 LIBSKEY = @LIBSKEY@
126 LIBTOOL = @LIBTOOL@
127 LIPO = @LIPO@
128 LN_S = @LN_S@
129 LTLIBICONV = @LTLIBICONV@
130 LTLIBINTL = @LTLIBINTL@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAINT = @MAINT@
133 MAKEINFO = @MAKEINFO@
134 MKDIR_P = @MKDIR_P@
135 MSGFMT = @MSGFMT@
136 MSGFMT_015 = @MSGFMT_015@
137 MSGMERGE = @MSGMERGE@
138 NM = @NM@
139 NMEDIT = @NMEDIT@
140 OBJDUMP = @OBJDUMP@
141 OBJEXT = @OBJEXT@
142 OTOOL = @OTOOL@
143 OTOOL64 = @OTOOL64@
144 PACKAGE = @PACKAGE@
145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146 PACKAGE_NAME = @PACKAGE_NAME@
147 PACKAGE_STRING = @PACKAGE_STRING@
148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
149 PACKAGE_URL = @PACKAGE_URL@
150 PACKAGE_VERSION = @PACKAGE_VERSION@
151 PATH_SEPARATOR = @PATH_SEPARATOR@
152 POSUB = @POSUB@
153 RANLIB = @RANLIB@
154 SED = @SED@
155 SET_MAKE = @SET_MAKE@
156 SHELL = @SHELL@
157 STRIP = @STRIP@
158 U = @U@
159 USE_NLS = @USE_NLS@
160 VERSION = @VERSION@
161 XGETTEXT = @XGETTEXT@
162 XGETTEXT_015 = @XGETTEXT_015@
163 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
164 XMLCATALOG = @XMLCATALOG@
165 XML_CATALOG_FILE = @XML_CATALOG_FILE@
166 XSLTPROC = @XSLTPROC@
167 YACC = @YACC@
168 YFLAGS = @YFLAGS@
169 abs_builddir = @abs_builddir@
170 abs_srcdir = @abs_srcdir@
171 abs_top_builddir = @abs_top_builddir@
172 abs_top_srcdir = @abs_top_srcdir@
173 ac_ct_CC = @ac_ct_CC@
174 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 builddir = @builddir@
187 datadir = @datadir@
188 datarootdir = @datarootdir@
189 docdir = @docdir@
190 dvidir = @dvidir@
191 exec_prefix = @exec_prefix@
192 host = @host@
193 host_alias = @host_alias@
194 host_cpu = @host_cpu@
195 host_os = @host_os@
196 host_vendor = @host_vendor@
197 htmldir = @htmldir@
198 includedir = @includedir@
199 infodir = @infodir@
200 install_sh = @install_sh@
201 libdir = @libdir@
202 libexecdir = @libexecdir@
203 localedir = @localedir@
204 localstatedir = @localstatedir@
205 lt_ECHO = @lt_ECHO@
206 mandir = @mandir@
207 mkdir_p = @mkdir_p@
208 oldincludedir = @oldincludedir@
209 pdfdir = @pdfdir@
210 prefix = @prefix@
211 program_transform_name = @program_transform_name@
212 psdir = @psdir@
213 sbindir = @sbindir@
214 sharedstatedir = @sharedstatedir@
215 srcdir = @srcdir@
216 sysconfdir = @sysconfdir@
217 target_alias = @target_alias@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221 AUTOMAKE_OPTIONS = 1.0 foreign
222 noinst_LTLIBRARIES = libshadow.la
223 libshadow_la_LDFLAGS = -version-info 0:0:0
224 libshadow_la_SOURCES = \
225         commonio.c \
226         commonio.h \
227         defines.h \
228         encrypt.c \
229         exitcodes.h \
230         faillog.h \
231         fputsx.c \
232         getdef.c \
233         getdef.h \
234         get_gid.c \
235         getlong.c \
236         get_pid.c \
237         get_uid.c \
238         getulong.c \
239         groupio.c \
240         groupmem.c \
241         groupio.h \
242         gshadow.c \
243         lockpw.c \
244         nscd.c \
245         nscd.h \
246         pam_defs.h \
247         port.c \
248         port.h \
249         prototypes.h \
250         pwauth.c \
251         pwauth.h \
252         pwio.c \
253         pwio.h \
254         pwmem.c \
255         sgetgrent.c \
256         sgetpwent.c \
257         sgetspent.c \
258         sgroupio.c \
259         sgroupio.h\
260         shadow.c \
261         shadowio.c \
262         shadowio.h \
263         shadowmem.c \
264         utent.c
265
266
267 # These files are unneeded for some reason, listed in
268 # order of appearance:
269 #
270 # sources for dbm support (not yet used)
271 EXTRA_DIST = \
272         .indent.pro \
273         gshadow_.h
274
275 all: all-am
276
277 .SUFFIXES:
278 .SUFFIXES: .c .lo .o .obj
279 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280         @for dep in $?; do \
281           case '$(am__configure_deps)' in \
282             *$$dep*) \
283               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284                 && { if test -f $@; then exit 0; else break; fi; }; \
285               exit 1;; \
286           esac; \
287         done; \
288         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
289         $(am__cd) $(top_srcdir) && \
290           $(AUTOMAKE) --foreign lib/Makefile
291 .PRECIOUS: Makefile
292 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293         @case '$?' in \
294           *config.status*) \
295             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
296           *) \
297             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
298             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
299         esac;
300
301 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
302         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
304 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
305         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
307         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308 $(am__aclocal_m4_deps):
309
310 clean-noinstLTLIBRARIES:
311         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
312         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
313           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
314           test "$$dir" != "$$p" || dir=.; \
315           echo "rm -f \"$${dir}/so_locations\""; \
316           rm -f "$${dir}/so_locations"; \
317         done
318 libshadow.la: $(libshadow_la_OBJECTS) $(libshadow_la_DEPENDENCIES) 
319         $(libshadow_la_LINK)  $(libshadow_la_OBJECTS) $(libshadow_la_LIBADD) $(LIBS)
320
321 mostlyclean-compile:
322         -rm -f *.$(OBJEXT)
323
324 distclean-compile:
325         -rm -f *.tab.c
326
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commonio.Plo@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt.Plo@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fputsx.Plo@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_gid.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_pid.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_uid.Plo@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdef.Plo@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getlong.Plo@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getulong.Plo@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupio.Plo@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupmem.Plo@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gshadow.Plo@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lockpw.Plo@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nscd.Plo@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port.Plo@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwauth.Plo@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwio.Plo@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwmem.Plo@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgetgrent.Plo@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgetpwent.Plo@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgetspent.Plo@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sgroupio.Plo@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Plo@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadowio.Plo@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadowmem.Plo@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utent.Plo@am__quote@
353
354 .c.o:
355 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
360
361 .c.obj:
362 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
363 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
367
368 .c.lo:
369 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
370 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
374
375 mostlyclean-libtool:
376         -rm -f *.lo
377
378 clean-libtool:
379         -rm -rf .libs _libs
380
381 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; nonempty = 1; } \
387               END { if (nonempty) { for (i in files) print i; }; }'`; \
388         mkid -fID $$unique
389 tags: TAGS
390
391 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392                 $(TAGS_FILES) $(LISP)
393         set x; \
394         here=`pwd`; \
395         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396         unique=`for i in $$list; do \
397             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398           done | \
399           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400               END { if (nonempty) { for (i in files) print i; }; }'`; \
401         shift; \
402         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403           test -n "$$unique" || unique=$$empty_fix; \
404           if test $$# -gt 0; then \
405             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406               "$$@" $$unique; \
407           else \
408             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409               $$unique; \
410           fi; \
411         fi
412 ctags: CTAGS
413 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414                 $(TAGS_FILES) $(LISP)
415         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416         unique=`for i in $$list; do \
417             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418           done | \
419           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420               END { if (nonempty) { for (i in files) print i; }; }'`; \
421         test -z "$(CTAGS_ARGS)$$unique" \
422           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423              $$unique
424
425 GTAGS:
426         here=`$(am__cd) $(top_builddir) && pwd` \
427           && $(am__cd) $(top_srcdir) \
428           && gtags -i $(GTAGS_ARGS) "$$here"
429
430 distclean-tags:
431         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433 distdir: $(DISTFILES)
434         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         list='$(DISTFILES)'; \
437           dist_files=`for file in $$list; do echo $$file; done | \
438           sed -e "s|^$$srcdirstrip/||;t" \
439               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440         case $$dist_files in \
441           */*) $(MKDIR_P) `echo "$$dist_files" | \
442                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443                            sort -u` ;; \
444         esac; \
445         for file in $$dist_files; do \
446           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447           if test -d $$d/$$file; then \
448             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449             if test -d "$(distdir)/$$file"; then \
450               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451             fi; \
452             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455             fi; \
456             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457           else \
458             test -f "$(distdir)/$$file" \
459             || cp -p $$d/$$file "$(distdir)/$$file" \
460             || exit 1; \
461           fi; \
462         done
463 check-am: all-am
464 check: check-am
465 all-am: Makefile $(LTLIBRARIES)
466 installdirs:
467 install: install-am
468 install-exec: install-exec-am
469 install-data: install-data-am
470 uninstall: uninstall-am
471
472 install-am: all-am
473         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
474
475 installcheck: installcheck-am
476 install-strip:
477         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
479           `test -z '$(STRIP)' || \
480             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
481 mostlyclean-generic:
482
483 clean-generic:
484
485 distclean-generic:
486         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
487         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488
489 maintainer-clean-generic:
490         @echo "This command is intended for maintainers to use"
491         @echo "it deletes files that may require special tools to rebuild."
492 clean: clean-am
493
494 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
495         mostlyclean-am
496
497 distclean: distclean-am
498         -rm -rf ./$(DEPDIR)
499         -rm -f Makefile
500 distclean-am: clean-am distclean-compile distclean-generic \
501         distclean-tags
502
503 dvi: dvi-am
504
505 dvi-am:
506
507 html: html-am
508
509 html-am:
510
511 info: info-am
512
513 info-am:
514
515 install-data-am:
516
517 install-dvi: install-dvi-am
518
519 install-dvi-am:
520
521 install-exec-am:
522
523 install-html: install-html-am
524
525 install-html-am:
526
527 install-info: install-info-am
528
529 install-info-am:
530
531 install-man:
532
533 install-pdf: install-pdf-am
534
535 install-pdf-am:
536
537 install-ps: install-ps-am
538
539 install-ps-am:
540
541 installcheck-am:
542
543 maintainer-clean: maintainer-clean-am
544         -rm -rf ./$(DEPDIR)
545         -rm -f Makefile
546 maintainer-clean-am: distclean-am maintainer-clean-generic
547
548 mostlyclean: mostlyclean-am
549
550 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
551         mostlyclean-libtool
552
553 pdf: pdf-am
554
555 pdf-am:
556
557 ps: ps-am
558
559 ps-am:
560
561 uninstall-am:
562
563 .MAKE: install-am install-strip
564
565 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
566         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
567         distclean-compile distclean-generic distclean-libtool \
568         distclean-tags distdir dvi dvi-am html html-am info info-am \
569         install install-am install-data install-data-am install-dvi \
570         install-dvi-am install-exec install-exec-am install-html \
571         install-html-am install-info install-info-am install-man \
572         install-pdf install-pdf-am install-ps install-ps-am \
573         install-strip installcheck installcheck-am installdirs \
574         maintainer-clean maintainer-clean-generic mostlyclean \
575         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
576         pdf pdf-am ps ps-am tags uninstall uninstall-am
577
578
579 # Tell versions [3.59,3.63) of GNU make to not export all variables.
580 # Otherwise a system limit (for SysV at least) may be exceeded.
581 .NOEXPORT: