~ubuntu-branches/ubuntu/trusty/libgksu/trusty

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-12 17:35:03 UTC
  • mfrom: (1.1.6 upstream) (6.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080612173503-ig19ozxyrh4u9otf
Tags: 2.0.7-1ubuntu1
* Merge from debian unstable, remaining debian/patches:
  - 09_multihead.patch:
    + dim all heads
  - 13_polish_startup.diff: 
    + improve startup notification message (sent upstream)
  - 15_extra_paranoia_for_gconf.diff.patch
    + if no value for sudo-mode is found in gconf, default to sudo-mode 
      (ubuntu specific)
  - 11_no_save_to_keyring.patch
    + don't save to gnome-keyring by default (ubuntu specific)
  - 12_no_password_dialog.patch
    + don't display dialog if no password was needed (ubuntu specific)
  - 17_composited_fade.patch:
    + nice fadeout on composited display (sent upstream)
  - 18_g_markup_escape_text_for_command.patch:
    + fix missing g_markup_escape when commands are displayed 
      (sent upstream)
  - 20_add_usleep.patch:
    + add small usleep() to avoid race condition when
      the hostname can not be resolved (sent upstream)
  - 21_composited_rgba_addition.patch:
    + bling (sent upstream) 
  - 22_increase_gksu_helper_buf.patch: 
    + make the gksu-run-helper buffer grow dynamically
* dropped (accepted upstream):
  - debian/patches/01_capslock_warn_fix.diff
  - debian/patches/05_always_ask_password.patch
  - debian/patches/16_fix_waitpid.patch
* updated:
  - debian/patches/18_g_markup_escape_text_for_command.patch
* dropped debian/patches/19_keep_http_proxy.patch, not needed
  with current sudo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
19
19
####################################
20
20
# Everything below here is generic #
21
21
####################################
22
 
srcdir = @srcdir@
23
 
top_srcdir = @top_srcdir@
24
22
VPATH = @srcdir@
25
23
pkgdatadir = $(datadir)/@PACKAGE@
26
24
pkglibdir = $(libdir)/@PACKAGE@
27
25
pkgincludedir = $(includedir)/@PACKAGE@
28
 
top_builddir = ..
29
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
 
INSTALL = @INSTALL@
31
27
install_sh_DATA = $(install_sh) -c -m 644
32
28
install_sh_PROGRAM = $(install_sh) -c
33
29
install_sh_SCRIPT = $(install_sh) -c
56
52
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
53
ACLOCAL = @ACLOCAL@
58
54
ALL_LINGUAS = @ALL_LINGUAS@
59
 
AMDEP_FALSE = @AMDEP_FALSE@
60
 
AMDEP_TRUE = @AMDEP_TRUE@
61
55
AMTAR = @AMTAR@
62
56
AR = @AR@
63
57
AUTOCONF = @AUTOCONF@
79
73
DATADIRNAME = @DATADIRNAME@
80
74
DEFS = @DEFS@
81
75
DEPDIR = @DEPDIR@
 
76
DSYMUTIL = @DSYMUTIL@
82
77
ECHO = @ECHO@
83
78
ECHO_C = @ECHO_C@
84
79
ECHO_N = @ECHO_N@
85
80
ECHO_T = @ECHO_T@
86
81
EGREP = @EGREP@
87
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
88
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
89
82
EXEEXT = @EXEEXT@
90
83
F77 = @F77@
91
84
FFLAGS = @FFLAGS@
92
85
GCONFTOOL = @GCONFTOOL@
93
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
94
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
95
86
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
96
87
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
97
88
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
100
91
GMOFILES = @GMOFILES@
101
92
GMSGFMT = @GMSGFMT@
102
93
GREP = @GREP@
103
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
104
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
105
94
HTML_DIR = @HTML_DIR@
 
95
INSTALL = @INSTALL@
106
96
INSTALL_DATA = @INSTALL_DATA@
107
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
108
98
INSTALL_SCRIPT = @INSTALL_SCRIPT@
113
103
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
114
104
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
115
105
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
116
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
117
106
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
118
107
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
119
108
INTLTOOL_MERGE = @INTLTOOL_MERGE@
120
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
121
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
122
109
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
123
110
INTLTOOL_PERL = @INTLTOOL_PERL@
 
111
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
124
112
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
125
113
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
126
114
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
132
120
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
133
121
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
134
122
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
135
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
136
123
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
137
124
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
138
125
LDFLAGS = @LDFLAGS@
144
131
LN_S = @LN_S@
145
132
LTLIBOBJS = @LTLIBOBJS@
146
133
MAINT = @MAINT@
147
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
148
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
149
134
MAJOR_VERSION = @MAJOR_VERSION@
150
135
MAKEINFO = @MAKEINFO@
151
136
MICRO_VERSION = @MICRO_VERSION@
152
137
MINOR_VERSION = @MINOR_VERSION@
 
138
MKDIR_P = @MKDIR_P@
153
139
MKINSTALLDIRS = @MKINSTALLDIRS@
154
140
MSGFMT = @MSGFMT@
155
141
MSGFMT_OPTS = @MSGFMT_OPTS@
 
142
MSGMERGE = @MSGMERGE@
 
143
NMEDIT = @NMEDIT@
156
144
OBJEXT = @OBJEXT@
157
145
PACKAGE = @PACKAGE@
158
146
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
167
155
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
168
156
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
169
157
RANLIB = @RANLIB@
 
158
SED = @SED@
170
159
SET_MAKE = @SET_MAKE@
171
160
SHELL = @SHELL@
172
161
STRIP = @STRIP@
173
162
USE_NLS = @USE_NLS@
174
 
USE_VERSION_SCRIPT_FALSE = @USE_VERSION_SCRIPT_FALSE@
175
 
USE_VERSION_SCRIPT_TRUE = @USE_VERSION_SCRIPT_TRUE@
176
163
VERSION = @VERSION@
177
164
XGETTEXT = @XGETTEXT@
 
165
abs_builddir = @abs_builddir@
 
166
abs_srcdir = @abs_srcdir@
 
167
abs_top_builddir = @abs_top_builddir@
 
168
abs_top_srcdir = @abs_top_srcdir@
178
169
ac_ct_CC = @ac_ct_CC@
179
170
ac_ct_CXX = @ac_ct_CXX@
180
171
ac_ct_F77 = @ac_ct_F77@
181
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
182
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
183
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
184
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
185
172
am__include = @am__include@
186
173
am__leading_dot = @am__leading_dot@
187
174
am__quote = @am__quote@
193
180
build_cpu = @build_cpu@
194
181
build_os = @build_os@
195
182
build_vendor = @build_vendor@
 
183
builddir = @builddir@
196
184
datadir = @datadir@
197
185
datarootdir = @datarootdir@
198
186
docdir = @docdir@
220
208
psdir = @psdir@
221
209
sbindir = @sbindir@
222
210
sharedstatedir = @sharedstatedir@
 
211
srcdir = @srcdir@
223
212
sysconfdir = @sysconfdir@
224
213
target_alias = @target_alias@
 
214
top_builddir = @top_builddir@
 
215
top_srcdir = @top_srcdir@
225
216
AUTOMAKE_OPTIONS = 1.6
226
217
 
227
218
# This is a blank Makefile.am for using gtk-doc.
348
339
 
349
340
clean-libtool:
350
341
        -rm -rf .libs _libs
351
 
 
352
 
distclean-libtool:
353
 
        -rm -f libtool
354
 
uninstall-info-am:
355
342
tags: TAGS
356
343
TAGS:
357
344
 
360
347
 
361
348
 
362
349
distdir: $(DISTFILES)
363
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
364
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
365
 
        list='$(DISTFILES)'; for file in $$list; do \
366
 
          case $$file in \
367
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
368
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
369
 
          esac; \
 
350
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
351
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
352
        list='$(DISTFILES)'; \
 
353
          dist_files=`for file in $$list; do echo $$file; done | \
 
354
          sed -e "s|^$$srcdirstrip/||;t" \
 
355
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
356
        case $$dist_files in \
 
357
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
358
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
359
                           sort -u` ;; \
 
360
        esac; \
 
361
        for file in $$dist_files; do \
370
362
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
371
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
372
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
373
 
            dir="/$$dir"; \
374
 
            $(mkdir_p) "$(distdir)$$dir"; \
375
 
          else \
376
 
            dir=''; \
377
 
          fi; \
378
363
          if test -d $$d/$$file; then \
 
364
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
379
365
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
380
366
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
381
367
            fi; \
425
411
 
426
412
distclean: distclean-am
427
413
        -rm -f Makefile
428
 
distclean-am: clean-am distclean-generic distclean-libtool
 
414
distclean-am: clean-am distclean-generic
429
415
 
430
416
dvi: dvi-am
431
417
 
439
425
 
440
426
install-data-am: install-data-local
441
427
 
 
428
install-dvi: install-dvi-am
 
429
 
442
430
install-exec-am:
443
431
 
 
432
install-html: install-html-am
 
433
 
444
434
install-info: install-info-am
445
435
 
446
436
install-man:
447
437
 
 
438
install-pdf: install-pdf-am
 
439
 
 
440
install-ps: install-ps-am
 
441
 
448
442
installcheck-am:
449
443
 
450
444
maintainer-clean: maintainer-clean-am
464
458
 
465
459
ps-am:
466
460
 
467
 
uninstall-am: uninstall-info-am uninstall-local
 
461
uninstall-am: uninstall-local
 
462
 
 
463
.MAKE: install-am install-strip
468
464
 
469
465
.PHONY: all all-am all-local check check-am clean clean-generic \
470
466
        clean-libtool clean-local dist-hook distclean \
471
467
        distclean-generic distclean-libtool distdir dvi dvi-am html \
472
468
        html-am info info-am install install-am install-data \
473
 
        install-data-am install-data-local install-exec \
474
 
        install-exec-am install-info install-info-am install-man \
475
 
        install-strip installcheck installcheck-am installdirs \
476
 
        maintainer-clean maintainer-clean-generic \
477
 
        maintainer-clean-local mostlyclean mostlyclean-generic \
478
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
479
 
        uninstall-info-am uninstall-local
 
469
        install-data-am install-data-local install-dvi install-dvi-am \
 
470
        install-exec install-exec-am install-html install-html-am \
 
471
        install-info install-info-am install-man install-pdf \
 
472
        install-pdf-am install-ps install-ps-am install-strip \
 
473
        installcheck installcheck-am installdirs maintainer-clean \
 
474
        maintainer-clean-generic maintainer-clean-local mostlyclean \
 
475
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
476
        uninstall uninstall-am uninstall-local
480
477
 
481
478
 
482
479
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp