[svn-inject] Forking libnss-mysql-bg source to Trunk
[manu/libnss-mysql-bg.git] / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 # From Makefile.am $Revision: 1.34 $
18 SHELL = @SHELL@
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 INSTALL = @INSTALL@
50 INSTALL_PROGRAM = @INSTALL_PROGRAM@
51 INSTALL_DATA = @INSTALL_DATA@
52 install_sh_DATA = $(install_sh) -c -m 644
53 install_sh_PROGRAM = $(install_sh) -c
54 install_sh_SCRIPT = $(install_sh) -c
55 INSTALL_SCRIPT = @INSTALL_SCRIPT@
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = @program_transform_name@
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 host_alias = @host_alias@
65 host_triplet = @host@
66
67 EXEEXT = @EXEEXT@
68 OBJEXT = @OBJEXT@
69 PATH_SEPARATOR = @PATH_SEPARATOR@
70 AMTAR = @AMTAR@
71 AR = @AR@
72 AS = @AS@
73 AWK = @AWK@
74 CC = @CC@
75 CXX = @CXX@
76 CXXCPP = @CXXCPP@
77 DEPDIR = @DEPDIR@
78 DLLTOOL = @DLLTOOL@
79 ECHO = @ECHO@
80 EGREP = @EGREP@
81 F77 = @F77@
82 GCJ = @GCJ@
83 GCJFLAGS = @GCJFLAGS@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 LIBTOOL = @LIBTOOL@
86 LIBVER = @LIBVER@
87 LN_S = @LN_S@
88 MAINT = @MAINT@
89 OBJDUMP = @OBJDUMP@
90 OS = @OS@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 RC = @RC@
94 STRIP = @STRIP@
95 VERSION = @VERSION@
96 am__include = @am__include@
97 am__quote = @am__quote@
98 install_sh = @install_sh@
99
100 AUTOMAKE_OPTIONS = foreign 1.6
101 SUBDIRS = src
102
103 EXTRA_DIST = FAQ UPGRADING DEBUGGING libnss-mysql.spec src/*.sym \
104              sample/README sample/complex/*.* sample/minimal/*.* \
105              sample/linux/*.* sample/solaris/*.* sample/freebsd/*.*
106
107 subdir = .
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES =
112 DIST_SOURCES =
113
114 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
115         uninstall-info-recursive all-recursive install-data-recursive \
116         install-exec-recursive installdirs-recursive install-recursive \
117         uninstall-recursive check-recursive installcheck-recursive
118 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
119         Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 \
120         aux/config.guess aux/config.sub aux/depcomp aux/install-sh \
121         aux/ltmain.sh aux/missing aux/mkinstalldirs config.h.in \
122         configure configure.in
123 DIST_SUBDIRS = $(SUBDIRS)
124 all: config.h
125         $(MAKE) $(AM_MAKEFLAGS) all-recursive
126
127 .SUFFIXES:
128
129 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
130  configure.lineno
131 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
132         cd $(top_srcdir) && \
133           $(AUTOMAKE) --foreign  Makefile
134 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
135         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
136
137 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138         $(SHELL) ./config.status --recheck
139 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140         cd $(srcdir) && $(AUTOCONF)
141
142 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
143         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
145 config.h: stamp-h1
146         @if test ! -f $@; then \
147           rm -f stamp-h1; \
148           $(MAKE) stamp-h1; \
149         else :; fi
150
151 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
152         @rm -f stamp-h1
153         cd $(top_builddir) && $(SHELL) ./config.status config.h
154
155 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
156         cd $(top_srcdir) && $(AUTOHEADER)
157         touch $(srcdir)/config.h.in
158
159 distclean-hdr:
160         -rm -f config.h stamp-h1
161
162 mostlyclean-libtool:
163         -rm -f *.lo
164
165 clean-libtool:
166         -rm -rf .libs _libs
167
168 distclean-libtool:
169         -rm -f libtool
170 uninstall-info-am:
171
172 # This directory's subdirectories are mostly independent; you can cd
173 # into them and run `make' without going through this Makefile.
174 # To change the values of `make' variables: instead of editing Makefiles,
175 # (1) if the variable is set in `config.status', edit `config.status'
176 #     (which will cause the Makefiles to be regenerated when you run `make');
177 # (2) otherwise, pass the desired values on the `make' command line.
178 $(RECURSIVE_TARGETS):
179         @set fnord $$MAKEFLAGS; amf=$$2; \
180         dot_seen=no; \
181         target=`echo $@ | sed s/-recursive//`; \
182         list='$(SUBDIRS)'; for subdir in $$list; do \
183           echo "Making $$target in $$subdir"; \
184           if test "$$subdir" = "."; then \
185             dot_seen=yes; \
186             local_target="$$target-am"; \
187           else \
188             local_target="$$target"; \
189           fi; \
190           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192         done; \
193         if test "$$dot_seen" = "no"; then \
194           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
195         fi; test -z "$$fail"
196
197 mostlyclean-recursive clean-recursive distclean-recursive \
198 maintainer-clean-recursive:
199         @set fnord $$MAKEFLAGS; amf=$$2; \
200         dot_seen=no; \
201         case "$@" in \
202           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
203           *) list='$(SUBDIRS)' ;; \
204         esac; \
205         rev=''; for subdir in $$list; do \
206           if test "$$subdir" = "."; then :; else \
207             rev="$$subdir $$rev"; \
208           fi; \
209         done; \
210         rev="$$rev ."; \
211         target=`echo $@ | sed s/-recursive//`; \
212         for subdir in $$rev; do \
213           echo "Making $$target in $$subdir"; \
214           if test "$$subdir" = "."; then \
215             local_target="$$target-am"; \
216           else \
217             local_target="$$target"; \
218           fi; \
219           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
220            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
221         done && test -z "$$fail"
222 tags-recursive:
223         list='$(SUBDIRS)'; for subdir in $$list; do \
224           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
225         done
226
227 ETAGS = etags
228 ETAGSFLAGS =
229
230 tags: TAGS
231
232 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
233         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
234         unique=`for i in $$list; do \
235             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236           done | \
237           $(AWK) '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         mkid -fID $$unique
240
241 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
242                 $(TAGS_FILES) $(LISP)
243         tags=; \
244         here=`pwd`; \
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246           if test "$$subdir" = .; then :; else \
247             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
248           fi; \
249         done; \
250         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
251         unique=`for i in $$list; do \
252             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253           done | \
254           $(AWK) '    { files[$$0] = 1; } \
255                END { for (i in files) print i; }'`; \
256         test -z "$(ETAGS_ARGS)$$tags$$unique" \
257           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
258              $$tags $$unique
259
260 GTAGS:
261         here=`$(am__cd) $(top_builddir) && pwd` \
262           && cd $(top_srcdir) \
263           && gtags -i $(GTAGS_ARGS) $$here
264
265 distclean-tags:
266         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
267 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268
269 top_distdir = .
270 distdir = $(PACKAGE)-$(VERSION)
271
272 am__remove_distdir = \
273   { test ! -d $(distdir) \
274     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
275          && rm -fr $(distdir); }; }
276
277 GZIP_ENV = --best
278 distcleancheck_listfiles = find . -type f -print
279
280 distdir: $(DISTFILES)
281         $(am__remove_distdir)
282         mkdir $(distdir)
283         $(mkinstalldirs) $(distdir)/aux $(distdir)/sample $(distdir)/sample/complex $(distdir)/sample/freebsd $(distdir)/sample/linux $(distdir)/sample/minimal $(distdir)/sample/solaris $(distdir)/src
284         @list='$(DISTFILES)'; for file in $$list; do \
285           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
286           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
287           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
288             dir="/$$dir"; \
289             $(mkinstalldirs) "$(distdir)$$dir"; \
290           else \
291             dir=''; \
292           fi; \
293           if test -d $$d/$$file; then \
294             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
296             fi; \
297             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
298           else \
299             test -f $(distdir)/$$file \
300             || cp -p $$d/$$file $(distdir)/$$file \
301             || exit 1; \
302           fi; \
303         done
304         list='$(SUBDIRS)'; for subdir in $$list; do \
305           if test "$$subdir" = .; then :; else \
306             test -d $(distdir)/$$subdir \
307             || mkdir $(distdir)/$$subdir \
308             || exit 1; \
309             (cd $$subdir && \
310               $(MAKE) $(AM_MAKEFLAGS) \
311                 top_distdir="$(top_distdir)" \
312                 distdir=../$(distdir)/$$subdir \
313                 distdir) \
314               || exit 1; \
315           fi; \
316         done
317         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
318           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
319           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
320           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
321         || chmod -R a+r $(distdir)
322 dist-gzip: distdir
323         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
324         $(am__remove_distdir)
325
326 dist dist-all: distdir
327         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
328         $(am__remove_distdir)
329
330 # This target untars the dist file and tries a VPATH configuration.  Then
331 # it guarantees that the distribution is self-contained by making another
332 # tarfile.
333 distcheck: dist
334         $(am__remove_distdir)
335         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
336         chmod -R a-w $(distdir); chmod a+w $(distdir)
337         mkdir $(distdir)/=build
338         mkdir $(distdir)/=inst
339         chmod a-w $(distdir)
340         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
341           && cd $(distdir)/=build \
342           && ../configure --srcdir=.. --prefix=$$dc_install_base \
343             $(DISTCHECK_CONFIGURE_FLAGS) \
344           && $(MAKE) $(AM_MAKEFLAGS) \
345           && $(MAKE) $(AM_MAKEFLAGS) dvi \
346           && $(MAKE) $(AM_MAKEFLAGS) check \
347           && $(MAKE) $(AM_MAKEFLAGS) install \
348           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
349           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
350           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
351               || { echo "ERROR: files left after uninstall:" ; \
352                    find $$dc_install_base -type f -print ; \
353                    exit 1; } >&2 ) \
354           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
355           && rm -f $(distdir).tar.gz \
356           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
357         $(am__remove_distdir)
358         @echo "$(distdir).tar.gz is ready for distribution" | \
359           sed 'h;s/./=/g;p;x;p;x'
360 distcleancheck: distclean
361         if test '$(srcdir)' = . ; then \
362           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
363           exit 1 ; \
364         fi
365         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
366           || { echo "ERROR: files left after distclean:" ; \
367                $(distcleancheck_listfiles) ; \
368                exit 1; } >&2
369 check-am: all-am
370 check: check-recursive
371 all-am: Makefile config.h
372 installdirs: installdirs-recursive
373 installdirs-am:
374
375 install: install-recursive
376 install-exec: install-exec-recursive
377 install-data: install-data-recursive
378 uninstall: uninstall-recursive
379
380 install-am: all-am
381         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
383 installcheck: installcheck-recursive
384 install-strip:
385         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386           INSTALL_STRIP_FLAG=-s \
387           `test -z '$(STRIP)' || \
388             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389 mostlyclean-generic:
390
391 clean-generic:
392
393 distclean-generic:
394         -rm -f Makefile $(CONFIG_CLEAN_FILES)
395
396 maintainer-clean-generic:
397         @echo "This command is intended for maintainers to use"
398         @echo "it deletes files that may require special tools to rebuild."
399 clean: clean-recursive
400
401 clean-am: clean-generic clean-libtool mostlyclean-am
402
403 distclean: distclean-recursive
404         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
405 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
406         distclean-tags
407
408 dvi: dvi-recursive
409
410 dvi-am:
411
412 info: info-recursive
413
414 info-am:
415
416 install-data-am:
417         @$(NORMAL_INSTALL)
418         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
419
420 install-exec-am:
421
422 install-info: install-info-recursive
423
424 install-man:
425
426 installcheck-am:
427
428 maintainer-clean: maintainer-clean-recursive
429         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
430         -rm -rf autom4te.cache
431 maintainer-clean-am: distclean-am maintainer-clean-generic
432
433 mostlyclean: mostlyclean-recursive
434
435 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
436
437 uninstall-am: uninstall-info-am
438
439 uninstall-info: uninstall-info-recursive
440
441 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
442         clean-generic clean-libtool clean-recursive dist dist-all \
443         dist-gzip distcheck distclean distclean-generic distclean-hdr \
444         distclean-libtool distclean-recursive distclean-tags \
445         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
446         info-recursive install install-am install-data install-data-am \
447         install-data-recursive install-exec install-exec-am \
448         install-exec-recursive install-info install-info-am \
449         install-info-recursive install-man install-recursive \
450         install-strip installcheck installcheck-am installdirs \
451         installdirs-am installdirs-recursive maintainer-clean \
452         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
453         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
454         tags tags-recursive uninstall uninstall-am uninstall-info-am \
455         uninstall-info-recursive uninstall-recursive
456
457
458 install-data-hook:
459         @if test ! -f ${DESTDIR}${sysconfdir}/libnss-mysql.cfg; then \
460                 ${srcdir}/aux/mkinstalldirs ${DESTDIR}${sysconfdir}; \
461                 ${INSTALL_DATA} ${srcdir}/sample/@OS@/libnss-mysql.cfg \
462                         ${DESTDIR}${sysconfdir}/libnss-mysql.cfg; \
463         fi
464         @if test ! -f ${DESTDIR}${sysconfdir}/libnss-mysql-root.cfg; then \
465                 ${srcdir}/aux/mkinstalldirs ${DESTDIR}${sysconfdir}; \
466                 ${INSTALL_DATA} -m 600 ${srcdir}/sample/@OS@/libnss-mysql-root.cfg \
467                         ${DESTDIR}${sysconfdir}/libnss-mysql-root.cfg; \
468         fi
469 # Tell versions [3.59,3.63) of GNU make to not export all variables.
470 # Otherwise a system limit (for SysV at least) may be exceeded.
471 .NOEXPORT: