1# Makefile.in generated by automake 1.10.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  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# Makefile.am for libatalk/tdb/
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = libatalk/tdb
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
42	$(top_srcdir)/macros/cnid-backend.m4 \
43	$(top_srcdir)/macros/config-checks.m4 \
44	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
45	$(top_srcdir)/macros/grep-check.m4 \
46	$(top_srcdir)/macros/gssapi-check.m4 \
47	$(top_srcdir)/macros/iconv.m4 \
48	$(top_srcdir)/macros/largefile-check.m4 \
49	$(top_srcdir)/macros/libgcrypt.m4 \
50	$(top_srcdir)/macros/pam-check.m4 \
51	$(top_srcdir)/macros/perl-check.m4 \
52	$(top_srcdir)/macros/ps-check.m4 \
53	$(top_srcdir)/macros/quota-check.m4 \
54	$(top_srcdir)/macros/snprintf-check.m4 \
55	$(top_srcdir)/macros/srvloc.m4 \
56	$(top_srcdir)/macros/ssl-check.m4 \
57	$(top_srcdir)/macros/summary.m4 \
58	$(top_srcdir)/macros/tcp-wrappers.m4 \
59	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
60	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES =
66LTLIBRARIES = $(noinst_LTLIBRARIES)
67libtdb_la_LIBADD =
68am_libtdb_la_OBJECTS = tdb.lo spinlock.lo
69libtdb_la_OBJECTS = $(am_libtdb_la_OBJECTS)
70DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
71depcomp = $(SHELL) $(top_srcdir)/depcomp
72am__depfiles_maybe = depfiles
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
77	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78CCLD = $(CC)
79LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
81	$(LDFLAGS) -o $@
82SOURCES = $(libtdb_la_SOURCES)
83DIST_SOURCES = $(libtdb_la_SOURCES)
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88ACL_LIBS = @ACL_LIBS@
89AFS_CFLAGS = @AFS_CFLAGS@
90AFS_LIBS = @AFS_LIBS@
91AMTAR = @AMTAR@
92AR = @AR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AVAHI_CFLAGS = @AVAHI_CFLAGS@
97AVAHI_LIBS = @AVAHI_LIBS@
98AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
99AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
100AWK = @AWK@
101BDB_BIN = @BDB_BIN@
102BDB_CFLAGS = @BDB_CFLAGS@
103BDB_LIBS = @BDB_LIBS@
104BDB_PATH = @BDB_PATH@
105CC = @CC@
106CCDEPMODE = @CCDEPMODE@
107CFLAGS = @CFLAGS@
108COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
109COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
110CPP = @CPP@
111CPPFLAGS = @CPPFLAGS@
112CRYPT_LIBS = @CRYPT_LIBS@
113CUPS_CFLAGS = @CUPS_CFLAGS@
114CUPS_CONFIG = @CUPS_CONFIG@
115CUPS_LDFLAGS = @CUPS_LDFLAGS@
116CUPS_LIBS = @CUPS_LIBS@
117CXX = @CXX@
118CXXCPP = @CXXCPP@
119CXXDEPMODE = @CXXDEPMODE@
120CXXFLAGS = @CXXFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
123DEFS = @DEFS@
124DEPDIR = @DEPDIR@
125DSYMUTIL = @DSYMUTIL@
126ECHO = @ECHO@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132F77 = @F77@
133FFLAGS = @FFLAGS@
134GREP = @GREP@
135GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
136GSSAPI_LIBS = @GSSAPI_LIBS@
137ICONV_CFLAGS = @ICONV_CFLAGS@
138ICONV_LIBS = @ICONV_LIBS@
139INSTALL = @INSTALL@
140INSTALL_DATA = @INSTALL_DATA@
141INSTALL_PROGRAM = @INSTALL_PROGRAM@
142INSTALL_SCRIPT = @INSTALL_SCRIPT@
143INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144KCFLAGS = @KCFLAGS@
145KLDFLAGS = @KLDFLAGS@
146KRB5_CONFIG = @KRB5_CONFIG@
147LDFLAGS = @LDFLAGS@
148LIBADD_DL = @LIBADD_DL@
149LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
150LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
151LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
155LN_S = @LN_S@
156LTLIBOBJS = @LTLIBOBJS@
157MAINT = @MAINT@
158MAKEINFO = @MAKEINFO@
159MKDIR_P = @MKDIR_P@
160NETATALK_VERSION = @NETATALK_VERSION@
161NMEDIT = @NMEDIT@
162OBJEXT = @OBJEXT@
163OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
164PACKAGE = @PACKAGE@
165PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166PACKAGE_NAME = @PACKAGE_NAME@
167PACKAGE_STRING = @PACKAGE_STRING@
168PACKAGE_TARNAME = @PACKAGE_TARNAME@
169PACKAGE_VERSION = @PACKAGE_VERSION@
170PAMDIR = @PAMDIR@
171PAM_ACCOUNT = @PAM_ACCOUNT@
172PAM_AUTH = @PAM_AUTH@
173PAM_CFLAGS = @PAM_CFLAGS@
174PAM_DIRECTIVE = @PAM_DIRECTIVE@
175PAM_LIBS = @PAM_LIBS@
176PAM_PASSWORD = @PAM_PASSWORD@
177PAM_SESSION = @PAM_SESSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179PERL = @PERL@
180PKGCONFDIR = @PKGCONFDIR@
181PKG_CONFIG = @PKG_CONFIG@
182PS = @PS@
183PTHREAD_LIBS = @PTHREAD_LIBS@
184QUOTA_LIBS = @QUOTA_LIBS@
185RANLIB = @RANLIB@
186SED = @SED@
187SERVERTEXT = @SERVERTEXT@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190SLP_CFLAGS = @SLP_CFLAGS@
191SLP_LIBS = @SLP_LIBS@
192SPOOLDIR = @SPOOLDIR@
193SSL_CFLAGS = @SSL_CFLAGS@
194SSL_LIBS = @SSL_LIBS@
195STRIP = @STRIP@
196UAMS_PATH = @UAMS_PATH@
197VERSION = @VERSION@
198WEBMIN_PASS = @WEBMIN_PASS@
199WEBMIN_PATH = @WEBMIN_PATH@
200WEBMIN_PORT = @WEBMIN_PORT@
201WEBMIN_USER = @WEBMIN_USER@
202WEBMIN_VERSION = @WEBMIN_VERSION@
203WRAP_LIBS = @WRAP_LIBS@
204ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
205ZEROCONF_LIBS = @ZEROCONF_LIBS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211ac_ct_CXX = @ac_ct_CXX@
212ac_ct_F77 = @ac_ct_F77@
213am__include = @am__include@
214am__leading_dot = @am__leading_dot@
215am__quote = @am__quote@
216am__tar = @am__tar@
217am__untar = @am__untar@
218bindir = @bindir@
219build = @build@
220build_alias = @build_alias@
221build_cpu = @build_cpu@
222build_os = @build_os@
223build_vendor = @build_vendor@
224builddir = @builddir@
225compiled_backends = @compiled_backends@
226datadir = @datadir@
227datarootdir = @datarootdir@
228docdir = @docdir@
229dvidir = @dvidir@
230exec_prefix = @exec_prefix@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236htmldir = @htmldir@
237includedir = @includedir@
238infodir = @infodir@
239install_sh = @install_sh@
240libdir = @libdir@
241libexecdir = @libexecdir@
242localedir = @localedir@
243localstatedir = @localstatedir@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@
247pdfdir = @pdfdir@
248prefix = @prefix@
249program_transform_name = @program_transform_name@
250psdir = @psdir@
251sbindir = @sbindir@
252sharedstatedir = @sharedstatedir@
253srcdir = @srcdir@
254sysconfdir = @sysconfdir@
255target = @target@
256target_alias = @target_alias@
257target_cpu = @target_cpu@
258target_os = @target_os@
259target_vendor = @target_vendor@
260top_builddir = @top_builddir@
261top_srcdir = @top_srcdir@
262noinst_LTLIBRARIES = libtdb.la
263libtdb_la_SOURCES = tdb.c \
264                    spinlock.c \
265                    spinlock.h
266
267all: all-am
268
269.SUFFIXES:
270.SUFFIXES: .c .lo .o .obj
271$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
272	@for dep in $?; do \
273	  case '$(am__configure_deps)' in \
274	    *$$dep*) \
275	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
276		&& exit 0; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libatalk/tdb/Makefile'; \
281	cd $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign  libatalk/tdb/Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288	  *) \
289	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291	esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301clean-noinstLTLIBRARIES:
302	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
303	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
304	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
305	  test "$$dir" != "$$p" || dir=.; \
306	  echo "rm -f \"$${dir}/so_locations\""; \
307	  rm -f "$${dir}/so_locations"; \
308	done
309libtdb.la: $(libtdb_la_OBJECTS) $(libtdb_la_DEPENDENCIES) 
310	$(LINK)  $(libtdb_la_OBJECTS) $(libtdb_la_LIBADD) $(LIBS)
311
312mostlyclean-compile:
313	-rm -f *.$(OBJEXT)
314
315distclean-compile:
316	-rm -f *.tab.c
317
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdb.Plo@am__quote@
320
321.c.o:
322@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
323@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
324@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326@am__fastdepCC_FALSE@	$(COMPILE) -c $<
327
328.c.obj:
329@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
330@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
331@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
334
335.c.lo:
336@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
338@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
341
342mostlyclean-libtool:
343	-rm -f *.lo
344
345clean-libtool:
346	-rm -rf .libs _libs
347
348ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350	unique=`for i in $$list; do \
351	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352	  done | \
353	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
354	      END { if (nonempty) { for (i in files) print i; }; }'`; \
355	mkid -fID $$unique
356tags: TAGS
357
358TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359		$(TAGS_FILES) $(LISP)
360	tags=; \
361	here=`pwd`; \
362	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363	unique=`for i in $$list; do \
364	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365	  done | \
366	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367	      END { if (nonempty) { for (i in files) print i; }; }'`; \
368	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369	  test -n "$$unique" || unique=$$empty_fix; \
370	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371	    $$tags $$unique; \
372	fi
373ctags: CTAGS
374CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375		$(TAGS_FILES) $(LISP)
376	tags=; \
377	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378	unique=`for i in $$list; do \
379	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380	  done | \
381	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382	      END { if (nonempty) { for (i in files) print i; }; }'`; \
383	test -z "$(CTAGS_ARGS)$$tags$$unique" \
384	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385	     $$tags $$unique
386
387GTAGS:
388	here=`$(am__cd) $(top_builddir) && pwd` \
389	  && cd $(top_srcdir) \
390	  && gtags -i $(GTAGS_ARGS) $$here
391
392distclean-tags:
393	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
395distdir: $(DISTFILES)
396	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398	list='$(DISTFILES)'; \
399	  dist_files=`for file in $$list; do echo $$file; done | \
400	  sed -e "s|^$$srcdirstrip/||;t" \
401	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
402	case $$dist_files in \
403	  */*) $(MKDIR_P) `echo "$$dist_files" | \
404			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
405			   sort -u` ;; \
406	esac; \
407	for file in $$dist_files; do \
408	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409	  if test -d $$d/$$file; then \
410	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
411	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
413	    fi; \
414	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
415	  else \
416	    test -f $(distdir)/$$file \
417	    || cp -p $$d/$$file $(distdir)/$$file \
418	    || exit 1; \
419	  fi; \
420	done
421check-am: all-am
422check: check-am
423all-am: Makefile $(LTLIBRARIES)
424installdirs:
425install: install-am
426install-exec: install-exec-am
427install-data: install-data-am
428uninstall: uninstall-am
429
430install-am: all-am
431	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
432
433installcheck: installcheck-am
434install-strip:
435	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
436	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
437	  `test -z '$(STRIP)' || \
438	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
439mostlyclean-generic:
440
441clean-generic:
442
443distclean-generic:
444	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
445
446maintainer-clean-generic:
447	@echo "This command is intended for maintainers to use"
448	@echo "it deletes files that may require special tools to rebuild."
449clean: clean-am
450
451clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
452	mostlyclean-am
453
454distclean: distclean-am
455	-rm -rf ./$(DEPDIR)
456	-rm -f Makefile
457distclean-am: clean-am distclean-compile distclean-generic \
458	distclean-tags
459
460dvi: dvi-am
461
462dvi-am:
463
464html: html-am
465
466info: info-am
467
468info-am:
469
470install-data-am:
471
472install-dvi: install-dvi-am
473
474install-exec-am:
475
476install-html: install-html-am
477
478install-info: install-info-am
479
480install-man:
481
482install-pdf: install-pdf-am
483
484install-ps: install-ps-am
485
486installcheck-am:
487
488maintainer-clean: maintainer-clean-am
489	-rm -rf ./$(DEPDIR)
490	-rm -f Makefile
491maintainer-clean-am: distclean-am maintainer-clean-generic
492
493mostlyclean: mostlyclean-am
494
495mostlyclean-am: mostlyclean-compile mostlyclean-generic \
496	mostlyclean-libtool
497
498pdf: pdf-am
499
500pdf-am:
501
502ps: ps-am
503
504ps-am:
505
506uninstall-am:
507
508.MAKE: install-am install-strip
509
510.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
511	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
512	distclean-compile distclean-generic distclean-libtool \
513	distclean-tags distdir dvi dvi-am html html-am info info-am \
514	install install-am install-data install-data-am install-dvi \
515	install-dvi-am install-exec install-exec-am install-html \
516	install-html-am install-info install-info-am install-man \
517	install-pdf install-pdf-am install-ps install-ps-am \
518	install-strip installcheck installcheck-am installdirs \
519	maintainer-clean maintainer-clean-generic mostlyclean \
520	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
521	pdf pdf-am ps ps-am tags uninstall uninstall-am
522
523# Tell versions [3.59,3.63) of GNU make to not export all variables.
524# Otherwise a system limit (for SysV at least) may be exceeded.
525.NOEXPORT:
526