~ubuntu-branches/ubuntu/lucid/judy/lucid

« back to all changes in this revision

Viewing changes to tool/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

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