]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/openpam/include/Makefile.in
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / openpam / include / Makefile.in
1 # Makefile.in generated by automake 1.9.6 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 # $Id: Makefile.am 320 2006-02-16 20:33:19Z des $
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 subdir = include
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 SOURCES =
51 DIST_SOURCES =
52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53         html-recursive info-recursive install-data-recursive \
54         install-exec-recursive install-info-recursive \
55         install-recursive installcheck-recursive installdirs-recursive \
56         pdf-recursive ps-recursive uninstall-info-recursive \
57         uninstall-recursive
58 ETAGS = etags
59 CTAGS = ctags
60 DIST_SUBDIRS = $(SUBDIRS)
61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62 ACLOCAL = @ACLOCAL@
63 AMDEP_FALSE = @AMDEP_FALSE@
64 AMDEP_TRUE = @AMDEP_TRUE@
65 AMTAR = @AMTAR@
66 AR = @AR@
67 AUTOCONF = @AUTOCONF@
68 AUTOHEADER = @AUTOHEADER@
69 AUTOMAKE = @AUTOMAKE@
70 AWK = @AWK@
71 CC = @CC@
72 CCDEPMODE = @CCDEPMODE@
73 CFLAGS = @CFLAGS@
74 CPP = @CPP@
75 CPPFLAGS = @CPPFLAGS@
76 CRYPT_LIBS = @CRYPT_LIBS@
77 CXX = @CXX@
78 CXXCPP = @CXXCPP@
79 CXXDEPMODE = @CXXDEPMODE@
80 CXXFLAGS = @CXXFLAGS@
81 CYGPATH_W = @CYGPATH_W@
82 DEFS = @DEFS@
83 DEPDIR = @DEPDIR@
84 DL_LIBS = @DL_LIBS@
85 ECHO = @ECHO@
86 ECHO_C = @ECHO_C@
87 ECHO_N = @ECHO_N@
88 ECHO_T = @ECHO_T@
89 EGREP = @EGREP@
90 EXEEXT = @EXEEXT@
91 F77 = @F77@
92 FFLAGS = @FFLAGS@
93 GREP = @GREP@
94 INSTALL_DATA = @INSTALL_DATA@
95 INSTALL_PROGRAM = @INSTALL_PROGRAM@
96 INSTALL_SCRIPT = @INSTALL_SCRIPT@
97 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
98 LDFLAGS = @LDFLAGS@
99 LIBOBJS = @LIBOBJS@
100 LIBS = @LIBS@
101 LIBTOOL = @LIBTOOL@
102 LIB_MAJ = @LIB_MAJ@
103 LN_S = @LN_S@
104 LTLIBOBJS = @LTLIBOBJS@
105 MAKEINFO = @MAKEINFO@
106 OBJEXT = @OBJEXT@
107 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
108 PACKAGE = @PACKAGE@
109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
113 PACKAGE_VERSION = @PACKAGE_VERSION@
114 PATH_SEPARATOR = @PATH_SEPARATOR@
115 RANLIB = @RANLIB@
116 SED = @SED@
117 SET_MAKE = @SET_MAKE@
118 SHELL = @SHELL@
119 STRIP = @STRIP@
120 VERSION = @VERSION@
121 WITH_DOC_FALSE = @WITH_DOC_FALSE@
122 WITH_DOC_TRUE = @WITH_DOC_TRUE@
123 WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
124 WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
125 WITH_SU_FALSE = @WITH_SU_FALSE@
126 WITH_SU_TRUE = @WITH_SU_TRUE@
127 ac_ct_CC = @ac_ct_CC@
128 ac_ct_CXX = @ac_ct_CXX@
129 ac_ct_F77 = @ac_ct_F77@
130 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
131 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
132 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
133 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
134 am__include = @am__include@
135 am__leading_dot = @am__leading_dot@
136 am__quote = @am__quote@
137 am__tar = @am__tar@
138 am__untar = @am__untar@
139 bindir = @bindir@
140 build = @build@
141 build_alias = @build_alias@
142 build_cpu = @build_cpu@
143 build_os = @build_os@
144 build_vendor = @build_vendor@
145 datadir = @datadir@
146 datarootdir = @datarootdir@
147 docdir = @docdir@
148 dvidir = @dvidir@
149 exec_prefix = @exec_prefix@
150 host = @host@
151 host_alias = @host_alias@
152 host_cpu = @host_cpu@
153 host_os = @host_os@
154 host_vendor = @host_vendor@
155 htmldir = @htmldir@
156 includedir = @includedir@
157 infodir = @infodir@
158 install_sh = @install_sh@
159 libdir = @libdir@
160 libexecdir = @libexecdir@
161 localedir = @localedir@
162 localstatedir = @localstatedir@
163 mandir = @mandir@
164 mkdir_p = @mkdir_p@
165 oldincludedir = @oldincludedir@
166 pdfdir = @pdfdir@
167 prefix = @prefix@
168 program_transform_name = @program_transform_name@
169 psdir = @psdir@
170 sbindir = @sbindir@
171 sharedstatedir = @sharedstatedir@
172 sysconfdir = @sysconfdir@
173 target = @target@
174 target_alias = @target_alias@
175 target_cpu = @target_cpu@
176 target_os = @target_os@
177 target_vendor = @target_vendor@
178 SUBDIRS = security
179 all: all-recursive
180
181 .SUFFIXES:
182 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
183         @for dep in $?; do \
184           case '$(am__configure_deps)' in \
185             *$$dep*) \
186               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
187                 && exit 0; \
188               exit 1;; \
189           esac; \
190         done; \
191         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
192         cd $(top_srcdir) && \
193           $(AUTOMAKE) --foreign  include/Makefile
194 .PRECIOUS: Makefile
195 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
196         @case '$?' in \
197           *config.status*) \
198             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
199           *) \
200             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
201             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
202         esac;
203
204 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
207 $(top_srcdir)/configure:  $(am__configure_deps)
208         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
210         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
212 mostlyclean-libtool:
213         -rm -f *.lo
214
215 clean-libtool:
216         -rm -rf .libs _libs
217
218 distclean-libtool:
219         -rm -f libtool
220 uninstall-info-am:
221
222 # This directory's subdirectories are mostly independent; you can cd
223 # into them and run `make' without going through this Makefile.
224 # To change the values of `make' variables: instead of editing Makefiles,
225 # (1) if the variable is set in `config.status', edit `config.status'
226 #     (which will cause the Makefiles to be regenerated when you run `make');
227 # (2) otherwise, pass the desired values on the `make' command line.
228 $(RECURSIVE_TARGETS):
229         @failcom='exit 1'; \
230         for f in x $$MAKEFLAGS; do \
231           case $$f in \
232             *=* | --[!k]*);; \
233             *k*) failcom='fail=yes';; \
234           esac; \
235         done; \
236         dot_seen=no; \
237         target=`echo $@ | sed s/-recursive//`; \
238         list='$(SUBDIRS)'; for subdir in $$list; do \
239           echo "Making $$target in $$subdir"; \
240           if test "$$subdir" = "."; then \
241             dot_seen=yes; \
242             local_target="$$target-am"; \
243           else \
244             local_target="$$target"; \
245           fi; \
246           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
247           || eval $$failcom; \
248         done; \
249         if test "$$dot_seen" = "no"; then \
250           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
251         fi; test -z "$$fail"
252
253 mostlyclean-recursive clean-recursive distclean-recursive \
254 maintainer-clean-recursive:
255         @failcom='exit 1'; \
256         for f in x $$MAKEFLAGS; do \
257           case $$f in \
258             *=* | --[!k]*);; \
259             *k*) failcom='fail=yes';; \
260           esac; \
261         done; \
262         dot_seen=no; \
263         case "$@" in \
264           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
265           *) list='$(SUBDIRS)' ;; \
266         esac; \
267         rev=''; for subdir in $$list; do \
268           if test "$$subdir" = "."; then :; else \
269             rev="$$subdir $$rev"; \
270           fi; \
271         done; \
272         rev="$$rev ."; \
273         target=`echo $@ | sed s/-recursive//`; \
274         for subdir in $$rev; do \
275           echo "Making $$target in $$subdir"; \
276           if test "$$subdir" = "."; then \
277             local_target="$$target-am"; \
278           else \
279             local_target="$$target"; \
280           fi; \
281           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282           || eval $$failcom; \
283         done && test -z "$$fail"
284 tags-recursive:
285         list='$(SUBDIRS)'; for subdir in $$list; do \
286           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
287         done
288 ctags-recursive:
289         list='$(SUBDIRS)'; for subdir in $$list; do \
290           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
291         done
292
293 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
294         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
295         unique=`for i in $$list; do \
296             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297           done | \
298           $(AWK) '    { files[$$0] = 1; } \
299                END { for (i in files) print i; }'`; \
300         mkid -fID $$unique
301 tags: TAGS
302
303 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
304                 $(TAGS_FILES) $(LISP)
305         tags=; \
306         here=`pwd`; \
307         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
308           include_option=--etags-include; \
309           empty_fix=.; \
310         else \
311           include_option=--include; \
312           empty_fix=; \
313         fi; \
314         list='$(SUBDIRS)'; for subdir in $$list; do \
315           if test "$$subdir" = .; then :; else \
316             test ! -f $$subdir/TAGS || \
317               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
318           fi; \
319         done; \
320         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
321         unique=`for i in $$list; do \
322             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323           done | \
324           $(AWK) '    { files[$$0] = 1; } \
325                END { for (i in files) print i; }'`; \
326         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
327           test -n "$$unique" || unique=$$empty_fix; \
328           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
329             $$tags $$unique; \
330         fi
331 ctags: CTAGS
332 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333                 $(TAGS_FILES) $(LISP)
334         tags=; \
335         here=`pwd`; \
336         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '    { files[$$0] = 1; } \
341                END { for (i in files) print i; }'`; \
342         test -z "$(CTAGS_ARGS)$$tags$$unique" \
343           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344              $$tags $$unique
345
346 GTAGS:
347         here=`$(am__cd) $(top_builddir) && pwd` \
348           && cd $(top_srcdir) \
349           && gtags -i $(GTAGS_ARGS) $$here
350
351 distclean-tags:
352         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
353
354 distdir: $(DISTFILES)
355         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
356         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
357         list='$(DISTFILES)'; for file in $$list; do \
358           case $$file in \
359             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
360             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
361           esac; \
362           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
363           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
364           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
365             dir="/$$dir"; \
366             $(mkdir_p) "$(distdir)$$dir"; \
367           else \
368             dir=''; \
369           fi; \
370           if test -d $$d/$$file; then \
371             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
372               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
373             fi; \
374             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
375           else \
376             test -f $(distdir)/$$file \
377             || cp -p $$d/$$file $(distdir)/$$file \
378             || exit 1; \
379           fi; \
380         done
381         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
382           if test "$$subdir" = .; then :; else \
383             test -d "$(distdir)/$$subdir" \
384             || $(mkdir_p) "$(distdir)/$$subdir" \
385             || exit 1; \
386             distdir=`$(am__cd) $(distdir) && pwd`; \
387             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
388             (cd $$subdir && \
389               $(MAKE) $(AM_MAKEFLAGS) \
390                 top_distdir="$$top_distdir" \
391                 distdir="$$distdir/$$subdir" \
392                 distdir) \
393               || exit 1; \
394           fi; \
395         done
396 check-am: all-am
397 check: check-recursive
398 all-am: Makefile
399 installdirs: installdirs-recursive
400 installdirs-am:
401 install: install-recursive
402 install-exec: install-exec-recursive
403 install-data: install-data-recursive
404 uninstall: uninstall-recursive
405
406 install-am: all-am
407         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408
409 installcheck: installcheck-recursive
410 install-strip:
411         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413           `test -z '$(STRIP)' || \
414             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
415 mostlyclean-generic:
416
417 clean-generic:
418
419 distclean-generic:
420         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421
422 maintainer-clean-generic:
423         @echo "This command is intended for maintainers to use"
424         @echo "it deletes files that may require special tools to rebuild."
425 clean: clean-recursive
426
427 clean-am: clean-generic clean-libtool mostlyclean-am
428
429 distclean: distclean-recursive
430         -rm -f Makefile
431 distclean-am: clean-am distclean-generic distclean-libtool \
432         distclean-tags
433
434 dvi: dvi-recursive
435
436 dvi-am:
437
438 html: html-recursive
439
440 info: info-recursive
441
442 info-am:
443
444 install-data-am:
445
446 install-exec-am:
447
448 install-info: install-info-recursive
449
450 install-man:
451
452 installcheck-am:
453
454 maintainer-clean: maintainer-clean-recursive
455         -rm -f Makefile
456 maintainer-clean-am: distclean-am maintainer-clean-generic
457
458 mostlyclean: mostlyclean-recursive
459
460 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
461
462 pdf: pdf-recursive
463
464 pdf-am:
465
466 ps: ps-recursive
467
468 ps-am:
469
470 uninstall-am: uninstall-info-am
471
472 uninstall-info: uninstall-info-recursive
473
474 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
475         clean clean-generic clean-libtool clean-recursive ctags \
476         ctags-recursive distclean distclean-generic distclean-libtool \
477         distclean-recursive distclean-tags distdir dvi dvi-am html \
478         html-am info info-am install install-am install-data \
479         install-data-am install-exec install-exec-am install-info \
480         install-info-am install-man install-strip installcheck \
481         installcheck-am installdirs installdirs-am maintainer-clean \
482         maintainer-clean-generic maintainer-clean-recursive \
483         mostlyclean mostlyclean-generic mostlyclean-libtool \
484         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
485         uninstall uninstall-am uninstall-info-am
486
487 # Tell versions [3.59,3.63) of GNU make to not export all variables.
488 # Otherwise a system limit (for SysV at least) may be exceeded.
489 .NOEXPORT: