[svn-inject] Installing original source of libnss-mysql-bg
[manu/libnss-mysql-bg.git] / src / 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.2 $
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
102 library_sources = version.c nss_config.c nss_main.c \
103                           nss_support.c mysql.c lookup.c \
104                           mysql-pwd.c mysql-spwd.c mysql-grp.c
105
106 library_ldflags = -module -version-info @LIBVER@:0:0 \
107                           -export-symbols $(srcdir)/@OS@.sym
108
109
110 @RENAME_TRUE@lib_LTLIBRARIES = nss_mysql.la
111 @RENAME_FALSE@lib_LTLIBRARIES = libnss_mysql.la
112 @RENAME_TRUE@nss_mysql_la_LDFLAGS = $(library_ldflags)
113 @RENAME_TRUE@nss_mysql_la_SOURCES = $(library_sources)
114 @RENAME_FALSE@libnss_mysql_la_LDFLAGS = $(library_ldflags)
115 @RENAME_FALSE@libnss_mysql_la_SOURCES = $(library_sources)
116
117 noinst_HEADERS = nss_mysql.h lookup.h
118 subdir = src
119 mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/config.h
121 CONFIG_CLEAN_FILES = version.c
122 LTLIBRARIES = $(lib_LTLIBRARIES)
123
124 libnss_mysql_la_LIBADD =
125 am__objects_1 = version.lo nss_config.lo nss_main.lo nss_support.lo \
126         mysql.lo lookup.lo mysql-pwd.lo mysql-spwd.lo mysql-grp.lo
127 @RENAME_FALSE@am_libnss_mysql_la_OBJECTS = $(am__objects_1)
128 libnss_mysql_la_OBJECTS = $(am_libnss_mysql_la_OBJECTS)
129 nss_mysql_la_LIBADD =
130 @RENAME_TRUE@am_nss_mysql_la_OBJECTS = $(am__objects_1)
131 nss_mysql_la_OBJECTS = $(am_nss_mysql_la_OBJECTS)
132
133 DEFS = @DEFS@
134 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
135 CPPFLAGS = @CPPFLAGS@
136 LDFLAGS = @LDFLAGS@
137 LIBS = @LIBS@
138 depcomp = $(SHELL) $(top_srcdir)/aux/depcomp
139 am__depfiles_maybe = depfiles
140 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/lookup.Plo ./$(DEPDIR)/mysql-grp.Plo \
141 @AMDEP_TRUE@    ./$(DEPDIR)/mysql-pwd.Plo \
142 @AMDEP_TRUE@    ./$(DEPDIR)/mysql-spwd.Plo ./$(DEPDIR)/mysql.Plo \
143 @AMDEP_TRUE@    ./$(DEPDIR)/nss_config.Plo ./$(DEPDIR)/nss_main.Plo \
144 @AMDEP_TRUE@    ./$(DEPDIR)/nss_support.Plo ./$(DEPDIR)/version.Plo
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
148         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151         $(AM_LDFLAGS) $(LDFLAGS) -o $@
152 CFLAGS = @CFLAGS@
153 DIST_SOURCES = $(libnss_mysql_la_SOURCES) $(nss_mysql_la_SOURCES)
154 HEADERS = $(noinst_HEADERS)
155
156 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in version.c.in
157 SOURCES = $(libnss_mysql_la_SOURCES) $(nss_mysql_la_SOURCES)
158
159 all: all-am
160
161 .SUFFIXES:
162 .SUFFIXES: .c .lo .o .obj
163 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
164         cd $(top_srcdir) && \
165           $(AUTOMAKE) --foreign  src/Makefile
166 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
167         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
168 version.c: $(top_builddir)/config.status version.c.in
169         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
170 libLTLIBRARIES_INSTALL = $(INSTALL)
171 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
172         @$(NORMAL_INSTALL)
173         $(mkinstalldirs) $(DESTDIR)$(libdir)
174         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
175           if test -f $$p; then \
176             f="`echo $$p | sed -e 's|^.*/||'`"; \
177             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
178             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
179           else :; fi; \
180         done
181
182 uninstall-libLTLIBRARIES:
183         @$(NORMAL_UNINSTALL)
184         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
185             p="`echo $$p | sed -e 's|^.*/||'`"; \
186           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
187           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
188         done
189
190 clean-libLTLIBRARIES:
191         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
192         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
193           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
194           test -z "$dir" && dir=.; \
195           echo "rm -f \"$${dir}/so_locations\""; \
196           rm -f "$${dir}/so_locations"; \
197         done
198 libnss_mysql.la: $(libnss_mysql_la_OBJECTS) $(libnss_mysql_la_DEPENDENCIES) 
199         $(LINK) -rpath $(libdir) $(libnss_mysql_la_LDFLAGS) $(libnss_mysql_la_OBJECTS) $(libnss_mysql_la_LIBADD) $(LIBS)
200 nss_mysql.la: $(nss_mysql_la_OBJECTS) $(nss_mysql_la_DEPENDENCIES) 
201         $(LINK) -rpath $(libdir) $(nss_mysql_la_LDFLAGS) $(nss_mysql_la_OBJECTS) $(nss_mysql_la_LIBADD) $(LIBS)
202
203 mostlyclean-compile:
204         -rm -f *.$(OBJEXT) core *.core
205
206 distclean-compile:
207         -rm -f *.tab.c
208
209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql-grp.Plo@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql-pwd.Plo@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql-spwd.Plo@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql.Plo@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_config.Plo@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_main.Plo@am__quote@
216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_support.Plo@am__quote@
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
218
219 distclean-depend:
220         -rm -rf ./$(DEPDIR)
221
222 .c.o:
223 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
224 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
225 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
226         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
227
228 .c.obj:
229 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
230 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
231 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
232         $(COMPILE) -c `cygpath -w $<`
233
234 .c.lo:
235 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
236 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
237 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
239 CCDEPMODE = @CCDEPMODE@
240
241 mostlyclean-libtool:
242         -rm -f *.lo
243
244 clean-libtool:
245         -rm -rf .libs _libs
246
247 distclean-libtool:
248         -rm -f libtool
249 uninstall-info-am:
250
251 ETAGS = etags
252 ETAGSFLAGS =
253
254 tags: TAGS
255
256 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
257         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
258         unique=`for i in $$list; do \
259             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
260           done | \
261           $(AWK) '    { files[$$0] = 1; } \
262                END { for (i in files) print i; }'`; \
263         mkid -fID $$unique
264
265 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
266                 $(TAGS_FILES) $(LISP)
267         tags=; \
268         here=`pwd`; \
269         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
270         unique=`for i in $$list; do \
271             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272           done | \
273           $(AWK) '    { files[$$0] = 1; } \
274                END { for (i in files) print i; }'`; \
275         test -z "$(ETAGS_ARGS)$$tags$$unique" \
276           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277              $$tags $$unique
278
279 GTAGS:
280         here=`$(am__cd) $(top_builddir) && pwd` \
281           && cd $(top_srcdir) \
282           && gtags -i $(GTAGS_ARGS) $$here
283
284 distclean-tags:
285         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
286 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
287
288 top_distdir = ..
289 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
290
291 distdir: $(DISTFILES)
292         @list='$(DISTFILES)'; for file in $$list; do \
293           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
294           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
295           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
296             dir="/$$dir"; \
297             $(mkinstalldirs) "$(distdir)$$dir"; \
298           else \
299             dir=''; \
300           fi; \
301           if test -d $$d/$$file; then \
302             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
303               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
304             fi; \
305             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
306           else \
307             test -f $(distdir)/$$file \
308             || cp -p $$d/$$file $(distdir)/$$file \
309             || exit 1; \
310           fi; \
311         done
312 check-am: all-am
313 check: check-am
314 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
315
316 installdirs:
317         $(mkinstalldirs) $(DESTDIR)$(libdir)
318
319 install: install-am
320 install-exec: install-exec-am
321 install-data: install-data-am
322 uninstall: uninstall-am
323
324 install-am: all-am
325         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326
327 installcheck: installcheck-am
328 install-strip:
329         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
330           INSTALL_STRIP_FLAG=-s \
331           `test -z '$(STRIP)' || \
332             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
333 mostlyclean-generic:
334
335 clean-generic:
336
337 distclean-generic:
338         -rm -f Makefile $(CONFIG_CLEAN_FILES)
339
340 maintainer-clean-generic:
341         @echo "This command is intended for maintainers to use"
342         @echo "it deletes files that may require special tools to rebuild."
343 clean: clean-am
344
345 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
346         mostlyclean-am
347
348 distclean: distclean-am
349
350 distclean-am: clean-am distclean-compile distclean-depend \
351         distclean-generic distclean-libtool distclean-tags
352
353 dvi: dvi-am
354
355 dvi-am:
356
357 info: info-am
358
359 info-am:
360
361 install-data-am:
362
363 install-exec-am: install-libLTLIBRARIES
364
365 install-info: install-info-am
366
367 install-man:
368
369 installcheck-am:
370
371 maintainer-clean: maintainer-clean-am
372
373 maintainer-clean-am: distclean-am maintainer-clean-generic
374
375 mostlyclean: mostlyclean-am
376
377 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
378         mostlyclean-libtool
379
380 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
381
382 .PHONY: GTAGS all all-am check check-am clean clean-generic \
383         clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
384         distclean-depend distclean-generic distclean-libtool \
385         distclean-tags distdir dvi dvi-am info info-am install \
386         install-am install-data install-data-am install-exec \
387         install-exec-am install-info install-info-am \
388         install-libLTLIBRARIES install-man install-strip installcheck \
389         installcheck-am installdirs maintainer-clean \
390         maintainer-clean-generic mostlyclean mostlyclean-compile \
391         mostlyclean-generic mostlyclean-libtool tags uninstall \
392         uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
393
394 # Tell versions [3.59,3.63) of GNU make to not export all variables.
395 # Otherwise a system limit (for SysV at least) may be exceeded.
396 .NOEXPORT: