~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to data/keymaps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-26 22:47:52 UTC
  • mfrom: (1.2.3 upstream) (9 karmic)
  • mto: (6.2.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090626224752-ka1w2t85vuc03252
Tags: 1.2.0.20090617-1
* new upstream release.
* libibus0 -> libibus1:
  - debian/control: rename the package.
  - debian/libibus0.install: removed
  - debian/libibus0.symbols: removed
  - debian/libibus1.install: added
  - debian/libibus1.symbols: added
  - debian/rules: change script of dh_gtkmodules
* debian/ibus-gtk.install: updated.
* debian/control: 
  - ibus conflicts the ibus modules with low version. 
  - bump policy version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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
# vim:set noet ts=4:
 
18
#
 
19
# ibus - The Input Bus
 
20
#
 
21
# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
 
22
#
 
23
# This library is free software; you can redistribute it and/or
 
24
# modify it under the terms of the GNU Lesser General Public
 
25
# License as published by the Free Software Foundation; either
 
26
# version 2 of the License, or (at your option) any later version.
 
27
#
 
28
# This library is distributed in the hope that it will be useful,
 
29
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
30
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
31
# GNU Lesser General Public License for more details.
 
32
#
 
33
# You should have received a copy of the GNU Lesser General Public
 
34
# License along with this program; if not, write to the
 
35
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 
36
# Boston, MA  02111-1307  USA
 
37
 
 
38
# keymaps = \
 
39
#       ar \
 
40
#       common \
 
41
#       da \
 
42
#       de \
 
43
#       de-ch \
 
44
#       en-gb \
 
45
#       es \
 
46
#       et \
 
47
#       fi \
 
48
#       fo \
 
49
#       fr \
 
50
#       fr-be \
 
51
#       fr-ca \
 
52
#       fr-ch \
 
53
#       hr \
 
54
#       hu \
 
55
#       is \
 
56
#       it \
 
57
#       jp \
 
58
#       lt \
 
59
#       lv \
 
60
#       mk \
 
61
#       modifiers \
 
62
#       nl \
 
63
#       nl-be \
 
64
#       no \
 
65
#       pl \
 
66
#       pt \
 
67
#       pt-br \
 
68
#       ru \
 
69
#       sl \
 
70
#       sv \
 
71
#       th \
 
72
#       tr \
 
73
#       us \
 
74
#       $(NULL)
 
75
 
 
76
VPATH = @srcdir@
 
77
pkgdatadir = $(datadir)/@PACKAGE@
 
78
pkglibdir = $(libdir)/@PACKAGE@
 
79
pkgincludedir = $(includedir)/@PACKAGE@
 
80
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
81
install_sh_DATA = $(install_sh) -c -m 644
 
82
install_sh_PROGRAM = $(install_sh) -c
 
83
install_sh_SCRIPT = $(install_sh) -c
 
84
INSTALL_HEADER = $(INSTALL_DATA)
 
85
transform = $(program_transform_name)
 
86
NORMAL_INSTALL = :
 
87
PRE_INSTALL = :
 
88
POST_INSTALL = :
 
89
NORMAL_UNINSTALL = :
 
90
PRE_UNINSTALL = :
 
91
POST_UNINSTALL = :
 
92
build_triplet = @build@
 
93
host_triplet = @host@
 
94
subdir = data/keymaps
 
95
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
96
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
97
am__aclocal_m4_deps = $(top_srcdir)/m4/as-version.m4 \
 
98
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \
 
99
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intltool.m4 \
 
100
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
101
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
102
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
103
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
104
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
105
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
106
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
107
        $(ACLOCAL_M4)
 
108
mkinstalldirs = $(install_sh) -d
 
109
CONFIG_HEADER = $(top_builddir)/config.h
 
110
CONFIG_CLEAN_FILES =
 
111
SOURCES =
 
112
DIST_SOURCES =
 
113
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
114
am__vpath_adj = case $$p in \
 
115
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
116
    *) f=$$p;; \
 
117
  esac;
 
118
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
119
am__installdirs = "$(DESTDIR)$(keymapsdir)"
 
120
keymapsDATA_INSTALL = $(INSTALL_DATA)
 
121
DATA = $(keymaps_DATA)
 
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
123
ACLOCAL = @ACLOCAL@
 
124
ALL_LINGUAS = @ALL_LINGUAS@
 
125
AMTAR = @AMTAR@
 
126
AR = @AR@
 
127
AUTOCONF = @AUTOCONF@
 
128
AUTOHEADER = @AUTOHEADER@
 
129
AUTOMAKE = @AUTOMAKE@
 
130
AWK = @AWK@
 
131
CC = @CC@
 
132
CCDEPMODE = @CCDEPMODE@
 
133
CFLAGS = @CFLAGS@
 
134
CPP = @CPP@
 
135
CPPFLAGS = @CPPFLAGS@
 
136
CXX = @CXX@
 
137
CXXCPP = @CXXCPP@
 
138
CXXDEPMODE = @CXXDEPMODE@
 
139
CXXFLAGS = @CXXFLAGS@
 
140
CYGPATH_W = @CYGPATH_W@
 
141
DATADIRNAME = @DATADIRNAME@
 
142
DATE_DISPLAY = @DATE_DISPLAY@
 
143
DBUS_CFLAGS = @DBUS_CFLAGS@
 
144
DBUS_LIBS = @DBUS_LIBS@
 
145
DBUS_PYTHON_CFLAGS = @DBUS_PYTHON_CFLAGS@
 
146
DBUS_PYTHON_LIBS = @DBUS_PYTHON_LIBS@
 
147
DEFS = @DEFS@
 
148
DEPDIR = @DEPDIR@
 
149
DSYMUTIL = @DSYMUTIL@
 
150
DUMPBIN = @DUMPBIN@
 
151
ECHO_C = @ECHO_C@
 
152
ECHO_N = @ECHO_N@
 
153
ECHO_T = @ECHO_T@
 
154
EGREP = @EGREP@
 
155
ENV = @ENV@
 
156
EXEEXT = @EXEEXT@
 
157
FGREP = @FGREP@
 
158
GCONFTOOL = @GCONFTOOL@
 
159
GCONF_CFLAGS = @GCONF_CFLAGS@
 
160
GCONF_LIBS = @GCONF_LIBS@
 
161
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
162
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
163
GDK2_CFLAGS = @GDK2_CFLAGS@
 
164
GDK2_LIBS = @GDK2_LIBS@
 
165
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
166
GIO2_CFLAGS = @GIO2_CFLAGS@
 
167
GIO2_LIBS = @GIO2_LIBS@
 
168
GLIB2_CFLAGS = @GLIB2_CFLAGS@
 
169
GLIB2_LIBS = @GLIB2_LIBS@
 
170
GLIB_CFLAGS = @GLIB_CFLAGS@
 
171
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
172
GLIB_LIBS = @GLIB_LIBS@
 
173
GLIB_MKENUMS = @GLIB_MKENUMS@
 
174
GMSGFMT = @GMSGFMT@
 
175
GMSGFMT_015 = @GMSGFMT_015@
 
176
GOBJECT2_CFLAGS = @GOBJECT2_CFLAGS@
 
177
GOBJECT2_LIBS = @GOBJECT2_LIBS@
 
178
GOBJECT_QUERY = @GOBJECT_QUERY@
 
179
GREP = @GREP@
 
180
GTK2_CFLAGS = @GTK2_CFLAGS@
 
181
GTK2_LIBS = @GTK2_LIBS@
 
182
GTKDOC_CHECK = @GTKDOC_CHECK@
 
183
GTK_IM_MODULEDIR = @GTK_IM_MODULEDIR@
 
184
HTML_DIR = @HTML_DIR@
 
185
INSTALL = @INSTALL@
 
186
INSTALL_DATA = @INSTALL_DATA@
 
187
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
188
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
189
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
190
INTLLIBS = @INTLLIBS@
 
191
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
192
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
193
INTLTOOL_PERL = @INTLTOOL_PERL@
 
194
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
195
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
196
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
 
197
ISOCODES_LIBS = @ISOCODES_LIBS@
 
198
LD = @LD@
 
199
LDFLAGS = @LDFLAGS@
 
200
LIBICONV = @LIBICONV@
 
201
LIBINTL = @LIBINTL@
 
202
LIBOBJS = @LIBOBJS@
 
203
LIBS = @LIBS@
 
204
LIBTOOL = @LIBTOOL@
 
205
LIPO = @LIPO@
 
206
LN_S = @LN_S@
 
207
LTLIBICONV = @LTLIBICONV@
 
208
LTLIBINTL = @LTLIBINTL@
 
209
LTLIBOBJS = @LTLIBOBJS@
 
210
LT_VERSION_INFO = @LT_VERSION_INFO@
 
211
MAINT = @MAINT@
 
212
MAKEINFO = @MAKEINFO@
 
213
MKDIR_P = @MKDIR_P@
 
214
MSGFMT = @MSGFMT@
 
215
MSGFMT_015 = @MSGFMT_015@
 
216
MSGMERGE = @MSGMERGE@
 
217
NM = @NM@
 
218
NMEDIT = @NMEDIT@
 
219
OBJDUMP = @OBJDUMP@
 
220
OBJEXT = @OBJEXT@
 
221
OTOOL = @OTOOL@
 
222
OTOOL64 = @OTOOL64@
 
223
PACKAGE = @PACKAGE@
 
224
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
225
PACKAGE_NAME = @PACKAGE_NAME@
 
226
PACKAGE_STRING = @PACKAGE_STRING@
 
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_VERSION = @PACKAGE_VERSION@
 
229
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
 
230
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
 
231
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
 
232
PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
 
233
PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
 
234
PATH_SEPARATOR = @PATH_SEPARATOR@
 
235
PKG_CONFIG = @PKG_CONFIG@
 
236
POSUB = @POSUB@
 
237
PYTHON = @PYTHON@
 
238
PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
239
PYTHON_CONFIG = @PYTHON_CONFIG@
 
240
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
241
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
242
PYTHON_LIBS = @PYTHON_LIBS@
 
243
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
244
PYTHON_PREFIX = @PYTHON_PREFIX@
 
245
PYTHON_VERSION = @PYTHON_VERSION@
 
246
QMAKE = @QMAKE@
 
247
QT_CFLAGS = @QT_CFLAGS@
 
248
QT_LIBS = @QT_LIBS@
 
249
RANLIB = @RANLIB@
 
250
REBUILD = @REBUILD@
 
251
SED = @SED@
 
252
SET_MAKE = @SET_MAKE@
 
253
SHELL = @SHELL@
 
254
STRIP = @STRIP@
 
255
USE_NLS = @USE_NLS@
 
256
VERSION = @VERSION@
 
257
X11_CFLAGS = @X11_CFLAGS@
 
258
X11_LIBS = @X11_LIBS@
 
259
XGETTEXT = @XGETTEXT@
 
260
XGETTEXT_015 = @XGETTEXT_015@
 
261
abs_builddir = @abs_builddir@
 
262
abs_srcdir = @abs_srcdir@
 
263
abs_top_builddir = @abs_top_builddir@
 
264
abs_top_srcdir = @abs_top_srcdir@
 
265
ac_ct_CC = @ac_ct_CC@
 
266
ac_ct_CXX = @ac_ct_CXX@
 
267
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
268
am__include = @am__include@
 
269
am__leading_dot = @am__leading_dot@
 
270
am__quote = @am__quote@
 
271
am__tar = @am__tar@
 
272
am__untar = @am__untar@
 
273
bindir = @bindir@
 
274
build = @build@
 
275
build_alias = @build_alias@
 
276
build_cpu = @build_cpu@
 
277
build_os = @build_os@
 
278
build_vendor = @build_vendor@
 
279
builddir = @builddir@
 
280
datadir = @datadir@
 
281
datarootdir = @datarootdir@
 
282
docdir = @docdir@
 
283
dvidir = @dvidir@
 
284
exec_prefix = @exec_prefix@
 
285
host = @host@
 
286
host_alias = @host_alias@
 
287
host_cpu = @host_cpu@
 
288
host_os = @host_os@
 
289
host_vendor = @host_vendor@
 
290
htmldir = @htmldir@
 
291
includedir = @includedir@
 
292
infodir = @infodir@
 
293
install_sh = @install_sh@
 
294
libdir = @libdir@
 
295
libexecdir = @libexecdir@
 
296
localedir = @localedir@
 
297
localstatedir = @localstatedir@
 
298
lt_ECHO = @lt_ECHO@
 
299
mandir = @mandir@
 
300
mkdir_p = @mkdir_p@
 
301
oldincludedir = @oldincludedir@
 
302
pdfdir = @pdfdir@
 
303
pkgpyexecdir = @pkgpyexecdir@
 
304
pkgpythondir = @pkgpythondir@
 
305
prefix = @prefix@
 
306
program_transform_name = @program_transform_name@
 
307
psdir = @psdir@
 
308
pyexecdir = @pyexecdir@
 
309
pythondir = @pythondir@
 
310
sbindir = @sbindir@
 
311
sharedstatedir = @sharedstatedir@
 
312
srcdir = @srcdir@
 
313
sysconfdir = @sysconfdir@
 
314
target_alias = @target_alias@
 
315
top_build_prefix = @top_build_prefix@
 
316
top_builddir = @top_builddir@
 
317
top_srcdir = @top_srcdir@
 
318
keymaps = \
 
319
        common \
 
320
        modifiers \
 
321
        jp \
 
322
        us \
 
323
        $(NULL)
 
324
 
 
325
keymaps_DATA = $(keymaps)
 
326
keymapsdir = $(pkgdatadir)/keymaps
 
327
EXTRA_DIST = \
 
328
        $(keymaps) \
 
329
        $(NULL)
 
330
 
 
331
all: all-am
 
332
 
 
333
.SUFFIXES:
 
334
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
335
        @for dep in $?; do \
 
336
          case '$(am__configure_deps)' in \
 
337
            *$$dep*) \
 
338
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
339
                && { if test -f $@; then exit 0; else break; fi; }; \
 
340
              exit 1;; \
 
341
          esac; \
 
342
        done; \
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/keymaps/Makefile'; \
 
344
        cd $(top_srcdir) && \
 
345
          $(AUTOMAKE) --gnu  data/keymaps/Makefile
 
346
.PRECIOUS: Makefile
 
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
348
        @case '$?' in \
 
349
          *config.status*) \
 
350
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
351
          *) \
 
352
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
353
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
354
        esac;
 
355
 
 
356
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
358
 
 
359
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
 
 
364
mostlyclean-libtool:
 
365
        -rm -f *.lo
 
366
 
 
367
clean-libtool:
 
368
        -rm -rf .libs _libs
 
369
install-keymapsDATA: $(keymaps_DATA)
 
370
        @$(NORMAL_INSTALL)
 
371
        test -z "$(keymapsdir)" || $(MKDIR_P) "$(DESTDIR)$(keymapsdir)"
 
372
        @list='$(keymaps_DATA)'; for p in $$list; do \
 
373
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
374
          f=$(am__strip_dir) \
 
375
          echo " $(keymapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(keymapsdir)/$$f'"; \
 
