xref: /freebsd/contrib/openpam/modules/pam_unix/Makefile.in (revision 3e65b9c6e6b7b2081d54e1dc40983c3c00eaf738)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# $Id: Makefile.am 429 2010-03-09 17:51:29Z des $
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = modules/pam_unix
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49am__vpath_adj = case $$p in \
50    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51    *) f=$$p;; \
52  esac;
53am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54am__install_max = 40
55am__nobase_strip_setup = \
56  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57am__nobase_strip = \
58  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
59am__nobase_list = $(am__nobase_strip_setup); \
60  for p in $$list; do echo "$$p $$p"; done | \
61  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
62  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
63    if (++n[$$2] == $(am__install_max)) \
64      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
65    END { for (dir in files) print dir, files[dir] }'
66am__base_list = \
67  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69am__installdirs = "$(DESTDIR)$(pkglibdir)"
70LTLIBRARIES = $(pkglib_LTLIBRARIES)
71@WITH_PAM_UNIX_TRUE@pam_unix_la_DEPENDENCIES =  \
72@WITH_PAM_UNIX_TRUE@	$(top_builddir)/lib/libpam.la
73am__pam_unix_la_SOURCES_DIST = pam_unix.c
74@WITH_PAM_UNIX_TRUE@am_pam_unix_la_OBJECTS = pam_unix.lo
75pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
76pam_unix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
77	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78	$(pam_unix_la_LDFLAGS) $(LDFLAGS) -o $@
79@WITH_PAM_UNIX_TRUE@am_pam_unix_la_rpath = -rpath $(pkglibdir)
80DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81depcomp = $(SHELL) $(top_srcdir)/depcomp
82am__depfiles_maybe = depfiles
83am__mv = mv -f
84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89CCLD = $(CC)
90LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92	$(LDFLAGS) -o $@
93SOURCES = $(pam_unix_la_SOURCES)
94DIST_SOURCES = $(am__pam_unix_la_SOURCES_DIST)
95ETAGS = etags
96CTAGS = ctags
97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98pkglibdir = @OPENPAM_MODULES_DIR@
99ACLOCAL = @ACLOCAL@
100AMTAR = @AMTAR@
101AR = @AR@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CPP = @CPP@
110CPPFLAGS = @CPPFLAGS@
111CRYPT_LIBS = @CRYPT_LIBS@
112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
115DLLTOOL = @DLLTOOL@
116DL_LIBS = @DL_LIBS@
117DSYMUTIL = @DSYMUTIL@
118DUMPBIN = @DUMPBIN@
119ECHO_C = @ECHO_C@
120ECHO_N = @ECHO_N@
121ECHO_T = @ECHO_T@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
124FGREP = @FGREP@
125GREP = @GREP@
126INSTALL = @INSTALL@
127INSTALL_DATA = @INSTALL_DATA@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LD = @LD@
132LDFLAGS = @LDFLAGS@
133LIBOBJS = @LIBOBJS@
134LIBS = @LIBS@
135LIBTOOL = @LIBTOOL@
136LIB_MAJ = @LIB_MAJ@
137LIPO = @LIPO@
138LN_S = @LN_S@
139LTLIBOBJS = @LTLIBOBJS@
140MAKEINFO = @MAKEINFO@
141MANIFEST_TOOL = @MANIFEST_TOOL@
142MKDIR_P = @MKDIR_P@
143NM = @NM@
144NMEDIT = @NMEDIT@
145OBJDUMP = @OBJDUMP@
146OBJEXT = @OBJEXT@
147OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
148OTOOL = @OTOOL@
149OTOOL64 = @OTOOL64@
150PACKAGE = @PACKAGE@
151PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152PACKAGE_NAME = @PACKAGE_NAME@
153PACKAGE_STRING = @PACKAGE_STRING@
154PACKAGE_TARNAME = @PACKAGE_TARNAME@
155PACKAGE_URL = @PACKAGE_URL@
156PACKAGE_VERSION = @PACKAGE_VERSION@
157PATH_SEPARATOR = @PATH_SEPARATOR@
158RANLIB = @RANLIB@
159SED = @SED@
160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162STRIP = @STRIP@
163VERSION = @VERSION@
164abs_builddir = @abs_builddir@
165abs_srcdir = @abs_srcdir@
166abs_top_builddir = @abs_top_builddir@
167abs_top_srcdir = @abs_top_srcdir@
168ac_ct_AR = @ac_ct_AR@
169ac_ct_CC = @ac_ct_CC@
170ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
171am__include = @am__include@
172am__leading_dot = @am__leading_dot@
173am__quote = @am__quote@
174am__tar = @am__tar@
175am__untar = @am__untar@
176bindir = @bindir@
177build = @build@
178build_alias = @build_alias@
179build_cpu = @build_cpu@
180build_os = @build_os@
181build_vendor = @build_vendor@
182builddir = @builddir@
183datadir = @datadir@
184datarootdir = @datarootdir@
185docdir = @docdir@
186dvidir = @dvidir@
187exec_prefix = @exec_prefix@
188host = @host@
189host_alias = @host_alias@
190host_cpu = @host_cpu@
191host_os = @host_os@
192host_vendor = @host_vendor@
193htmldir = @htmldir@
194includedir = @includedir@
195infodir = @infodir@
196install_sh = @install_sh@
197libdir = @libdir@
198libexecdir = @libexecdir@
199localedir = @localedir@
200localstatedir = @localstatedir@
201mandir = @mandir@
202mkdir_p = @mkdir_p@
203oldincludedir = @oldincludedir@
204pdfdir = @pdfdir@
205prefix = @prefix@
206program_transform_name = @program_transform_name@
207psdir = @psdir@
208sbindir = @sbindir@
209sharedstatedir = @sharedstatedir@
210srcdir = @srcdir@
211sysconfdir = @sysconfdir@
212target_alias = @target_alias@
213top_build_prefix = @top_build_prefix@
214top_builddir = @top_builddir@
215top_srcdir = @top_srcdir@
216INCLUDES = -I$(top_srcdir)/include
217@WITH_PAM_UNIX_TRUE@pkglib_LTLIBRARIES = pam_unix.la
218@WITH_PAM_UNIX_TRUE@pam_unix_la_SOURCES = pam_unix.c
219@WITH_PAM_UNIX_TRUE@pam_unix_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@
220@WITH_PAM_UNIX_TRUE@pam_unix_la_LIBADD = $(top_builddir)/lib/libpam.la @CRYPT_LIBS@
221all: all-am
222
223.SUFFIXES:
224.SUFFIXES: .c .lo .o .obj
225$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
226	@for dep in $?; do \
227	  case '$(am__configure_deps)' in \
228	    *$$dep*) \
229	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
230	        && { if test -f $@; then exit 0; else break; fi; }; \
231	      exit 1;; \
232	  esac; \
233	done; \
234	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/pam_unix/Makefile'; \
235	$(am__cd) $(top_srcdir) && \
236	  $(AUTOMAKE) --foreign modules/pam_unix/Makefile
237.PRECIOUS: Makefile
238Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239	@case '$?' in \
240	  *config.status*) \
241	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
242	  *) \
243	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
244	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
245	esac;
246
247$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250$(top_srcdir)/configure:  $(am__configure_deps)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
253	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254$(am__aclocal_m4_deps):
255install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
256	@$(NORMAL_INSTALL)
257	test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
258	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
259	list2=; for p in $$list; do \
260	  if test -f $$p; then \
261	    list2="$$list2 $$p"; \
262	  else :; fi; \
263	done; \
264	test -z "$$list2" || { \
265	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
266	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
267	}
268
269uninstall-pkglibLTLIBRARIES:
270	@$(NORMAL_UNINSTALL)
271	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
272	for p in $$list; do \
273	  $(am__strip_dir) \
274	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
275	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
276	done
277
278clean-pkglibLTLIBRARIES:
279	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
280	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
281	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
282	  test "$$dir" != "$$p" || dir=.; \
283	  echo "rm -f \"$${dir}/so_locations\""; \
284	  rm -f "$${dir}/so_locations"; \
285	done
286pam_unix.la: $(pam_unix_la_OBJECTS) $(pam_unix_la_DEPENDENCIES)
287	$(pam_unix_la_LINK) $(am_pam_unix_la_rpath) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
288
289mostlyclean-compile:
290	-rm -f *.$(OBJEXT)
291
292distclean-compile:
293	-rm -f *.tab.c
294
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix.Plo@am__quote@
296
297.c.o:
298@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302@am__fastdepCC_FALSE@	$(COMPILE) -c $<
303
304.c.obj:
305@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
306@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
310
311.c.lo:
312@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
313@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
314@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
315@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
316@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
317
318mostlyclean-libtool:
319	-rm -f *.lo
320
321clean-libtool:
322	-rm -rf .libs _libs
323
324ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326	unique=`for i in $$list; do \
327	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328	  done | \
329	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330	      END { if (nonempty) { for (i in files) print i; }; }'`; \
331	mkid -fID $$unique
332tags: TAGS
333
334TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335		$(TAGS_FILES) $(LISP)
336	set x; \
337	here=`pwd`; \
338	list='$(SOURCES) $(HEADERS)  $(LISP) $(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; nonempty = 1; } \
343	      END { if (nonempty) { for (i in files) print i; }; }'`; \
344	shift; \
345	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
346	  test -n "$$unique" || unique=$$empty_fix; \
347	  if test $$# -gt 0; then \
348	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349	      "$$@" $$unique; \
350	  else \
351	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352	      $$unique; \
353	  fi; \
354	fi
355ctags: CTAGS
356CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357		$(TAGS_FILES) $(LISP)
358	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
359	unique=`for i in $$list; do \
360	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361	  done | \
362	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363	      END { if (nonempty) { for (i in files) print i; }; }'`; \
364	test -z "$(CTAGS_ARGS)$$unique" \
365	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366	     $$unique
367
368GTAGS:
369	here=`$(am__cd) $(top_builddir) && pwd` \
370	  && $(am__cd) $(top_srcdir) \
371	  && gtags -i $(GTAGS_ARGS) "$$here"
372
373distclean-tags:
374	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375
376distdir: $(DISTFILES)
377	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
379	list='$(DISTFILES)'; \
380	  dist_files=`for file in $$list; do echo $$file; done | \
381	  sed -e "s|^$$srcdirstrip/||;t" \
382	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
383	case $$dist_files in \
384	  */*) $(MKDIR_P) `echo "$$dist_files" | \
385			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386			   sort -u` ;; \
387	esac; \
388	for file in $$dist_files; do \
389	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390	  if test -d $$d/$$file; then \
391	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
392	    if test -d "$(distdir)/$$file"; then \
393	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
394	    fi; \
395	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
397	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
398	    fi; \
399	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
400	  else \
401	    test -f "$(distdir)/$$file" \
402	    || cp -p $$d/$$file "$(distdir)/$$file" \
403	    || exit 1; \
404	  fi; \
405	done
406check-am: all-am
407check: check-am
408all-am: Makefile $(LTLIBRARIES)
409installdirs:
410	for dir in "$(DESTDIR)$(pkglibdir)"; do \
411	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
412	done
413install: install-am
414install-exec: install-exec-am
415install-data: install-data-am
416uninstall: uninstall-am
417
418install-am: all-am
419	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
420
421installcheck: installcheck-am
422install-strip:
423	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425	  `test -z '$(STRIP)' || \
426	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
427mostlyclean-generic:
428
429clean-generic:
430
431distclean-generic:
432	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434
435maintainer-clean-generic:
436	@echo "This command is intended for maintainers to use"
437	@echo "it deletes files that may require special tools to rebuild."
438clean: clean-am
439
440clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
441	mostlyclean-am
442
443distclean: distclean-am
444	-rm -rf ./$(DEPDIR)
445	-rm -f Makefile
446distclean-am: clean-am distclean-compile distclean-generic \
447	distclean-tags
448
449dvi: dvi-am
450
451dvi-am:
452
453html: html-am
454
455html-am:
456
457info: info-am
458
459info-am:
460
461install-data-am:
462
463install-dvi: install-dvi-am
464
465install-dvi-am:
466
467install-exec-am: install-pkglibLTLIBRARIES
468
469install-html: install-html-am
470
471install-html-am:
472
473install-info: install-info-am
474
475install-info-am:
476
477install-man:
478
479install-pdf: install-pdf-am
480
481install-pdf-am:
482
483install-ps: install-ps-am
484
485install-ps-am:
486
487installcheck-am:
488
489maintainer-clean: maintainer-clean-am
490	-rm -rf ./$(DEPDIR)
491	-rm -f Makefile
492maintainer-clean-am: distclean-am maintainer-clean-generic
493
494mostlyclean: mostlyclean-am
495
496mostlyclean-am: mostlyclean-compile mostlyclean-generic \
497	mostlyclean-libtool
498
499pdf: pdf-am
500
501pdf-am:
502
503ps: ps-am
504
505ps-am:
506
507uninstall-am: uninstall-pkglibLTLIBRARIES
508
509.MAKE: install-am install-strip
510
511.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
512	clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
513	distclean-compile distclean-generic distclean-libtool \
514	distclean-tags distdir dvi dvi-am html html-am info info-am \
515	install install-am install-data install-data-am install-dvi \
516	install-dvi-am install-exec install-exec-am install-html \
517	install-html-am install-info install-info-am install-man \
518	install-pdf install-pdf-am install-pkglibLTLIBRARIES \
519	install-ps install-ps-am install-strip installcheck \
520	installcheck-am installdirs maintainer-clean \
521	maintainer-clean-generic mostlyclean mostlyclean-compile \
522	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
523	tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
524
525
526# Tell versions [3.59,3.63) of GNU make to not export all variables.
527# Otherwise a system limit (for SysV at least) may be exceeded.
528.NOEXPORT:
529