Delete binary files that were committed (by git archimport?) and more
[srvx.git] / rx / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 subdir = rx
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in COPYING.LIB \
42         ChangeLog compile depcomp
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48 CONFIG_HEADER = $(top_builddir)/src/config.h
49 CONFIG_CLEAN_FILES =
50 LIBRARIES = $(noinst_LIBRARIES)
51 ARFLAGS = cru
52 librx_a_AR = $(AR) $(ARFLAGS)
53 librx_a_LIBADD =
54 am_librx_a_OBJECTS = hashrexp.$(OBJEXT) rx.$(OBJEXT) rxanal.$(OBJEXT) \
55         rxbasic.$(OBJEXT) rxbitset.$(OBJEXT) rxcset.$(OBJEXT) \
56         rxgnucomp.$(OBJEXT) rxhash.$(OBJEXT) rxnfa.$(OBJEXT) \
57         rxnode.$(OBJEXT) rxposix.$(OBJEXT) rxsimp.$(OBJEXT) \
58         rxspencer.$(OBJEXT) rxstr.$(OBJEXT) rxsuper.$(OBJEXT) \
59         rxunfa.$(OBJEXT)
60 librx_a_OBJECTS = $(am_librx_a_OBJECTS)
61 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
62 depcomp = $(SHELL) $(top_srcdir)/depcomp
63 am__depfiles_maybe = depfiles
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
67         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68         $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71         $(AM_LDFLAGS) $(LDFLAGS) -o $@
72 SOURCES = $(librx_a_SOURCES)
73 DIST_SOURCES = $(librx_a_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 ALLOCA = @ALLOCA@
79 AMDEP_FALSE = @AMDEP_FALSE@
80 AMDEP_TRUE = @AMDEP_TRUE@
81 AMTAR = @AMTAR@
82 AR = @AR@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CC = @CC@
88 CCDEPMODE = @CCDEPMODE@
89 CFLAGS = @CFLAGS@
90 CPP = @CPP@
91 CPPFLAGS = @CPPFLAGS@
92 CXX = @CXX@
93 CXXCPP = @CXXCPP@
94 CXXDEPMODE = @CXXDEPMODE@
95 CXXFLAGS = @CXXFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO = @ECHO@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 F77 = @F77@
106 FFLAGS = @FFLAGS@
107 GNU_ARCH = @GNU_ARCH@
108 HAS_GNU_ARCH_FALSE = @HAS_GNU_ARCH_FALSE@
109 HAS_GNU_ARCH_TRUE = @HAS_GNU_ARCH_TRUE@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 LDFLAGS = @LDFLAGS@
115 LIBOBJS = @LIBOBJS@
116 LIBS = @LIBS@
117 LIBTOOL = @LIBTOOL@
118 LN_S = @LN_S@
119 LTLIBOBJS = @LTLIBOBJS@
120 MAINT = @MAINT@
121 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
122 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
123 MAKEINFO = @MAKEINFO@
124 MODULE_OBJS = @MODULE_OBJS@
125 MY_SUBDIRS = @MY_SUBDIRS@
126 OBJEXT = @OBJEXT@
127 PACKAGE = @PACKAGE@
128 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129 PACKAGE_NAME = @PACKAGE_NAME@
130 PACKAGE_STRING = @PACKAGE_STRING@
131 PACKAGE_TARNAME = @PACKAGE_TARNAME@
132 PACKAGE_VERSION = @PACKAGE_VERSION@
133 PATH_SEPARATOR = @PATH_SEPARATOR@
134 RANLIB = @RANLIB@
135 RX_INCLUDES = @RX_INCLUDES@
136 RX_LIBS = @RX_LIBS@
137 SET_MAKE = @SET_MAKE@
138 SHELL = @SHELL@
139 STRIP = @STRIP@
140 VERSION = @VERSION@
141 ac_ct_AR = @ac_ct_AR@
142 ac_ct_CC = @ac_ct_CC@
143 ac_ct_CXX = @ac_ct_CXX@
144 ac_ct_F77 = @ac_ct_F77@
145 ac_ct_RANLIB = @ac_ct_RANLIB@
146 ac_ct_STRIP = @ac_ct_STRIP@
147 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151 am__include = @am__include@
152 am__leading_dot = @am__leading_dot@
153 am__quote = @am__quote@
154 am__tar = @am__tar@
155 am__untar = @am__untar@
156 bindir = @bindir@
157 build = @build@
158 build_alias = @build_alias@
159 build_cpu = @build_cpu@
160 build_os = @build_os@
161 build_vendor = @build_vendor@
162 datadir = @datadir@
163 exec_prefix = @exec_prefix@
164 host = @host@
165 host_alias = @host_alias@
166 host_cpu = @host_cpu@
167 host_os = @host_os@
168 host_vendor = @host_vendor@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libexecdir = @libexecdir@
174 localstatedir = @localstatedir@
175 mandir = @mandir@
176 mkdir_p = @mkdir_p@
177 oldincludedir = @oldincludedir@
178 prefix = @prefix@
179 program_transform_name = @program_transform_name@
180 sbindir = @sbindir@
181 sharedstatedir = @sharedstatedir@
182 sysconfdir = @sysconfdir@
183 target = @target@
184 target_alias = @target_alias@
185 target_cpu = @target_cpu@
186 target_os = @target_os@
187 target_vendor = @target_vendor@
188
189 # this is "dirty" code -- please don't compile with -Wall :)
190 AM_CFLAGS = -W
191 noinst_LIBRARIES = librx.a
192 librx_a_SOURCES = \
193         hashrexp.c \
194         _rx.h rx.c rx.h \
195         rxanal.c rxanal.h \
196         rxbasic.c rxbasic.h \
197         rxbitset.c rxbitset.h \
198         rxcontext.h \
199         rxcset.c rxcset.h \
200         rxgnucomp.c rxgnucomp.h \
201         rxhash.c rxhash.h \
202         rxnfa.c rxnfa.h \
203         rxnode.c rxnode.h \
204         rxposix.c inst-rxposix.h rxposix.h \
205         rxproto.h \
206         rxsimp.c rxsimp.h \
207         rxspencer.c rxspencer.h \
208         rxstr.c rxstr.h \
209         rxsuper.c rxsuper.h \
210         rxunfa.c rxunfa.h \
211         rxall.h
212
213 all: all-am
214
215 .SUFFIXES:
216 .SUFFIXES: .c .lo .o .obj
217 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
218         @for dep in $?; do \
219           case '$(am__configure_deps)' in \
220             *$$dep*) \
221               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
222                 && exit 0; \
223               exit 1;; \
224           esac; \
225         done; \
226         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  rx/Makefile'; \
227         cd $(top_srcdir) && \
228           $(AUTOMAKE) --gnu  rx/Makefile
229 .PRECIOUS: Makefile
230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231         @case '$?' in \
232           *config.status*) \
233             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234           *) \
235             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237         esac;
238
239 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 clean-noinstLIBRARIES:
248         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
249 librx.a: $(librx_a_OBJECTS) $(librx_a_DEPENDENCIES) 
250         -rm -f librx.a
251         $(librx_a_AR) librx.a $(librx_a_OBJECTS) $(librx_a_LIBADD)
252         $(RANLIB) librx.a
253
254 mostlyclean-compile:
255         -rm -f *.$(OBJEXT)
256
257 distclean-compile:
258         -rm -f *.tab.c
259
260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashrexp.Po@am__quote@
261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx.Po@am__quote@
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxanal.Po@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxbasic.Po@am__quote@
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxbitset.Po@am__quote@
265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxcset.Po@am__quote@
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxgnucomp.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxhash.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxnfa.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxnode.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxposix.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxsimp.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxspencer.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxstr.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxsuper.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rxunfa.Po@am__quote@
276
277 .c.o:
278 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
279 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
280 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
283
284 .c.obj:
285 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
286 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
290
291 .c.lo:
292 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
293 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
297
298 mostlyclean-libtool:
299         -rm -f *.lo
300
301 clean-libtool:
302         -rm -rf .libs _libs
303
304 distclean-libtool:
305         -rm -f libtool
306 uninstall-info-am:
307
308 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310         unique=`for i in $$list; do \
311             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312           done | \
313           $(AWK) '    { files[$$0] = 1; } \
314                END { for (i in files) print i; }'`; \
315         mkid -fID $$unique
316 tags: TAGS
317
318 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319                 $(TAGS_FILES) $(LISP)
320         tags=; \
321         here=`pwd`; \
322         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323         unique=`for i in $$list; do \
324             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325           done | \
326           $(AWK) '    { files[$$0] = 1; } \
327                END { for (i in files) print i; }'`; \
328         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
329           test -n "$$unique" || unique=$$empty_fix; \
330           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331             $$tags $$unique; \
332         fi
333 ctags: CTAGS
334 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         tags=; \
337         here=`pwd`; \
338         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
339         unique=`for i in $$list; do \
340             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341           done | \
342           $(AWK) '    { files[$$0] = 1; } \
343                END { for (i in files) print i; }'`; \
344         test -z "$(CTAGS_ARGS)$$tags$$unique" \
345           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
346              $$tags $$unique
347
348 GTAGS:
349         here=`$(am__cd) $(top_builddir) && pwd` \
350           && cd $(top_srcdir) \
351           && gtags -i $(GTAGS_ARGS) $$here
352
353 distclean-tags:
354         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
356 distdir: $(DISTFILES)
357         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
358         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
359         list='$(DISTFILES)'; for file in $$list; do \
360           case $$file in \
361             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
362             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
363           esac; \
364           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
366           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
367             dir="/$$dir"; \
368             $(mkdir_p) "$(distdir)$$dir"; \
369           else \
370             dir=''; \
371           fi; \
372           if test -d $$d/$$file; then \
373             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375             fi; \
376             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
377           else \
378             test -f $(distdir)/$$file \
379             || cp -p $$d/$$file $(distdir)/$$file \
380             || exit 1; \
381           fi; \
382         done
383 check-am: all-am
384 check: check-am
385 all-am: Makefile $(LIBRARIES)
386 installdirs:
387 install: install-am
388 install-exec: install-exec-am
389 install-data: install-data-am
390 uninstall: uninstall-am
391
392 install-am: all-am
393         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
395 installcheck: installcheck-am
396 install-strip:
397         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399           `test -z '$(STRIP)' || \
400             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401 mostlyclean-generic:
402
403 clean-generic:
404
405 distclean-generic:
406         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
407
408 maintainer-clean-generic:
409         @echo "This command is intended for maintainers to use"
410         @echo "it deletes files that may require special tools to rebuild."
411 clean: clean-am
412
413 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
414         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-libtool 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-exec-am:
435
436 install-info: install-info-am
437
438 install-man:
439
440 installcheck-am:
441
442 maintainer-clean: maintainer-clean-am
443         -rm -rf ./$(DEPDIR)
444         -rm -f Makefile
445 maintainer-clean-am: distclean-am maintainer-clean-generic
446
447 mostlyclean: mostlyclean-am
448
449 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
450         mostlyclean-libtool
451
452 pdf: pdf-am
453
454 pdf-am:
455
456 ps: ps-am
457
458 ps-am:
459
460 uninstall-am: uninstall-info-am
461
462 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463         clean-libtool clean-noinstLIBRARIES ctags distclean \
464         distclean-compile distclean-generic distclean-libtool \
465         distclean-tags distdir dvi dvi-am html html-am info info-am \
466         install install-am install-data install-data-am install-exec \
467         install-exec-am install-info install-info-am install-man \
468         install-strip installcheck installcheck-am installdirs \
469         maintainer-clean maintainer-clean-generic mostlyclean \
470         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
471         pdf pdf-am ps ps-am tags uninstall uninstall-am \
472         uninstall-info-am
473
474 # Tell versions [3.59,3.63) of GNU make to not export all variables.
475 # Otherwise a system limit (for SysV at least) may be exceeded.
476 .NOEXPORT: