~lidaobing/+junk/zhcon

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: LI Daobing
  • Date: 2008-11-04 04:39:18 UTC
  • Revision ID: lidaobing@gmail.com-20081104043918-nfwwvgfb0uied0mt
importĀ 1:0.2.6-5.1

Show diffs side-by-side

added added

removed removed

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