]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openpam/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r124861,
[FreeBSD/FreeBSD.git] / contrib / openpam / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 build_alias = @build_alias@
59 build_triplet = @build@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 target_alias = @target_alias@
63 target_triplet = @target@
64 AMTAR = @AMTAR@
65 AS = @AS@
66 AWK = @AWK@
67 CC = @CC@
68 CFLAGS = @CFLAGS@
69 CPPFLAGS = @CPPFLAGS@
70 CRYPT_LIBS = @CRYPT_LIBS@
71 DEPDIR = @DEPDIR@
72 DLLTOOL = @DLLTOOL@
73 DL_LIBS = @DL_LIBS@
74 EXEEXT = @EXEEXT@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LIBTOOL = @LIBTOOL@
77 LIB_MAJ = @LIB_MAJ@
78 LN_S = @LN_S@
79 OBJDUMP = @OBJDUMP@
80 OBJEXT = @OBJEXT@
81 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 VERSION = @VERSION@
85 am__include = @am__include@
86 am__quote = @am__quote@
87 install_sh = @install_sh@
88
89 SUBDIRS = lib bin modules doc include
90
91 EXTRA_DIST = README CREDITS LICENSE INSTALL MANIFEST RELNOTES
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_HEADER = config.h
96 CONFIG_CLEAN_FILES =
97 DIST_SOURCES =
98
99 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
100         uninstall-info-recursive all-recursive install-data-recursive \
101         install-exec-recursive installdirs-recursive install-recursive \
102         uninstall-recursive check-recursive installcheck-recursive
103 DIST_COMMON = README ./stamp-h.in INSTALL Makefile.am Makefile.in \
104         aclocal.m4 config.guess config.h.in config.sub configure \
105         configure.in install-sh ltconfig ltmain.sh missing \
106         mkinstalldirs
107 DIST_SUBDIRS = $(SUBDIRS)
108 all: config.h
109         $(MAKE) $(AM_MAKEFLAGS) all-recursive
110
111 .SUFFIXES:
112
113 mostlyclean-libtool:
114         -rm -f *.lo
115
116 clean-libtool:
117         -rm -rf .libs _libs
118
119 distclean-libtool:
120         -rm -f libtool
121 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
122         cd $(top_srcdir) && \
123           $(AUTOMAKE) --foreign  Makefile
124 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
125         cd $(top_builddir) && \
126           CONFIG_HEADERS= CONFIG_LINKS= \
127           CONFIG_FILES=$@ $(SHELL) ./config.status
128
129 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
130         $(SHELL) ./config.status --recheck
131 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
132         cd $(srcdir) && $(AUTOCONF)
133
134 $(ACLOCAL_M4):  configure.in 
135         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
136 config.h: stamp-h
137         @if test ! -f $@; then \
138                 rm -f stamp-h; \
139                 $(MAKE) stamp-h; \
140         else :; fi
141 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
142         @rm -f stamp-h stamp-hT
143         @echo timestamp > stamp-hT 2> /dev/null
144         cd $(top_builddir) \
145           && CONFIG_FILES= CONFIG_HEADERS=config.h \
146              $(SHELL) ./config.status
147         @mv stamp-hT stamp-h
148 $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
149         @if test ! -f $@; then \
150                 rm -f $(srcdir)/./stamp-h.in; \
151                 $(MAKE) $(srcdir)/./stamp-h.in; \
152         else :; fi
153 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
154         @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
155         @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
156         cd $(top_srcdir) && $(AUTOHEADER)
157         @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
158
159 distclean-hdr:
160         -rm -f config.h
161 uninstall-info-am:
162
163 # This directory's subdirectories are mostly independent; you can cd
164 # into them and run `make' without going through this Makefile.
165 # To change the values of `make' variables: instead of editing Makefiles,
166 # (1) if the variable is set in `config.status', edit `config.status'
167 #     (which will cause the Makefiles to be regenerated when you run `make');
168 # (2) otherwise, pass the desired values on the `make' command line.
169 $(RECURSIVE_TARGETS):
170         @set fnord $(MAKEFLAGS); amf=$$2; \
171         dot_seen=no; \
172         target=`echo $@ | sed s/-recursive//`; \
173         list='$(SUBDIRS)'; for subdir in $$list; do \
174           echo "Making $$target in $$subdir"; \
175           if test "$$subdir" = "."; then \
176             dot_seen=yes; \
177             local_target="$$target-am"; \
178           else \
179             local_target="$$target"; \
180           fi; \
181           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183         done; \
184         if test "$$dot_seen" = "no"; then \
185           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
186         fi; test -z "$$fail"
187
188 mostlyclean-recursive clean-recursive distclean-recursive \
189 maintainer-clean-recursive:
190         @set fnord $(MAKEFLAGS); amf=$$2; \
191         dot_seen=no; \
192         case "$@" in \
193           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
194           *) list='$(SUBDIRS)' ;; \
195         esac; \
196         rev=''; for subdir in $$list; do \
197           if test "$$subdir" = "."; then :; else \
198             rev="$$subdir $$rev"; \
199           fi; \
200         done; \
201         rev="$$rev ."; \
202         target=`echo $@ | sed s/-recursive//`; \
203         for subdir in $$rev; do \
204           echo "Making $$target in $$subdir"; \
205           if test "$$subdir" = "."; then \
206             local_target="$$target-am"; \
207           else \
208             local_target="$$target"; \
209           fi; \
210           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212         done && test -z "$$fail"
213 tags-recursive:
214         list='$(SUBDIRS)'; for subdir in $$list; do \
215           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216         done
217
218 tags: TAGS
219
220 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
221         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
222         unique=`for i in $$list; do \
223             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224           done | \
225           $(AWK) '    { files[$$0] = 1; } \
226                END { for (i in files) print i; }'`; \
227         mkid -fID $$unique $(LISP)
228
229 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
230                 $(TAGS_FILES) $(LISP)
231         tags=; \
232         here=`pwd`; \
233         list='$(SUBDIRS)'; for subdir in $$list; do \
234           if test "$$subdir" = .; then :; else \
235             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
236           fi; \
237         done; \
238         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
239         unique=`for i in $$list; do \
240             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241           done | \
242           $(AWK) '    { files[$$0] = 1; } \
243                END { for (i in files) print i; }'`; \
244         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
245           || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
246
247 GTAGS:
248         here=`CDPATH=: && cd $(top_builddir) && pwd` \
249           && cd $(top_srcdir) \
250           && gtags -i $(GTAGS_ARGS) $$here
251
252 distclean-tags:
253         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
254
255 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256
257 top_distdir = .
258 # Avoid unsightly `./'.
259 distdir = $(PACKAGE)-$(VERSION)
260
261 GZIP_ENV = --best
262
263 distdir: $(DISTFILES)
264         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
265         mkdir $(distdir)
266         @for file in $(DISTFILES); do \
267           if test -f $$file; then d=.; else d=$(srcdir); fi; \
268           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
269           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
270             $(mkinstalldirs) "$(distdir)/$$dir"; \
271           fi; \
272           if test -d $$d/$$file; then \
273             cp -pR $$d/$$file $(distdir) \
274             || exit 1; \
275           else \
276             test -f $(distdir)/$$file \
277             || cp -p $$d/$$file $(distdir)/$$file \
278             || exit 1; \
279           fi; \
280         done
281         for subdir in $(SUBDIRS); do \
282           if test "$$subdir" = .; then :; else \
283             test -d $(distdir)/$$subdir \
284             || mkdir $(distdir)/$$subdir \
285             || exit 1; \
286             (cd $$subdir && \
287               $(MAKE) $(AM_MAKEFLAGS) \
288                 top_distdir="$(top_distdir)" \
289                 distdir=../$(distdir)/$$subdir \
290                 distdir) \
291               || exit 1; \
292           fi; \
293         done
294         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
295           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
296           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
297           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
298         || chmod -R a+r $(distdir)
299 dist: distdir
300         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
301         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
302
303 # This target untars the dist file and tries a VPATH configuration.  Then
304 # it guarantees that the distribution is self-contained by making another
305 # tarfile.
306 distcheck: dist
307         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
308         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
309         chmod -R a-w $(distdir); chmod a+w $(distdir)
310         mkdir $(distdir)/=build
311         mkdir $(distdir)/=inst
312         chmod a-w $(distdir)
313         dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
314           && cd $(distdir)/=build \
315           && ../configure --srcdir=.. --prefix=$$dc_install_base \
316           && $(MAKE) $(AM_MAKEFLAGS) \
317           && $(MAKE) $(AM_MAKEFLAGS) dvi \
318           && $(MAKE) $(AM_MAKEFLAGS) check \
319           && $(MAKE) $(AM_MAKEFLAGS) install \
320           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
321           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
322           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
323              || (echo "Error: files left after uninstall" 1>&2; \
324                  exit 1) ) \
325           && $(MAKE) $(AM_MAKEFLAGS) dist \
326           && $(MAKE) $(AM_MAKEFLAGS) distclean \
327           && rm -f $(distdir).tar.gz \
328           && (test `find . -type f -print | wc -l` -eq 0 \
329              || (echo "Error: files left after distclean" 1>&2; \
330                  exit 1) )
331         -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
332         @echo "$(distdir).tar.gz is ready for distribution" | \
333           sed 'h;s/./=/g;p;x;p;x'
334 check-am: all-am
335 check: check-recursive
336 all-am: Makefile config.h
337 installdirs: installdirs-recursive
338 installdirs-am:
339
340 install: install-recursive
341 install-exec: install-exec-recursive
342 install-data: install-data-recursive
343 uninstall: uninstall-recursive
344
345 install-am: all-am
346         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348 installcheck: installcheck-recursive
349 install-strip:
350         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351           `test -z '$(STRIP)' || \
352             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353 mostlyclean-generic:
354
355 clean-generic:
356
357 distclean-generic:
358         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
359
360 maintainer-clean-generic:
361         @echo "This command is intended for maintainers to use"
362         @echo "it deletes files that may require special tools to rebuild."
363 clean: clean-recursive
364
365 clean-am: clean-generic clean-libtool mostlyclean-am
366
367 dist-all: distdir
368         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
369         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
370 distclean: distclean-recursive
371         -rm -f config.status config.cache config.log
372 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
373         distclean-tags
374
375 dvi: dvi-recursive
376
377 dvi-am:
378
379 info: info-recursive
380
381 info-am:
382
383 install-data-am:
384
385 install-exec-am:
386
387 install-info: install-info-recursive
388
389 install-man:
390
391 installcheck-am:
392
393 maintainer-clean: maintainer-clean-recursive
394
395 maintainer-clean-am: distclean-am maintainer-clean-generic
396
397 mostlyclean: mostlyclean-recursive
398
399 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
400
401 uninstall-am: uninstall-info-am
402
403 uninstall-info: uninstall-info-recursive
404
405 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
406         clean-generic clean-libtool clean-recursive dist dist-all \
407         distcheck distclean distclean-generic distclean-hdr \
408         distclean-libtool distclean-recursive distclean-tags distdir \
409         dvi dvi-am dvi-recursive info info-am info-recursive install \
410         install-am install-data install-data-am install-data-recursive \
411         install-exec install-exec-am install-exec-recursive \
412         install-info install-info-am install-info-recursive install-man \
413         install-recursive install-strip installcheck installcheck-am \
414         installdirs installdirs-am installdirs-recursive \
415         maintainer-clean maintainer-clean-generic \
416         maintainer-clean-recursive mostlyclean mostlyclean-generic \
417         mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
418         uninstall uninstall-am uninstall-info-am \
419         uninstall-info-recursive uninstall-recursive
420
421 # Tell versions [3.59,3.63) of GNU make to not export all variables.
422 # Otherwise a system limit (for SysV at least) may be exceeded.
423 .NOEXPORT: