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

« back to all changes in this revision

Viewing changes to client/gtk2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
37
38
 
38
39
VPATH = @srcdir@
39
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
40
42
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkgincludedir = $(includedir)/@PACKAGE@
 
43
pkglibexecdir = $(libexecdir)/@PACKAGE@
42
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
45
install_sh_DATA = $(install_sh) -c -m 644
44
46
install_sh_PROGRAM = $(install_sh) -c
70
72
mkinstalldirs = $(install_sh) -d
71
73
CONFIG_HEADER = $(top_builddir)/config.h
72
74
CONFIG_CLEAN_FILES =
 
75
CONFIG_CLEAN_VPATH_FILES =
73
76
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
77
am__vpath_adj = case $$p in \
75
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76
79
    *) f=$$p;; \
77
80
  esac;
78
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
81
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
82
am__install_max = 40
 
83
am__nobase_strip_setup = \
 
84
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
85
am__nobase_strip = \
 
86
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
87
am__nobase_list = $(am__nobase_strip_setup); \
 
88
  for p in $$list; do echo "$$p $$p"; done | \
 
89
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
90
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
91
    if (++n[$$2] == $(am__install_max)) \
 
92
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
93
    END { for (dir in files) print dir, files[dir] }'
 
94
am__base_list = \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79
97
am__installdirs = "$(DESTDIR)$(immoduledir)"
80
 
immoduleLTLIBRARIES_INSTALL = $(INSTALL)
81
98
LTLIBRARIES = $(immodule_LTLIBRARIES)
82
99
am_im_ibus_la_OBJECTS = im_ibus_la-ibusim.lo \
83
100
        im_ibus_la-ibusimcontext.lo
88
105
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89
106
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
107
am__depfiles_maybe = depfiles
 
108
am__mv = mv -f
91
109
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
110
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
111
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
225
243
PYTHON_PLATFORM = @PYTHON_PLATFORM@
226
244
PYTHON_PREFIX = @PYTHON_PREFIX@
227
245
PYTHON_VERSION = @PYTHON_VERSION@
228
 
QMAKE = @QMAKE@
229
 
QT_CFLAGS = @QT_CFLAGS@
230
 
QT_LIBS = @QT_LIBS@
231
246
RANLIB = @RANLIB@
232
247
REBUILD = @REBUILD@
233
248
SED = @SED@
341
356
              exit 1;; \
342
357
          esac; \
343
358
        done; \
344
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  client/gtk2/Makefile'; \
345
 
        cd $(top_srcdir) && \
346
 
          $(AUTOMAKE) --gnu  client/gtk2/Makefile
 
359
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/gtk2/Makefile'; \
 
360
        $(am__cd) $(top_srcdir) && \
 
361
          $(AUTOMAKE) --gnu client/gtk2/Makefile
347
362
.PRECIOUS: Makefile
348
363
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349
364
        @case '$?' in \
361
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
377
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
363
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
379
$(am__aclocal_m4_deps):
364
380
install-immoduleLTLIBRARIES: $(immodule_LTLIBRARIES)
365
381
        @$(NORMAL_INSTALL)
366
382
        test -z "$(immoduledir)" || $(MKDIR_P) "$(DESTDIR)$(immoduledir)"
367
 
        @list='$(immodule_LTLIBRARIES)'; for p in $$list; do \
 
383
        @list='$(immodule_LTLIBRARIES)'; test -n "$(immoduledir)" || list=; \
 
384
        list2=; for p in $$list; do \
368
385
          if test -f $$p; then \
369
 
            f=$(am__strip_dir) \
370
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(immoduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(immoduledir)/$$f'"; \
371
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(immoduleLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(immoduledir)/$$f"; \
 
386
            list2="$$list2 $$p"; \
372
387
          else :; fi; \
373
 
        done
 
388
        done; \
 
389
        test -z "$$list2" || { \
 
390
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(immoduledir)'"; \
 
391
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(immoduledir)"; \
 
392
        }
374
393
 
375
394
uninstall-immoduleLTLIBRARIES:
376
395
        @$(NORMAL_UNINSTALL)
377
 
        @list='$(immodule_LTLIBRARIES)'; for p in $$list; do \
378
 
          p=$(am__strip_dir) \
379
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(immoduledir)/$$p'"; \
380
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(immoduledir)/$$p"; \
 
396
        @list='$(immodule_LTLIBRARIES)'; test -n "$(immoduledir)" || list=; \
 
397
        for p in $$list; do \
 
398
          $(am__strip_dir) \
 
399
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(immoduledir)/$$f'"; \
 
400
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(immoduledir)/$$f"; \
381
401
        done
382
402
 
383
403
clean-immoduleLTLIBRARIES:
402
422
 
403
423
.c.o:
404
424
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
425
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
428
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
409
429
 
410
430
.c.obj:
411
431
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
412
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
435
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
416
436
 
417
437
.c.lo:
418
438
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
439
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
420
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
421
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422
442
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
423
443
 
424
444
im_ibus_la-ibusim.lo: ibusim.c
425
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -MT im_ibus_la-ibusim.lo -MD -MP -MF $(DEPDIR)/im_ibus_la-ibusim.Tpo -c -o im_ibus_la-ibusim.lo `test -f 'ibusim.c' || echo '$(srcdir)/'`ibusim.c
426
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/im_ibus_la-ibusim.Tpo $(DEPDIR)/im_ibus_la-ibusim.Plo
 
445
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -MT im_ibus_la-ibusim.lo -MD -MP -MF $(DEPDIR)/im_ibus_la-ibusim.Tpo -c -o im_ibus_la-ibusim.lo `test -f 'ibusim.c' || echo '$(srcdir)/'`ibusim.c
 
446
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/im_ibus_la-ibusim.Tpo $(DEPDIR)/im_ibus_la-ibusim.Plo
427
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ibusim.c' object='im_ibus_la-ibusim.lo' libtool=yes @AMDEPBACKSLASH@
428
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -c -o im_ibus_la-ibusim.lo `test -f 'ibusim.c' || echo '$(srcdir)/'`ibusim.c
 
449
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -c -o im_ibus_la-ibusim.lo `test -f 'ibusim.c' || echo '$(srcdir)/'`ibusim.c
430
450
 
431
451
im_ibus_la-ibusimcontext.lo: ibusimcontext.c
432
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -MT im_ibus_la-ibusimcontext.lo -MD -MP -MF $(DEPDIR)/im_ibus_la-ibusimcontext.Tpo -c -o im_ibus_la-ibusimcontext.lo `test -f 'ibusimcontext.c' || echo '$(srcdir)/'`ibusimcontext.c
433
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/im_ibus_la-ibusimcontext.Tpo $(DEPDIR)/im_ibus_la-ibusimcontext.Plo
 
452
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -MT im_ibus_la-ibusimcontext.lo -MD -MP -MF $(DEPDIR)/im_ibus_la-ibusimcontext.Tpo -c -o im_ibus_la-ibusimcontext.lo `test -f 'ibusimcontext.c' || echo '$(srcdir)/'`ibusimcontext.c
 
453
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/im_ibus_la-ibusimcontext.Tpo $(DEPDIR)/im_ibus_la-ibusimcontext.Plo
434
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ibusimcontext.c' object='im_ibus_la-ibusimcontext.lo' libtool=yes @AMDEPBACKSLASH@
435
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
436
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -c -o im_ibus_la-ibusimcontext.lo `test -f 'ibusimcontext.c' || echo '$(srcdir)/'`ibusimcontext.c
 
456
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(im_ibus_la_CFLAGS) $(CFLAGS) -c -o im_ibus_la-ibusimcontext.lo `test -f 'ibusimcontext.c' || echo '$(srcdir)/'`ibusimcontext.c
437
457
 
438
458
mostlyclean-libtool:
439
459
        -rm -f *.lo
453
473
 
454
474
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455
475
                $(TAGS_FILES) $(LISP)
456
 
        tags=; \
 
476
        set x; \
457
477
        here=`pwd`; \
458
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
459
479
        unique=`for i in $$list; do \
461
481
          done | \
462
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
464
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
484
        shift; \
 
485
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465
486
          test -n "$$unique" || unique=$$empty_fix; \
466
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467
 
            $$tags $$unique; \
 
487
          if test $$# -gt 0; then \
 
488
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
              "$$@" $$unique; \
 
490
          else \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              $$unique; \
 
493
          fi; \
468
494
        fi
469
495
ctags: CTAGS
470
496
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471
497
                $(TAGS_FILES) $(LISP)
472
 
        tags=; \
473
498
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
474
499
        unique=`for i in $$list; do \
475
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476
501
          done | \
477
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
479
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
504
        test -z "$(CTAGS_ARGS)$$unique" \
480
505
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481
 
             $$tags $$unique
 
506
             $$unique
482
507
 
483
508
GTAGS:
484
509
        here=`$(am__cd) $(top_builddir) && pwd` \
485
 
          && cd $(top_srcdir) \
486
 
          && gtags -i $(GTAGS_ARGS) $$here
 
510
          && $(am__cd) $(top_srcdir) \
 
511
          && gtags -i $(GTAGS_ARGS) "$$here"
487
512
 
488
513
distclean-tags:
489
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
529
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505
530
          if test -d $$d/$$file; then \
506
531
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
532
            if test -d "$(distdir)/$$file"; then \
 
533
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
534
            fi; \
507
535
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
508
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
536
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
537
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509
538
            fi; \
510
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
539
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511
540
          else \
512
 
            test -f $(distdir)/$$file \
513
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
541
            test -f "$(distdir)/$$file" \
 
542
            || cp -p $$d/$$file "$(distdir)/$$file" \
514
543
            || exit 1; \
515
544
          fi; \
516
545
        done
541
570
 
542
571
distclean-generic:
543
572
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
573
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
574
 
545
575
maintainer-clean-generic:
546
576
        @echo "This command is intended for maintainers to use"
562
592
 
563
593
html: html-am
564
594
 
 
595
html-am:
 
596
 
565
597
info: info-am
566
598
 
567
599
info-am:
570
602
 
571
603
install-dvi: install-dvi-am
572
604
 
 
605
install-dvi-am:
 
606
 
573
607
install-exec-am:
574
608
 
575
609
install-html: install-html-am
576
610
 
 
611
install-html-am:
 
612
 
577
613
install-info: install-info-am
578
614
 
 
615
install-info-am:
 
616
 
579
617
install-man:
580
618
 
581
619
install-pdf: install-pdf-am
582
620
 
 
621
install-pdf-am:
 
622
 
583
623
install-ps: install-ps-am
584
624
 
 
625
install-ps-am:
 
626
 
585
627
installcheck-am:
586
628
 
587
629
maintainer-clean: maintainer-clean-am
626
668
 
627
669
test: all
628
670
        GTK_IM_MODULE=ibus gedit
 
671
 
629
672
# Tell versions [3.59,3.63) of GNU make to not export all variables.
630
673
# Otherwise a system limit (for SysV at least) may be exceeded.
631
674
.NOEXPORT: