]> git.llucax.com Git - software/mutt-debian.git/blob - imap/Makefile.in
3eb1e68070df455850210e4fca8a57248410a52a
[software/mutt-debian.git] / imap / Makefile.in
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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = imap
37 DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
38         $(srcdir)/Makefile.in TODO
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
41         $(top_srcdir)/m4/curslib.m4 $(top_srcdir)/m4/funcdecl.m4 \
42         $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
43         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
44         $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
45         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
46         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
47         $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51 CONFIG_HEADER = $(top_builddir)/config.h
52 CONFIG_CLEAN_FILES =
53 LIBRARIES = $(noinst_LIBRARIES)
54 ARFLAGS = cru
55 libimap_a_AR = $(AR) $(ARFLAGS)
56 libimap_a_LIBADD =
57 am__libimap_a_SOURCES_DIST = auth.c auth_login.c browse.c command.c \
58         imap.c imap.h message.c utf7.c util.c auth_anon.c auth_cram.c \
59         auth_sasl.c auth_gss.c
60 @USE_SASL_FALSE@am__objects_1 = auth_anon.$(OBJEXT) \
61 @USE_SASL_FALSE@        auth_cram.$(OBJEXT)
62 @USE_SASL_TRUE@am__objects_1 = auth_sasl.$(OBJEXT)
63 @USE_GSS_TRUE@am__objects_2 = auth_gss.$(OBJEXT)
64 am_libimap_a_OBJECTS = auth.$(OBJEXT) auth_login.$(OBJEXT) \
65         browse.$(OBJEXT) command.$(OBJEXT) imap.$(OBJEXT) \
66         message.$(OBJEXT) utf7.$(OBJEXT) util.$(OBJEXT) \
67         $(am__objects_1) $(am__objects_2)
68 libimap_a_OBJECTS = $(am_libimap_a_OBJECTS)
69 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70 depcomp = $(SHELL) $(top_srcdir)/depcomp
71 am__depfiles_maybe = depfiles
72 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76 SOURCES = $(libimap_a_SOURCES)
77 DIST_SOURCES = $(am__libimap_a_SOURCES_DIST)
78 HEADERS = $(noinst_HEADERS)
79 ETAGS = etags
80 CTAGS = ctags
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 ALLOCA = @ALLOCA@
84 AMTAR = @AMTAR@
85 AR = @AR@
86 AUTOCONF = @AUTOCONF@
87 AUTOHEADER = @AUTOHEADER@
88 AUTOMAKE = @AUTOMAKE@
89 AWK = @AWK@
90 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
91 CATALOGS = @CATALOGS@
92 CATOBJEXT = @CATOBJEXT@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DATADIRNAME = @DATADIRNAME@
101 DBX = @DBX@
102 DEBUGGER = @DEBUGGER@
103 DEFS = @DEFS@
104 DEPDIR = @DEPDIR@
105 DOTLOCK_GROUP = @DOTLOCK_GROUP@
106 DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@
107 DOTLOCK_TARGET = @DOTLOCK_TARGET@
108 DSLROOT = @DSLROOT@
109 ECHO_C = @ECHO_C@
110 ECHO_N = @ECHO_N@
111 ECHO_T = @ECHO_T@
112 EGREP = @EGREP@
113 EXEEXT = @EXEEXT@
114 GDB = @GDB@
115 GENCAT = @GENCAT@
116 GLIBC21 = @GLIBC21@
117 GMOFILES = @GMOFILES@
118 GMSGFMT = @GMSGFMT@
119 GPGME_CFLAGS = @GPGME_CFLAGS@
120 GPGME_CONFIG = @GPGME_CONFIG@
121 GPGME_LIBS = @GPGME_LIBS@
122 GREP = @GREP@
123 INSTALL = @INSTALL@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 INSTOBJEXT = @INSTOBJEXT@
129 INTLBISON = @INTLBISON@
130 INTLLIBS = @INTLLIBS@
131 INTLOBJS = @INTLOBJS@
132 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
133 ISPELL = @ISPELL@
134 KRB5CFGPATH = @KRB5CFGPATH@
135 LDFLAGS = @LDFLAGS@
136 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
137 LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
138 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
139 LIBICONV = @LIBICONV@
140 LIBIMAP = @LIBIMAP@
141 LIBIMAPDEPS = @LIBIMAPDEPS@
142 LIBOBJS = @LIBOBJS@
143 LIBS = @LIBS@
144 LTLIBOBJS = @LTLIBOBJS@
145 MAKEINFO = @MAKEINFO@
146 MKDIR_P = @MKDIR_P@
147 MKINSTALLDIRS = @MKINSTALLDIRS@
148 MSGFMT = @MSGFMT@
149 MUTTLIBS = @MUTTLIBS@
150 MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
151 MUTT_MD5 = @MUTT_MD5@
152 OBJEXT = @OBJEXT@
153 OPS = @OPS@
154 OSPCAT = @OSPCAT@
155 PACKAGE = @PACKAGE@
156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157 PACKAGE_NAME = @PACKAGE_NAME@
158 PACKAGE_STRING = @PACKAGE_STRING@
159 PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 PACKAGE_VERSION = @PACKAGE_VERSION@
161 PATH_SEPARATOR = @PATH_SEPARATOR@
162 PGPAUX_TARGET = @PGPAUX_TARGET@
163 POFILES = @POFILES@
164 POSUB = @POSUB@
165 RANLIB = @RANLIB@
166 SDB = @SDB@
167 SENDMAIL = @SENDMAIL@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
171 STRIP = @STRIP@
172 U = @U@
173 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
174 USE_NLS = @USE_NLS@
175 VERSION = @VERSION@
176 XGETTEXT = @XGETTEXT@
177 abs_builddir = @abs_builddir@
178 abs_srcdir = @abs_srcdir@
179 abs_top_builddir = @abs_top_builddir@
180 abs_top_srcdir = @abs_top_srcdir@
181 ac_ct_CC = @ac_ct_CC@
182 am__include = @am__include@
183 am__leading_dot = @am__leading_dot@
184 am__quote = @am__quote@
185 am__tar = @am__tar@
186 am__untar = @am__untar@
187 bindir = @bindir@
188 build = @build@
189 build_alias = @build_alias@
190 build_cpu = @build_cpu@
191 build_os = @build_os@
192 build_vendor = @build_vendor@
193 builddir = @builddir@
194 datadir = @datadir@
195 datarootdir = @datarootdir@
196 docdir = @docdir@
197 dvidir = @dvidir@
198 exec_prefix = @exec_prefix@
199 host = @host@
200 host_alias = @host_alias@
201 host_cpu = @host_cpu@
202 host_os = @host_os@
203 host_vendor = @host_vendor@
204 htmldir = @htmldir@
205 includedir = @includedir@
206 infodir = @infodir@
207 install_sh = @install_sh@
208 libdir = @libdir@
209 libexecdir = @libexecdir@
210 localedir = @localedir@
211 localstatedir = @localstatedir@
212 mandir = @mandir@
213 mkdir_p = @mkdir_p@
214 oldincludedir = @oldincludedir@
215 pdfdir = @pdfdir@
216 prefix = @prefix@
217 program_transform_name = @program_transform_name@
218 psdir = @psdir@
219 sbindir = @sbindir@
220 sharedstatedir = @sharedstatedir@
221 srcdir = @srcdir@
222 sysconfdir = @sysconfdir@
223 target_alias = @target_alias@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 AUTOMAKE_OPTIONS = 1.6 foreign
227 @USE_GSS_TRUE@GSSSOURCES = auth_gss.c
228 @USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c
229 @USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c
230 EXTRA_DIST = README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c
231 AM_CPPFLAGS = -I$(top_srcdir) -I../intl
232 noinst_LIBRARIES = libimap.a
233 noinst_HEADERS = auth.h imap_private.h message.h
234 libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
235         message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
236
237 all: all-am
238
239 .SUFFIXES:
240 .SUFFIXES: .c .o .obj
241 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
242         @for dep in $?; do \
243           case '$(am__configure_deps)' in \
244             *$$dep*) \
245               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246                 && exit 0; \
247               exit 1;; \
248           esac; \
249         done; \
250         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  imap/Makefile'; \
251         cd $(top_srcdir) && \
252           $(AUTOMAKE) --foreign  imap/Makefile
253 .PRECIOUS: Makefile
254 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255         @case '$?' in \
256           *config.status*) \
257             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258           *) \
259             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261         esac;
262
263 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266 $(top_srcdir)/configure:  $(am__configure_deps)
267         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271 clean-noinstLIBRARIES:
272         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
273 libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES) 
274         -rm -f libimap.a
275         $(libimap_a_AR) libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD)
276         $(RANLIB) libimap.a
277
278 mostlyclean-compile:
279         -rm -f *.$(OBJEXT)
280
281 distclean-compile:
282         -rm -f *.tab.c
283
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_anon.Po@am__quote@
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_cram.Po@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_gss.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_login.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth_sasl.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf7.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
296
297 .c.o:
298 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299 @am__fastdepCC_TRUE@    mv -f $(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@    mv -f $(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 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313         unique=`for i in $$list; do \
314             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315           done | \
316           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
317               END { if (nonempty) { for (i in files) print i; }; }'`; \
318         mkid -fID $$unique
319 tags: TAGS
320
321 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322                 $(TAGS_FILES) $(LISP)
323         tags=; \
324         here=`pwd`; \
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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332           test -n "$$unique" || unique=$$empty_fix; \
333           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334             $$tags $$unique; \
335         fi
336 ctags: CTAGS
337 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338                 $(TAGS_FILES) $(LISP)
339         tags=; \
340         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341         unique=`for i in $$list; do \
342             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343           done | \
344           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345               END { if (nonempty) { for (i in files) print i; }; }'`; \
346         test -z "$(CTAGS_ARGS)$$tags$$unique" \
347           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348              $$tags $$unique
349
350 GTAGS:
351         here=`$(am__cd) $(top_builddir) && pwd` \
352           && cd $(top_srcdir) \
353           && gtags -i $(GTAGS_ARGS) $$here
354
355 distclean-tags:
356         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358 distdir: $(DISTFILES)
359         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361         list='$(DISTFILES)'; \
362           dist_files=`for file in $$list; do echo $$file; done | \
363           sed -e "s|^$$srcdirstrip/||;t" \
364               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365         case $$dist_files in \
366           */*) $(MKDIR_P) `echo "$$dist_files" | \
367                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368                            sort -u` ;; \
369         esac; \
370         for file in $$dist_files; do \
371           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372           if test -d $$d/$$file; then \
373             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376             fi; \
377             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378           else \
379             test -f $(distdir)/$$file \
380             || cp -p $$d/$$file $(distdir)/$$file \
381             || exit 1; \
382           fi; \
383         done
384 check-am: all-am
385 check: check-am
386 all-am: Makefile $(LIBRARIES) $(HEADERS)
387 installdirs:
388 install: install-am
389 install-exec: install-exec-am
390 install-data: install-data-am
391 uninstall: uninstall-am
392
393 install-am: all-am
394         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
396 installcheck: installcheck-am
397 install-strip:
398         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400           `test -z '$(STRIP)' || \
401             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402 mostlyclean-generic:
403
404 clean-generic:
405
406 distclean-generic:
407         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
409 maintainer-clean-generic:
410         @echo "This command is intended for maintainers to use"
411         @echo "it deletes files that may require special tools to rebuild."
412 clean: clean-am
413
414 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
415
416 distclean: distclean-am
417         -rm -rf ./$(DEPDIR)
418         -rm -f Makefile
419 distclean-am: clean-am distclean-compile distclean-generic \
420         distclean-tags
421
422 dvi: dvi-am
423
424 dvi-am:
425
426 html: html-am
427
428 info: info-am
429
430 info-am:
431
432 install-data-am:
433
434 install-dvi: install-dvi-am
435
436 install-exec-am:
437
438 install-html: install-html-am
439
440 install-info: install-info-am
441
442 install-man:
443
444 install-pdf: install-pdf-am
445
446 install-ps: install-ps-am
447
448 installcheck-am:
449
450 maintainer-clean: maintainer-clean-am
451         -rm -rf ./$(DEPDIR)
452         -rm -f Makefile
453 maintainer-clean-am: distclean-am maintainer-clean-generic
454
455 mostlyclean: mostlyclean-am
456
457 mostlyclean-am: mostlyclean-compile mostlyclean-generic
458
459 pdf: pdf-am
460
461 pdf-am:
462
463 ps: ps-am
464
465 ps-am:
466
467 uninstall-am:
468
469 .MAKE: install-am install-strip
470
471 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
472         clean-noinstLIBRARIES ctags distclean distclean-compile \
473         distclean-generic distclean-tags distdir dvi dvi-am html \
474         html-am info info-am install install-am install-data \
475         install-data-am install-dvi install-dvi-am install-exec \
476         install-exec-am install-html install-html-am install-info \
477         install-info-am install-man install-pdf install-pdf-am \
478         install-ps install-ps-am install-strip installcheck \
479         installcheck-am installdirs maintainer-clean \
480         maintainer-clean-generic mostlyclean mostlyclean-compile \
481         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
482         uninstall-am
483
484 # Tell versions [3.59,3.63) of GNU make to not export all variables.
485 # Otherwise a system limit (for SysV at least) may be exceeded.
486 .NOEXPORT: