]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openpam/lib/Makefile.in
This commit was generated by cvs2svn to compensate for changes in r125601,
[FreeBSD/FreeBSD.git] / contrib / openpam / lib / 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 NULL = 
90
91 INCLUDES = -I$(top_srcdir)/include
92
93 lib_LTLIBRARIES = libpam.la
94
95 libpam_la_SOURCES = \
96         openpam_borrow_cred.c \
97         openpam_configure.c \
98         openpam_dispatch.c \
99         openpam_dynamic.c \
100         openpam_findenv.c \
101         openpam_free_data.c \
102         openpam_get_option.c \
103         openpam_load.c \
104         openpam_log.c \
105         openpam_nullconv.c \
106         openpam_readline.c \
107         openpam_restore_cred.c \
108         openpam_set_option.c \
109         openpam_static.c \
110         openpam_ttyconv.c \
111         pam_acct_mgmt.c \
112         pam_authenticate.c \
113         pam_chauthtok.c \
114         pam_close_session.c \
115         pam_end.c \
116         pam_error.c \
117         pam_get_authtok.c \
118         pam_get_data.c \
119         pam_get_item.c \
120         pam_get_user.c \
121         pam_getenv.c \
122         pam_getenvlist.c \
123         pam_info.c \
124         pam_open_session.c \
125         pam_prompt.c \
126         pam_putenv.c \
127         pam_set_data.c \
128         pam_set_item.c \
129         pam_setcred.c \
130         pam_setenv.c \
131         pam_start.c \
132         pam_strerror.c \
133         pam_verror.c \
134         pam_vinfo.c \
135         pam_vprompt.c \
136         $(NULL)
137
138
139 libpam_la_LDFLAGS = -no-undefined -version-info @LIB_MAJ@ @DL_LIBS@
140 subdir = lib
141 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142 CONFIG_HEADER = $(top_builddir)/config.h
143 CONFIG_CLEAN_FILES =
144 LTLIBRARIES = $(lib_LTLIBRARIES)
145
146 libpam_la_LIBADD =
147 am_libpam_la_OBJECTS = openpam_borrow_cred.lo openpam_configure.lo \
148         openpam_dispatch.lo openpam_dynamic.lo openpam_findenv.lo \
149         openpam_free_data.lo openpam_get_option.lo openpam_load.lo \
150         openpam_log.lo openpam_nullconv.lo openpam_readline.lo \
151         openpam_restore_cred.lo openpam_set_option.lo openpam_static.lo \
152         openpam_ttyconv.lo pam_acct_mgmt.lo pam_authenticate.lo \
153         pam_chauthtok.lo pam_close_session.lo pam_end.lo pam_error.lo \
154         pam_get_authtok.lo pam_get_data.lo pam_get_item.lo \
155         pam_get_user.lo pam_getenv.lo pam_getenvlist.lo pam_info.lo \
156         pam_open_session.lo pam_prompt.lo pam_putenv.lo pam_set_data.lo \
157         pam_set_item.lo pam_setcred.lo pam_setenv.lo pam_start.lo \
158         pam_strerror.lo pam_verror.lo pam_vinfo.lo pam_vprompt.lo
159 libpam_la_OBJECTS = $(am_libpam_la_OBJECTS)
160
161 DEFS = @DEFS@
162 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
163 CPPFLAGS = @CPPFLAGS@
164 LDFLAGS = @LDFLAGS@
165 LIBS = @LIBS@
166 depcomp = $(SHELL) $(top_srcdir)/depcomp
167 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/openpam_borrow_cred.Plo \
168 @AMDEP_TRUE@    $(DEPDIR)/openpam_configure.Plo \
169 @AMDEP_TRUE@    $(DEPDIR)/openpam_dispatch.Plo \
170 @AMDEP_TRUE@    $(DEPDIR)/openpam_dynamic.Plo \
171 @AMDEP_TRUE@    $(DEPDIR)/openpam_findenv.Plo \
172 @AMDEP_TRUE@    $(DEPDIR)/openpam_free_data.Plo \
173 @AMDEP_TRUE@    $(DEPDIR)/openpam_get_option.Plo \
174 @AMDEP_TRUE@    $(DEPDIR)/openpam_load.Plo \
175 @AMDEP_TRUE@    $(DEPDIR)/openpam_log.Plo \
176 @AMDEP_TRUE@    $(DEPDIR)/openpam_nullconv.Plo \
177 @AMDEP_TRUE@    $(DEPDIR)/openpam_readline.Plo \
178 @AMDEP_TRUE@    $(DEPDIR)/openpam_restore_cred.Plo \
179 @AMDEP_TRUE@    $(DEPDIR)/openpam_set_option.Plo \
180 @AMDEP_TRUE@    $(DEPDIR)/openpam_static.Plo \
181 @AMDEP_TRUE@    $(DEPDIR)/openpam_ttyconv.Plo \
182 @AMDEP_TRUE@    $(DEPDIR)/pam_acct_mgmt.Plo \
183 @AMDEP_TRUE@    $(DEPDIR)/pam_authenticate.Plo \
184 @AMDEP_TRUE@    $(DEPDIR)/pam_chauthtok.Plo \
185 @AMDEP_TRUE@    $(DEPDIR)/pam_close_session.Plo \
186 @AMDEP_TRUE@    $(DEPDIR)/pam_end.Plo $(DEPDIR)/pam_error.Plo \
187 @AMDEP_TRUE@    $(DEPDIR)/pam_get_authtok.Plo \
188 @AMDEP_TRUE@    $(DEPDIR)/pam_get_data.Plo \
189 @AMDEP_TRUE@    $(DEPDIR)/pam_get_item.Plo \
190 @AMDEP_TRUE@    $(DEPDIR)/pam_get_user.Plo $(DEPDIR)/pam_getenv.Plo \
191 @AMDEP_TRUE@    $(DEPDIR)/pam_getenvlist.Plo $(DEPDIR)/pam_info.Plo \
192 @AMDEP_TRUE@    $(DEPDIR)/pam_open_session.Plo \
193 @AMDEP_TRUE@    $(DEPDIR)/pam_prompt.Plo $(DEPDIR)/pam_putenv.Plo \
194 @AMDEP_TRUE@    $(DEPDIR)/pam_set_data.Plo \
195 @AMDEP_TRUE@    $(DEPDIR)/pam_set_item.Plo \
196 @AMDEP_TRUE@    $(DEPDIR)/pam_setcred.Plo $(DEPDIR)/pam_setenv.Plo \
197 @AMDEP_TRUE@    $(DEPDIR)/pam_start.Plo $(DEPDIR)/pam_strerror.Plo \
198 @AMDEP_TRUE@    $(DEPDIR)/pam_verror.Plo $(DEPDIR)/pam_vinfo.Plo \
199 @AMDEP_TRUE@    $(DEPDIR)/pam_vprompt.Plo
200 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
203         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
204 CCLD = $(CC)
205 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
206         $(AM_LDFLAGS) $(LDFLAGS) -o $@
207 DIST_SOURCES = $(libpam_la_SOURCES)
208 DIST_COMMON = Makefile.am Makefile.in
209 SOURCES = $(libpam_la_SOURCES)
210
211 all: all-am
212
213 .SUFFIXES:
214 .SUFFIXES: .c .lo .o .obj
215
216 mostlyclean-libtool:
217         -rm -f *.lo
218
219 clean-libtool:
220         -rm -rf .libs _libs
221
222 distclean-libtool:
223         -rm -f libtool
224 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
225         cd $(top_srcdir) && \
226           $(AUTOMAKE) --foreign  lib/Makefile
227 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
228         cd $(top_builddir) && \
229           CONFIG_HEADERS= CONFIG_LINKS= \
230           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
231 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
232         @$(NORMAL_INSTALL)
233         $(mkinstalldirs) $(DESTDIR)$(libdir)
234         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
235           if test -f $$p; then \
236             echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
237             $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
238           else :; fi; \
239         done
240
241 uninstall-libLTLIBRARIES:
242         @$(NORMAL_UNINSTALL)
243         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
244           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
245           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
246         done
247
248 clean-libLTLIBRARIES:
249         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
250 libpam.la: $(libpam_la_OBJECTS) $(libpam_la_DEPENDENCIES) 
251         $(LINK) -rpath $(libdir) $(libpam_la_LDFLAGS) $(libpam_la_OBJECTS) $(libpam_la_LIBADD) $(LIBS)
252
253 mostlyclean-compile:
254         -rm -f *.$(OBJEXT) core *.core
255
256 distclean-compile:
257         -rm -f *.tab.c
258
259 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_borrow_cred.Plo@am__quote@
260 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_configure.Plo@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_dispatch.Plo@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_dynamic.Plo@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_findenv.Plo@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_free_data.Plo@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_get_option.Plo@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_load.Plo@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_log.Plo@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_nullconv.Plo@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_readline.Plo@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_restore_cred.Plo@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_set_option.Plo@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_static.Plo@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openpam_ttyconv.Plo@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_acct_mgmt.Plo@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_authenticate.Plo@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_chauthtok.Plo@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_close_session.Plo@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_end.Plo@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_error.Plo@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_get_authtok.Plo@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_get_data.Plo@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_get_item.Plo@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_get_user.Plo@am__quote@
284 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_getenv.Plo@am__quote@
285 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_getenvlist.Plo@am__quote@
286 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_info.Plo@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_open_session.Plo@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_prompt.Plo@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_putenv.Plo@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_set_data.Plo@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_set_item.Plo@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_setcred.Plo@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_setenv.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_start.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_strerror.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_verror.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_vinfo.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_vprompt.Plo@am__quote@
299
300 distclean-depend:
301         -rm -rf $(DEPDIR)
302
303 .c.o:
304 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
306 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307         $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
308
309 .c.obj:
310 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
312 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313         $(COMPILE) -c `cygpath -w $<`
314
315 .c.lo:
316 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
317 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
318 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319         $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
320 CCDEPMODE = @CCDEPMODE@
321 uninstall-info-am:
322
323 tags: TAGS
324
325 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
326         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
327         unique=`for i in $$list; do \
328             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329           done | \
330           $(AWK) '    { files[$$0] = 1; } \
331                END { for (i in files) print i; }'`; \
332         mkid -fID $$unique $(LISP)
333
334 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         tags=; \
337         here=`pwd`; \
338         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
339         unique=`for i in $$list; do \
340             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341           done | \
342           $(AWK) '    { files[$$0] = 1; } \
343                END { for (i in files) print i; }'`; \
344         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
345           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
346
347 GTAGS:
348         here=`CDPATH=: && cd $(top_builddir) && pwd` \
349           && cd $(top_srcdir) \
350           && gtags -i $(GTAGS_ARGS) $$here
351
352 distclean-tags:
353         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
354
355 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
356
357 top_distdir = ..
358 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
359
360 distdir: $(DISTFILES)
361         @for file in $(DISTFILES); do \
362           if test -f $$file; then d=.; else d=$(srcdir); fi; \
363           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
364           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
365             $(mkinstalldirs) "$(distdir)/$$dir"; \
366           fi; \
367           if test -d $$d/$$file; then \
368             cp -pR $$d/$$file $(distdir) \
369             || exit 1; \
370           else \
371             test -f $(distdir)/$$file \
372             || cp -p $$d/$$file $(distdir)/$$file \
373             || exit 1; \
374           fi; \
375         done
376 check-am: all-am
377 check: check-am
378 all-am: Makefile $(LTLIBRARIES)
379
380 installdirs:
381         $(mkinstalldirs) $(DESTDIR)$(libdir)
382
383 install: install-am
384 install-exec: install-exec-am
385 install-data: install-data-am
386 uninstall: uninstall-am
387
388 install-am: all-am
389         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
390
391 installcheck: installcheck-am
392 install-strip:
393         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394           `test -z '$(STRIP)' || \
395             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
396 mostlyclean-generic:
397
398 clean-generic:
399
400 distclean-generic:
401         -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
402
403 maintainer-clean-generic:
404         @echo "This command is intended for maintainers to use"
405         @echo "it deletes files that may require special tools to rebuild."
406 clean: clean-am
407
408 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
409         mostlyclean-am
410
411 distclean: distclean-am
412
413 distclean-am: clean-am distclean-compile distclean-depend \
414         distclean-generic distclean-libtool distclean-tags
415
416 dvi: dvi-am
417
418 dvi-am:
419
420 info: info-am
421
422 info-am:
423
424 install-data-am:
425
426 install-exec-am: install-libLTLIBRARIES
427
428 install-info: install-info-am
429
430 install-man:
431
432 installcheck-am:
433
434 maintainer-clean: maintainer-clean-am
435
436 maintainer-clean-am: distclean-am maintainer-clean-generic
437
438 mostlyclean: mostlyclean-am
439
440 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
441         mostlyclean-libtool
442
443 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
444
445 .PHONY: GTAGS all all-am check check-am clean clean-generic \
446         clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
447         distclean-depend distclean-generic distclean-libtool \
448         distclean-tags distdir dvi dvi-am info info-am install \
449         install-am install-data install-data-am install-exec \
450         install-exec-am install-info install-info-am \
451         install-libLTLIBRARIES install-man install-strip installcheck \
452         installcheck-am installdirs maintainer-clean \
453         maintainer-clean-generic mostlyclean mostlyclean-compile \
454         mostlyclean-generic mostlyclean-libtool tags uninstall \
455         uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
456
457
458 # Not implemented yet:
459 #       pam_authenticate_secondary.c
460 #       pam_get_mapped_authtok.c 
461 #       pam_get_mapped_username.c 
462 #       pam_set_mapped_authtok.c 
463 #       pam_set_mapped_username.c 
464 # Tell versions [3.59,3.63) of GNU make to not export all variables.
465 # Otherwise a system limit (for SysV at least) may be exceeded.
466 .NOEXPORT: