* Tune for help formatting in pine.hlp
[alpine.git] / regex / Makefile.in
blob0ee7efea6a5bded64dfa9e0fce026b7bdaa27ab9
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
18 # ========================================================================
19 # Copyright 2006-2007 University of Washington
21 # Licensed under the Apache License, Version 2.0 (the "License");
22 # you may not use this file except in compliance with the License.
23 # You may obtain a copy of the License at
25 # http://www.apache.org/licenses/LICENSE-2.0
27 # ========================================================================
29 VPATH = @srcdir@
30 pkgdatadir = $(datadir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 pkglibexecdir = $(libexecdir)/@PACKAGE@
34 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 subdir = regex
49 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
52 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
53 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
54 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
55 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
56 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
57 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
58 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/VERSION \
59 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
60 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
61 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
62 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
63 $(top_srcdir)/VERSION $(top_srcdir)/VERSION \
64 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66 $(ACLOCAL_M4)
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68 CONFIG_HEADER = $(top_builddir)/include/config.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 LIBRARIES = $(noinst_LIBRARIES)
72 ARFLAGS = cru
73 libregex_a_AR = $(AR) $(ARFLAGS)
74 libregex_a_LIBADD =
75 am_libregex_a_OBJECTS = regcomp.$(OBJEXT) regerror.$(OBJEXT) \
76 regexec.$(OBJEXT) regfree.$(OBJEXT)
77 libregex_a_OBJECTS = $(am_libregex_a_OBJECTS)
78 DEFAULT_INCLUDES =
79 depcomp = $(SHELL) $(top_srcdir)/depcomp
80 am__depfiles_maybe = depfiles
81 am__mv = mv -f
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
86 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 CCLD = $(CC)
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
90 $(LDFLAGS) -o $@
91 SOURCES = $(libregex_a_SOURCES)
92 DIST_SOURCES = $(libregex_a_SOURCES)
93 ETAGS = etags
94 CTAGS = ctags
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 ACLOCAL = @ACLOCAL@
97 AMTAR = @AMTAR@
98 AM_CFLAGS = @AM_CFLAGS@
99 AM_LDFLAGS = @AM_LDFLAGS@
100 AR = @AR@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 CC = @CC@
106 CCDEPMODE = @CCDEPMODE@
107 CFLAGS = @CFLAGS@
108 CP = @CP@
109 CPP = @CPP@
110 CPPFLAGS = @CPPFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
113 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
114 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
115 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
116 C_CLIENT_TARGET = @C_CLIENT_TARGET@
117 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DSYMUTIL = @DSYMUTIL@
121 DUMPBIN = @DUMPBIN@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 FGREP = @FGREP@
128 GMSGFMT = @GMSGFMT@
129 GMSGFMT_015 = @GMSGFMT_015@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 INTLLIBS = @INTLLIBS@
137 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
138 ISPELLPROG = @ISPELLPROG@
139 Includedir = @Includedir@
140 LD = @LD@
141 LDFLAGS = @LDFLAGS@
142 LIBICONV = @LIBICONV@
143 LIBINTL = @LIBINTL@
144 LIBOBJS = @LIBOBJS@
145 LIBS = @LIBS@
146 LIBTOOL = @LIBTOOL@
147 LIBTOOL_DEPS = @LIBTOOL_DEPS@
148 LIPO = @LIPO@
149 LN = @LN@
150 LN_S = @LN_S@
151 LTLIBICONV = @LTLIBICONV@
152 LTLIBINTL = @LTLIBINTL@
153 LTLIBOBJS = @LTLIBOBJS@
154 MAINT = @MAINT@
155 MAKE = @MAKE@
156 MAKEINFO = @MAKEINFO@
157 MKDIR_P = @MKDIR_P@
158 MSGFMT = @MSGFMT@
159 MSGFMT_015 = @MSGFMT_015@
160 MSGMERGE = @MSGMERGE@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 NPA_PROG = @NPA_PROG@
164 OBJDUMP = @OBJDUMP@
165 OBJEXT = @OBJEXT@
166 OTOOL = @OTOOL@
167 OTOOL64 = @OTOOL64@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_URL = @PACKAGE_URL@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 POSUB = @POSUB@
177 PTHREAD_CC = @PTHREAD_CC@
178 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
179 PTHREAD_LIBS = @PTHREAD_LIBS@
180 PWPROG = @PWPROG@
181 RANLIB = @RANLIB@
182 REGEX_BUILD = @REGEX_BUILD@
183 RM = @RM@
184 SED = @SED@
185 SENDMAIL = @SENDMAIL@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 SPELLPROG = @SPELLPROG@
189 STRIP = @STRIP@
190 USE_NLS = @USE_NLS@
191 VERSION = @VERSION@
192 WEB_BINDIR = @WEB_BINDIR@
193 WEB_BUILD = @WEB_BUILD@
194 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
195 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
196 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
197 XGETTEXT = @XGETTEXT@
198 XGETTEXT_015 = @XGETTEXT_015@
199 abs_builddir = @abs_builddir@
200 abs_srcdir = @abs_srcdir@
201 abs_top_builddir = @abs_top_builddir@
202 abs_top_srcdir = @abs_top_srcdir@
203 ac_ct_CC = @ac_ct_CC@
204 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
205 acx_pthread_config = @acx_pthread_config@
206 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
207 alpine_simple_spellcheck = @alpine_simple_spellcheck@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 exec_prefix = @exec_prefix@
225 host = @host@
226 host_alias = @host_alias@
227 host_cpu = @host_cpu@
228 host_os = @host_os@
229 host_vendor = @host_vendor@
230 htmldir = @htmldir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 localedir = @localedir@
236 localstatedir = @localstatedir@
237 lt_ECHO = @lt_ECHO@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldIncludedir = @oldIncludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 srcdir = @srcdir@
248 sysconfdir = @sysconfdir@
249 target_alias = @target_alias@
250 top_build_prefix = @top_build_prefix@
251 top_builddir = @top_builddir@
252 top_srcdir = @top_srcdir@
253 noinst_LIBRARIES = libregex.a
254 libregex_a_SOURCES = regcomp.c regerror.c regexec.c regfree.c
255 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
256 all: all-am
258 .SUFFIXES:
259 .SUFFIXES: .c .lo .o .obj
260 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
261 @for dep in $?; do \
262 case '$(am__configure_deps)' in \
263 *$$dep*) \
264 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265 && { if test -f $@; then exit 0; else break; fi; }; \
266 exit 1;; \
267 esac; \
268 done; \
269 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign regex/Makefile'; \
270 $(am__cd) $(top_srcdir) && \
271 $(AUTOMAKE) --foreign regex/Makefile
272 .PRECIOUS: Makefile
273 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274 @case '$?' in \
275 *config.status*) \
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277 *) \
278 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280 esac;
282 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
286 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289 $(am__aclocal_m4_deps):
291 clean-noinstLIBRARIES:
292 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
293 libregex.a: $(libregex_a_OBJECTS) $(libregex_a_DEPENDENCIES)
294 -rm -f libregex.a
295 $(libregex_a_AR) libregex.a $(libregex_a_OBJECTS) $(libregex_a_LIBADD)
296 $(RANLIB) libregex.a
298 mostlyclean-compile:
299 -rm -f *.$(OBJEXT)
301 distclean-compile:
302 -rm -f *.tab.c
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regerror.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfree.Po@am__quote@
309 .c.o:
310 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
316 .c.obj:
317 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
318 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
323 .c.lo:
324 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
325 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
330 mostlyclean-libtool:
331 -rm -f *.lo
333 clean-libtool:
334 -rm -rf .libs _libs
336 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
337 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
338 unique=`for i in $$list; do \
339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340 done | \
341 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
342 END { if (nonempty) { for (i in files) print i; }; }'`; \
343 mkid -fID $$unique
344 tags: TAGS
346 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 set x; \
349 here=`pwd`; \
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 shift; \
357 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
358 test -n "$$unique" || unique=$$empty_fix; \
359 if test $$# -gt 0; then \
360 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361 "$$@" $$unique; \
362 else \
363 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
364 $$unique; \
365 fi; \
367 ctags: CTAGS
368 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP)
370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375 END { if (nonempty) { for (i in files) print i; }; }'`; \
376 test -z "$(CTAGS_ARGS)$$unique" \
377 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378 $$unique
380 GTAGS:
381 here=`$(am__cd) $(top_builddir) && pwd` \
382 && $(am__cd) $(top_srcdir) \
383 && gtags -i $(GTAGS_ARGS) "$$here"
385 distclean-tags:
386 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388 distdir: $(DISTFILES)
389 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391 list='$(DISTFILES)'; \
392 dist_files=`for file in $$list; do echo $$file; done | \
393 sed -e "s|^$$srcdirstrip/||;t" \
394 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395 case $$dist_files in \
396 */*) $(MKDIR_P) `echo "$$dist_files" | \
397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398 sort -u` ;; \
399 esac; \
400 for file in $$dist_files; do \
401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402 if test -d $$d/$$file; then \
403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404 if test -d "$(distdir)/$$file"; then \
405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406 fi; \
407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410 fi; \
411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412 else \
413 test -f "$(distdir)/$$file" \
414 || cp -p $$d/$$file "$(distdir)/$$file" \
415 || exit 1; \
416 fi; \
417 done
418 check-am: all-am
419 check: check-am
420 all-am: Makefile $(LIBRARIES)
421 installdirs:
422 install: install-am
423 install-exec: install-exec-am
424 install-data: install-data-am
425 uninstall: uninstall-am
427 install-am: all-am
428 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
430 installcheck: installcheck-am
431 install-strip:
432 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434 `test -z '$(STRIP)' || \
435 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
436 mostlyclean-generic:
438 clean-generic:
440 distclean-generic:
441 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
444 maintainer-clean-generic:
445 @echo "This command is intended for maintainers to use"
446 @echo "it deletes files that may require special tools to rebuild."
447 clean: clean-am
449 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
450 mostlyclean-am
452 distclean: distclean-am
453 -rm -rf ./$(DEPDIR)
454 -rm -f Makefile
455 distclean-am: clean-am distclean-compile distclean-generic \
456 distclean-tags
458 dvi: dvi-am
460 dvi-am:
462 html: html-am
464 html-am:
466 info: info-am
468 info-am:
470 install-data-am:
472 install-dvi: install-dvi-am
474 install-dvi-am:
476 install-exec-am:
478 install-html: install-html-am
480 install-html-am:
482 install-info: install-info-am
484 install-info-am:
486 install-man:
488 install-pdf: install-pdf-am
490 install-pdf-am:
492 install-ps: install-ps-am
494 install-ps-am:
496 installcheck-am:
498 maintainer-clean: maintainer-clean-am
499 -rm -rf ./$(DEPDIR)
500 -rm -f Makefile
501 maintainer-clean-am: distclean-am maintainer-clean-generic
503 mostlyclean: mostlyclean-am
505 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
506 mostlyclean-libtool
508 pdf: pdf-am
510 pdf-am:
512 ps: ps-am
514 ps-am:
516 uninstall-am:
518 .MAKE: install-am install-strip
520 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
521 clean-libtool clean-noinstLIBRARIES ctags distclean \
522 distclean-compile distclean-generic distclean-libtool \
523 distclean-tags distdir dvi dvi-am html html-am info info-am \
524 install install-am install-data install-data-am install-dvi \
525 install-dvi-am install-exec install-exec-am install-html \
526 install-html-am install-info install-info-am install-man \
527 install-pdf install-pdf-am install-ps install-ps-am \
528 install-strip installcheck installcheck-am installdirs \
529 maintainer-clean maintainer-clean-generic mostlyclean \
530 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
531 pdf pdf-am ps ps-am tags uninstall uninstall-am
534 # Tell versions [3.59,3.63) of GNU make to not export all variables.
535 # Otherwise a system limit (for SysV at least) may be exceeded.
536 .NOEXPORT: