* Update to packages/alpine.spec to account for the new location of man
[alpine.git] / regex / Makefile.in
blob8a39b382c51600bab4f4be6e2acf824cd660137b
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_CLEAN_FILES =
69 CONFIG_CLEAN_VPATH_FILES =
70 LIBRARIES = $(noinst_LIBRARIES)
71 ARFLAGS = cru
72 libregex_a_AR = $(AR) $(ARFLAGS)
73 libregex_a_LIBADD =
74 am_libregex_a_OBJECTS = regcomp.$(OBJEXT) regerror.$(OBJEXT) \
75 regexec.$(OBJEXT) regfree.$(OBJEXT)
76 libregex_a_OBJECTS = $(am_libregex_a_OBJECTS)
77 DEFAULT_INCLUDES =
78 depcomp = $(SHELL) $(top_srcdir)/depcomp
79 am__depfiles_maybe = depfiles
80 am__mv = mv -f
81 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CCLD = $(CC)
87 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89 $(LDFLAGS) -o $@
90 SOURCES = $(libregex_a_SOURCES)
91 DIST_SOURCES = $(libregex_a_SOURCES)
92 ETAGS = etags
93 CTAGS = ctags
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 ACLOCAL = @ACLOCAL@
96 AMTAR = @AMTAR@
97 AM_CFLAGS = @AM_CFLAGS@
98 AM_LDFLAGS = @AM_LDFLAGS@
99 AR = @AR@
100 AUTOCONF = @AUTOCONF@
101 AUTOHEADER = @AUTOHEADER@
102 AUTOMAKE = @AUTOMAKE@
103 AWK = @AWK@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CP = @CP@
108 CPP = @CPP@
109 CPPFLAGS = @CPPFLAGS@
110 CYGPATH_W = @CYGPATH_W@
111 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
112 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
113 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
114 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
115 C_CLIENT_TARGET = @C_CLIENT_TARGET@
116 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
117 DEFS = @DEFS@
118 DEPDIR = @DEPDIR@
119 DSYMUTIL = @DSYMUTIL@
120 DUMPBIN = @DUMPBIN@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 FGREP = @FGREP@
127 GMSGFMT = @GMSGFMT@
128 GMSGFMT_015 = @GMSGFMT_015@
129 GREP = @GREP@
130 INSTALL = @INSTALL@
131 INSTALL_DATA = @INSTALL_DATA@
132 INSTALL_PROGRAM = @INSTALL_PROGRAM@
133 INSTALL_SCRIPT = @INSTALL_SCRIPT@
134 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135 INTLLIBS = @INTLLIBS@
136 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
137 ISPELLPROG = @ISPELLPROG@
138 Includedir = @Includedir@
139 LD = @LD@
140 LDFLAGS = @LDFLAGS@
141 LIBICONV = @LIBICONV@
142 LIBINTL = @LIBINTL@
143 LIBOBJS = @LIBOBJS@
144 LIBS = @LIBS@
145 LIBTOOL = @LIBTOOL@
146 LIBTOOL_DEPS = @LIBTOOL_DEPS@
147 LIPO = @LIPO@
148 LN = @LN@
149 LN_S = @LN_S@
150 LTLIBICONV = @LTLIBICONV@
151 LTLIBINTL = @LTLIBINTL@
152 LTLIBOBJS = @LTLIBOBJS@
153 MAINT = @MAINT@
154 MAKE = @MAKE@
155 MAKEINFO = @MAKEINFO@
156 MKDIR_P = @MKDIR_P@
157 MSGFMT = @MSGFMT@
158 MSGFMT_015 = @MSGFMT_015@
159 MSGMERGE = @MSGMERGE@
160 NM = @NM@
161 NMEDIT = @NMEDIT@
162 NPA_PROG = @NPA_PROG@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 POSUB = @POSUB@
176 PTHREAD_CC = @PTHREAD_CC@
177 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
178 PTHREAD_LIBS = @PTHREAD_LIBS@
179 PWPROG = @PWPROG@
180 RANLIB = @RANLIB@
181 REGEX_BUILD = @REGEX_BUILD@
182 RM = @RM@
183 SED = @SED@
184 SENDMAIL = @SENDMAIL@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 SPELLPROG = @SPELLPROG@
188 STRIP = @STRIP@
189 USE_NLS = @USE_NLS@
190 VERSION = @VERSION@
191 WEB_BINDIR = @WEB_BINDIR@
192 WEB_BUILD = @WEB_BUILD@
193 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
194 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
195 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
196 XGETTEXT = @XGETTEXT@
197 XGETTEXT_015 = @XGETTEXT_015@
198 abs_builddir = @abs_builddir@
199 abs_srcdir = @abs_srcdir@
200 abs_top_builddir = @abs_top_builddir@
201 abs_top_srcdir = @abs_top_srcdir@
202 ac_ct_CC = @ac_ct_CC@
203 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
204 acx_pthread_config = @acx_pthread_config@
205 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
206 alpine_simple_spellcheck = @alpine_simple_spellcheck@
207 am__include = @am__include@
208 am__leading_dot = @am__leading_dot@
209 am__quote = @am__quote@
210 am__tar = @am__tar@
211 am__untar = @am__untar@
212 bindir = @bindir@
213 build = @build@
214 build_alias = @build_alias@
215 build_cpu = @build_cpu@
216 build_os = @build_os@
217 build_vendor = @build_vendor@
218 builddir = @builddir@
219 datadir = @datadir@
220 datarootdir = @datarootdir@
221 docdir = @docdir@
222 dvidir = @dvidir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 infodir = @infodir@
231 install_sh = @install_sh@
232 libdir = @libdir@
233 libexecdir = @libexecdir@
234 localedir = @localedir@
235 localstatedir = @localstatedir@
236 lt_ECHO = @lt_ECHO@
237 mandir = @mandir@
238 mkdir_p = @mkdir_p@
239 oldIncludedir = @oldIncludedir@
240 pdfdir = @pdfdir@
241 prefix = @prefix@
242 program_transform_name = @program_transform_name@
243 psdir = @psdir@
244 sbindir = @sbindir@
245 sharedstatedir = @sharedstatedir@
246 srcdir = @srcdir@
247 sysconfdir = @sysconfdir@
248 target_alias = @target_alias@
249 top_build_prefix = @top_build_prefix@
250 top_builddir = @top_builddir@
251 top_srcdir = @top_srcdir@
252 noinst_LIBRARIES = libregex.a
253 libregex_a_SOURCES = regcomp.c regerror.c regexec.c regfree.c
254 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
255 all: all-am
257 .SUFFIXES:
258 .SUFFIXES: .c .lo .o .obj
259 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
260 @for dep in $?; do \
261 case '$(am__configure_deps)' in \
262 *$$dep*) \
263 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264 && { if test -f $@; then exit 0; else break; fi; }; \
265 exit 1;; \
266 esac; \
267 done; \
268 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign regex/Makefile'; \
269 $(am__cd) $(top_srcdir) && \
270 $(AUTOMAKE) --foreign regex/Makefile
271 .PRECIOUS: Makefile
272 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
273 @case '$?' in \
274 *config.status*) \
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
276 *) \
277 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
279 esac;
281 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
285 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288 $(am__aclocal_m4_deps):
290 clean-noinstLIBRARIES:
291 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
292 libregex.a: $(libregex_a_OBJECTS) $(libregex_a_DEPENDENCIES)
293 -rm -f libregex.a
294 $(libregex_a_AR) libregex.a $(libregex_a_OBJECTS) $(libregex_a_LIBADD)
295 $(RANLIB) libregex.a
297 mostlyclean-compile:
298 -rm -f *.$(OBJEXT)
300 distclean-compile:
301 -rm -f *.tab.c
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regerror.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfree.Po@am__quote@
308 .c.o:
309 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
310 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
315 .c.obj:
316 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
317 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
322 .c.lo:
323 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
324 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
329 mostlyclean-libtool:
330 -rm -f *.lo
332 clean-libtool:
333 -rm -rf .libs _libs
335 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 unique=`for i in $$list; do \
338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 done | \
340 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341 END { if (nonempty) { for (i in files) print i; }; }'`; \
342 mkid -fID $$unique
343 tags: TAGS
345 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP)
347 set x; \
348 here=`pwd`; \
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; nonempty = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
355 shift; \
356 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
357 test -n "$$unique" || unique=$$empty_fix; \
358 if test $$# -gt 0; then \
359 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360 "$$@" $$unique; \
361 else \
362 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363 $$unique; \
364 fi; \
366 ctags: CTAGS
367 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
368 $(TAGS_FILES) $(LISP)
369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370 unique=`for i in $$list; do \
371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372 done | \
373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374 END { if (nonempty) { for (i in files) print i; }; }'`; \
375 test -z "$(CTAGS_ARGS)$$unique" \
376 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
377 $$unique
379 GTAGS:
380 here=`$(am__cd) $(top_builddir) && pwd` \
381 && $(am__cd) $(top_srcdir) \
382 && gtags -i $(GTAGS_ARGS) "$$here"
384 distclean-tags:
385 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387 distdir: $(DISTFILES)
388 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390 list='$(DISTFILES)'; \
391 dist_files=`for file in $$list; do echo $$file; done | \
392 sed -e "s|^$$srcdirstrip/||;t" \
393 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394 case $$dist_files in \
395 */*) $(MKDIR_P) `echo "$$dist_files" | \
396 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397 sort -u` ;; \
398 esac; \
399 for file in $$dist_files; do \
400 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401 if test -d $$d/$$file; then \
402 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403 if test -d "$(distdir)/$$file"; then \
404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405 fi; \
406 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409 fi; \
410 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411 else \
412 test -f "$(distdir)/$$file" \
413 || cp -p $$d/$$file "$(distdir)/$$file" \
414 || exit 1; \
415 fi; \
416 done
417 check-am: all-am
418 check: check-am
419 all-am: Makefile $(LIBRARIES)
420 installdirs:
421 install: install-am
422 install-exec: install-exec-am
423 install-data: install-data-am
424 uninstall: uninstall-am
426 install-am: all-am
427 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429 installcheck: installcheck-am
430 install-strip:
431 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433 `test -z '$(STRIP)' || \
434 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435 mostlyclean-generic:
437 clean-generic:
439 distclean-generic:
440 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443 maintainer-clean-generic:
444 @echo "This command is intended for maintainers to use"
445 @echo "it deletes files that may require special tools to rebuild."
446 clean: clean-am
448 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
449 mostlyclean-am
451 distclean: distclean-am
452 -rm -rf ./$(DEPDIR)
453 -rm -f Makefile
454 distclean-am: clean-am distclean-compile distclean-generic \
455 distclean-tags
457 dvi: dvi-am
459 dvi-am:
461 html: html-am
463 html-am:
465 info: info-am
467 info-am:
469 install-data-am:
471 install-dvi: install-dvi-am
473 install-dvi-am:
475 install-exec-am:
477 install-html: install-html-am
479 install-html-am:
481 install-info: install-info-am
483 install-info-am:
485 install-man:
487 install-pdf: install-pdf-am
489 install-pdf-am:
491 install-ps: install-ps-am
493 install-ps-am:
495 installcheck-am:
497 maintainer-clean: maintainer-clean-am
498 -rm -rf ./$(DEPDIR)
499 -rm -f Makefile
500 maintainer-clean-am: distclean-am maintainer-clean-generic
502 mostlyclean: mostlyclean-am
504 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
505 mostlyclean-libtool
507 pdf: pdf-am
509 pdf-am:
511 ps: ps-am
513 ps-am:
515 uninstall-am:
517 .MAKE: install-am install-strip
519 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
520 clean-libtool clean-noinstLIBRARIES ctags distclean \
521 distclean-compile distclean-generic distclean-libtool \
522 distclean-tags distdir dvi dvi-am html html-am info info-am \
523 install install-am install-data install-data-am install-dvi \
524 install-dvi-am install-exec install-exec-am install-html \
525 install-html-am install-info install-info-am install-man \
526 install-pdf install-pdf-am install-ps install-ps-am \
527 install-strip installcheck installcheck-am installdirs \
528 maintainer-clean maintainer-clean-generic mostlyclean \
529 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
530 pdf pdf-am ps ps-am tags uninstall uninstall-am
533 # Tell versions [3.59,3.63) of GNU make to not export all variables.
534 # Otherwise a system limit (for SysV at least) may be exceeded.
535 .NOEXPORT: