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