376
          $(keymapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(keymapsdir)/$$f"; \
 
377
        done
 
378
 
 
379
uninstall-keymapsDATA:
 
380
        @$(NORMAL_UNINSTALL)
 
381
        @list='$(keymaps_DATA)'; for p in $$list; do \
 
382
          f=$(am__strip_dir) \
 
383
          echo " rm -f '$(DESTDIR)$(keymapsdir)/$$f'"; \
 
384
          rm -f "$(DESTDIR)$(keymapsdir)/$$f"; \
 
385
        done
 
386
tags: TAGS
 
387
TAGS:
 
388
 
 
389
ctags: CTAGS
 
390
CTAGS:
 
391
 
 
392
 
 
393
distdir: $(DISTFILES)
 
394
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
395
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
396
        list='$(DISTFILES)'; \
 
397
          dist_files=`for file in $$list; do echo $$file; done | \
 
398
          sed -e "s|^$$srcdirstrip/||;t" \
 
399
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
400
        case $$dist_files in \
 
401
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
402
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
403
                           sort -u` ;; \
 
404
        esac; \
 
405
        for file in $$dist_files; do \
 
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
407
          if test -d $$d/$$file; then \
 
408
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
409
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
410
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
411
            fi; \
 
412
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
413
          else \
 
414
            test -f $(distdir)/$$file \
 
415
            || cp -p $$d/$$file $(distdir)/$$file \
 
416
            || exit 1; \
 
417
          fi; \
 
418
        done
 
419
check-am: all-am
 
420
check: check-am
 
421
all-am: Makefile $(DATA)
 
422
installdirs:
 
423
        for dir in "$(DESTDIR)$(keymapsdir)"; do \
 
424
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
425
        done
 
426
install: install-am
 
427
install-exec: install-exec-am
 
428
install-data: install-data-am
 
429
uninstall: uninstall-am
 
430
 
 
431
install-am: all-am
 
432
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
433
 
 
434
installcheck: installcheck-am
 
435
install-strip:
 
436
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
          `test -z '$(STRIP)' || \
 
439
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
440
mostlyclean-generic:
 
441
 
 
442
clean-generic:
 
443
 
 
444
distclean-generic:
 
445
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
446
 
 
447
maintainer-clean-generic:
 
448
        @echo "This command is intended for maintainers to use"
 
449
        @echo "it deletes files that may require special tools to rebuild."
 
450
clean: clean-am
 
451
 
 
452
clean-am: clean-generic clean-libtool mostlyclean-am
 
453
 
 
454
distclean: distclean-am
 
455
        -rm -f Makefile
 
456
distclean-am: clean-am distclean-generic
 
457
 
 
458
dvi: dvi-am
 
459
 
 
460
dvi-am:
 
461
 
 
462
html: html-am
 
463
 
 
464
info: info-am
 
465
 
 
466
info-am:
 
467
 
 
468
install-data-am: install-keymapsDATA
 
469
 
 
470
install-dvi: install-dvi-am
 
471
 
 
472
install-exec-am:
 
473
 
 
474
install-html: install-html-am
 
475
 
 
476
install-info: install-info-am
 
477
 
 
478
install-man:
 
479
 
 
480
install-pdf: install-pdf-am
 
481
 
 
482
install-ps: install-ps-am
 
483
 
 
484
installcheck-am:
 
485
 
 
486
maintainer-clean: maintainer-clean-am
 
487
        -rm -f Makefile
 
488
maintainer-clean-am: distclean-am maintainer-clean-generic
 
489
 
 
490
mostlyclean: mostlyclean-am
 
491
 
 
492
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
493
 
 
494
pdf: pdf-am
 
495
 
 
496
pdf-am:
 
497
 
 
498
ps: ps-am
 
499
 
 
500
ps-am:
 
501
 
 
502
uninstall-am: uninstall-keymapsDATA
 
503
 
 
504
.MAKE: install-am install-strip
 
505
 
 
506
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
507
        distclean distclean-generic distclean-libtool distdir dvi \
 
508
        dvi-am html html-am info info-am install install-am \
 
509
        install-data install-data-am install-dvi install-dvi-am \
 
510
        install-exec install-exec-am install-html install-html-am \
 
511
        install-info install-info-am install-keymapsDATA install-man \
 
512
        install-pdf install-pdf-am install-ps install-ps-am \
 
513
        install-strip installcheck installcheck-am installdirs \
 
514
        maintainer-clean maintainer-clean-generic mostlyclean \
 
515
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
516
        uninstall uninstall-am uninstall-keymapsDATA
 
517
 
 
518
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
519
# Otherwise a system limit (for SysV at least) may be exceeded.
 
520
.NOEXPORT: