~ubuntu-branches/ubuntu/maverick/gnome-terminal/maverick-proposed

« back to all changes in this revision

Viewing changes to help/ro/Makefile.in

Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
95
95
NORMAL_UNINSTALL = :
96
96
PRE_UNINSTALL = :
97
97
POST_UNINSTALL = :
 
98
build_triplet = @build@
98
99
host_triplet = @host@
99
100
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
100
101
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
159
160
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
160
161
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
161
162
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
163
INTLTOOL_ICONV = @INTLTOOL_ICONV@
162
164
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
163
165
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
164
166
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
167
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
168
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
165
169
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
166
170
INTLTOOL_PERL = @INTLTOOL_PERL@
167
171
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
174
178
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
175
179
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176
180
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
181
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
182
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
177
183
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
178
184
LDFLAGS = @LDFLAGS@
179
185
LIBOBJS = @LIBOBJS@
219
225
ac_ct_F77 = @ac_ct_F77@
220
226
ac_ct_RANLIB = @ac_ct_RANLIB@
221
227
ac_ct_STRIP = @ac_ct_STRIP@
 
228
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
222
229
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
223
230
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
224
231
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
226
233
am__include = @am__include@
227
234
am__leading_dot = @am__leading_dot@
228
235
am__quote = @am__quote@
 
236
am__tar = @am__tar@
 
237
am__untar = @am__untar@
229
238
bindir = @bindir@
230
239
build = @build@
231
240
build_alias = @build_alias@
375
384
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
376
385
 
377
386
distclean-generic:
378
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
387
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379
388
 
380
389
maintainer-clean-generic:
381
390
        @echo "This command is intended for maintainers to use"
429
438
uninstall-am: uninstall-info-am uninstall-local
430
439
 
431
440
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
432
 
        clean-local distclean distclean-generic distclean-libtool \
433
 
        distdir dvi dvi-am html html-am info info-am install \
434
 
        install-am install-data install-data-am install-data-local \
435
 
        install-exec install-exec-am install-info install-info-am \
436
 
        install-man install-strip installcheck installcheck-am \
437
 
        installdirs maintainer-clean maintainer-clean-generic \
438
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
439
 
        ps ps-am uninstall uninstall-am uninstall-info-am \
440
 
        uninstall-local
 
441
        clean-local dist-hook distclean distclean-generic \
 
442
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
443
        install install-am install-data install-data-am \
 
444
        install-data-hook install-data-local install-exec \
 
445
        install-exec-am install-info install-info-am install-man \
 
446
        install-strip installcheck installcheck-am installdirs \
 
447
        maintainer-clean maintainer-clean-generic mostlyclean \
 
448
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
449
        uninstall uninstall-am uninstall-info-am uninstall-local
441
450
 
442
451
 
443
452
# At some point, it may be wise to change to something like this:
456
465
        for file in $(omffile); do \
457
466
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
458
467
        done
459
 
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
 
468
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
460
469
 
461
470
uninstall-local-omf:
462
 
        -for file in $(omffile); do \
463
 
                rm -f $(DESTDIR)$(omf_dest_dir)/$$file; \
 
471
        -for file in $(srcdir)/*.omf; do \
 
472
                basefile=`basename $$file`; \
 
473
                rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
464
474
        done
465
 
        -rmdir $(omf_dest_dir)
466
 
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
475
        -rmdir $(DESTDIR)$(omf_dest_dir)
 
476
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
467
477
 
468
478
clean-local-omf:
469
479
        -for file in $(omffile); do \
516
526
        done
517
527
        -rmdir $(DESTDIR)$(docdir)
518
528
 
519
 
clean-local: clean-local-omf
 
529
clean-local: clean-local-doc clean-local-omf
 
530
 
 
531
# for non-srcdir builds, remove the copied entities.
 
532
clean-local-doc:
 
533
        if test $(srcdir) != .; then \
 
534
          rm -f $(entities); \
 
535
        fi
520
536
dist-hook: app-dist-hook
521
537
# Tell versions [3.59,3.63) of GNU make to not export all variables.
522
538
# Otherwise a system limit (for SysV at least) may be exceeded.