~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/printers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
subdir = panels/printers
 
39
DIST_COMMON = $(dist_ui_DATA) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in \
 
41
        $(srcdir)/gnome-printers-panel.desktop.in.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
44
        $(top_srcdir)/m4/gnome-doc-utils.m4 $(top_srcdir)/m4/iconv.m4 \
 
45
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
 
46
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
47
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
50
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
51
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
53
        $(ACLOCAL_M4)
 
54
mkinstalldirs = $(install_sh) -d
 
55
CONFIG_HEADER = $(top_builddir)/config.h
 
56
CONFIG_CLEAN_FILES = gnome-printers-panel.desktop.in
 
57
CONFIG_CLEAN_VPATH_FILES =
 
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
59
am__vpath_adj = case $$p in \
 
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
61
    *) f=$$p;; \
 
62
  esac;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
79
am__installdirs = "$(DESTDIR)$(ccpanelsdir)" "$(DESTDIR)$(desktopdir)" \
 
80
        "$(DESTDIR)$(uidir)"
 
81
LTLIBRARIES = $(ccpanels_LTLIBRARIES)
 
82
am__DEPENDENCIES_1 =
 
83
libprinters_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
84
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
85
am_libprinters_la_OBJECTS = printers-module.lo pp-utils.lo \
 
86
        pp-new-printer-dialog.lo cc-printers-panel.lo
 
87
libprinters_la_OBJECTS = $(am_libprinters_la_OBJECTS)
 
88
AM_V_lt = $(am__v_lt_$(V))
 
89
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
90
am__v_lt_0 = --silent
 
91
libprinters_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
92
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
93
        $(AM_CFLAGS) $(CFLAGS) $(libprinters_la_LDFLAGS) $(LDFLAGS) -o \
 
94
        $@
 
95
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
96
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
97
am__depfiles_maybe = depfiles
 
98
am__mv = mv -f
 
99
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
100
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
101
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
102
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
103
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
104
        $(AM_CFLAGS) $(CFLAGS)
 
105
AM_V_CC = $(am__v_CC_$(V))
 
106
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
107
am__v_CC_0 = @echo "  CC    " $@;
 
108
AM_V_at = $(am__v_at_$(V))
 
109
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
110
am__v_at_0 = @
 
111
CCLD = $(CC)
 
112
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
113
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
114
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
115
AM_V_CCLD = $(am__v_CCLD_$(V))
 
116
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
117
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
118
AM_V_GEN = $(am__v_GEN_$(V))
 
119
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
120
am__v_GEN_0 = @echo "  GEN   " $@;
 
121
SOURCES = $(libprinters_la_SOURCES)
 
122
DIST_SOURCES = $(libprinters_la_SOURCES)
 
123
DATA = $(desktop_DATA) $(dist_ui_DATA)
 
124
ETAGS = etags
 
125
CTAGS = ctags
 
126
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
127
ACLOCAL = @ACLOCAL@
 
128
ALL_LINGUAS = @ALL_LINGUAS@
 
129
AMTAR = @AMTAR@
 
130
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
131
AR = @AR@
 
132
AUTOCONF = @AUTOCONF@
 
133
AUTOHEADER = @AUTOHEADER@
 
134
AUTOMAKE = @AUTOMAKE@
 
135
AWK = @AWK@
 
136
BACKGROUND_PANEL_CFLAGS = @BACKGROUND_PANEL_CFLAGS@
 
137
BACKGROUND_PANEL_LIBS = @BACKGROUND_PANEL_LIBS@
 
138
CC = @CC@
 
139
CCDEPMODE = @CCDEPMODE@
 
140
CFLAGS = @CFLAGS@
 
141
CHEESE_CFLAGS = @CHEESE_CFLAGS@
 
142
CHEESE_LIBS = @CHEESE_LIBS@
 
143
CONTROL_CENTER_VERSION = @CONTROL_CENTER_VERSION@
 
144
CPP = @CPP@
 
145
CPPFLAGS = @CPPFLAGS@
 
146
CUPS_CFLAGS = @CUPS_CFLAGS@
 
147
CUPS_CONFIG = @CUPS_CONFIG@
 
148
CUPS_LIBS = @CUPS_LIBS@
 
149
CYGPATH_W = @CYGPATH_W@
 
150
DATADIRNAME = @DATADIRNAME@
 
151
DATETIME_PANEL_CFLAGS = @DATETIME_PANEL_CFLAGS@
 
152
DATETIME_PANEL_LIBS = @DATETIME_PANEL_LIBS@
 
153
DEFS = @DEFS@
 
154
DEPDIR = @DEPDIR@
 
155
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
156
DISPLAY_PANEL_CFLAGS = @DISPLAY_PANEL_CFLAGS@
 
157
DISPLAY_PANEL_LIBS = @DISPLAY_PANEL_LIBS@
 
158
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
159
DLLTOOL = @DLLTOOL@
 
160
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
161
DSYMUTIL = @DSYMUTIL@
 
162
DUMPBIN = @DUMPBIN@
 
163
ECHO_C = @ECHO_C@
 
164
ECHO_N = @ECHO_N@
 
165
ECHO_T = @ECHO_T@
 
166
EGREP = @EGREP@
 
167
EXEEXT = @EXEEXT@
 
168
FGREP = @FGREP@
 
169
GDESKTOP_PREFIX = @GDESKTOP_PREFIX@
 
170
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 
171
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
172
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
173
GLIB_MKENUMS = @GLIB_MKENUMS@
 
174
GMSGFMT = @GMSGFMT@
 
175
GMSGFMT_015 = @GMSGFMT_015@
 
176
GREP = @GREP@
 
177
HELP_DIR = @HELP_DIR@
 
178
INFO_PANEL_CFLAGS = @INFO_PANEL_CFLAGS@
 
179
INFO_PANEL_LIBS = @INFO_PANEL_LIBS@
 
180
INSTALL = @INSTALL@
 
181
INSTALL_DATA = @INSTALL_DATA@
 
182
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
183
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
184
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
185
INTLLIBS = @INTLLIBS@
 
186
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
187
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
188
INTLTOOL_PERL = @INTLTOOL_PERL@
 
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
191
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
 
192
ISOCODES_LIBS = @ISOCODES_LIBS@
 
193
KEYBOARD_PANEL_CFLAGS = @KEYBOARD_PANEL_CFLAGS@
 
194
KEYBOARD_PANEL_LIBS = @KEYBOARD_PANEL_LIBS@
 
195
LD = @LD@
 
196
LDFLAGS = @LDFLAGS@
 
197
LIBGNOMECONTROLCENTER_AGE = @LIBGNOMECONTROLCENTER_AGE@
 
198
LIBGNOMECONTROLCENTER_CURRENT = @LIBGNOMECONTROLCENTER_CURRENT@
 
199
LIBGNOMECONTROLCENTER_REVISION = @LIBGNOMECONTROLCENTER_REVISION@
 
200
LIBGNOME_CONTROL_CENTER_CFLAGS = @LIBGNOME_CONTROL_CENTER_CFLAGS@
 
201
LIBGNOME_CONTROL_CENTER_LIBS = @LIBGNOME_CONTROL_CENTER_LIBS@
 
202
LIBICONV = @LIBICONV@
 
203
LIBINTL = @LIBINTL@
 
204
LIBLANGUAGE_CFLAGS = @LIBLANGUAGE_CFLAGS@
 
205
LIBLANGUAGE_LIBS = @LIBLANGUAGE_LIBS@
 
206
LIBOBJS = @LIBOBJS@
 
207
LIBS = @LIBS@
 
208
LIBSHORTCUTS_CFLAGS = @LIBSHORTCUTS_CFLAGS@
 
209
LIBSHORTCUTS_LIBS = @LIBSHORTCUTS_LIBS@
 
210
LIBTOOL = @LIBTOOL@
 
211
LIPO = @LIPO@
 
212
LN_S = @LN_S@
 
213
LTLIBICONV = @LTLIBICONV@
 
214
LTLIBINTL = @LTLIBINTL@
 
215
LTLIBOBJS = @LTLIBOBJS@
 
216
MAINT = @MAINT@
 
217
MAKEINFO = @MAKEINFO@
 
218
MANIFEST_TOOL = @MANIFEST_TOOL@
 
219
MEDIA_PANEL_CFLAGS = @MEDIA_PANEL_CFLAGS@
 
220
MEDIA_PANEL_LIBS = @MEDIA_PANEL_LIBS@
 
221
MKDIR_P = @MKDIR_P@
 
222
MOUSE_PANEL_CFLAGS = @MOUSE_PANEL_CFLAGS@
 
223
MOUSE_PANEL_LIBS = @MOUSE_PANEL_LIBS@
 
224
MSGFMT = @MSGFMT@
 
225
MSGFMT_015 = @MSGFMT_015@
 
226
MSGMERGE = @MSGMERGE@
 
227
NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
 
228
NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
 
229
NETWORK_PANEL_CFLAGS = @NETWORK_PANEL_CFLAGS@
 
230
NETWORK_PANEL_LIBS = @NETWORK_PANEL_LIBS@
 
231
NM = @NM@
 
232
NMEDIT = @NMEDIT@
 
233
OBJDUMP = @OBJDUMP@
 
234
OBJEXT = @OBJEXT@
 
235
OMF_DIR = @OMF_DIR@
 
236
OTOOL = @OTOOL@
 
237
OTOOL64 = @OTOOL64@
 
238
PACKAGE = @PACKAGE@
 
239
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
240
PACKAGE_NAME = @PACKAGE_NAME@
 
241
PACKAGE_STRING = @PACKAGE_STRING@
 
242
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
243
PACKAGE_URL = @PACKAGE_URL@
 
244
PACKAGE_VERSION = @PACKAGE_VERSION@
 
245
PANELS_DIR = @PANELS_DIR@
 
246
PANEL_CFLAGS = @PANEL_CFLAGS@
 
247
PANEL_LDFLAGS = @PANEL_LDFLAGS@
 
248
PANEL_LIBS = @PANEL_LIBS@
 
249
PATH_SEPARATOR = @PATH_SEPARATOR@
 
250
PKG_CONFIG = @PKG_CONFIG@
 
251
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
252
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
253
POSUB = @POSUB@
 
254
POWER_PANEL_CFLAGS = @POWER_PANEL_CFLAGS@
 
255
POWER_PANEL_LIBS = @POWER_PANEL_LIBS@
 
256
PRINTERS_PANEL_CFLAGS = @PRINTERS_PANEL_CFLAGS@
 
257
PRINTERS_PANEL_LIBS = @PRINTERS_PANEL_LIBS@
 
258
RANLIB = @RANLIB@
 
259
REGION_PANEL_CFLAGS = @REGION_PANEL_CFLAGS@
 
260
REGION_PANEL_LIBS = @REGION_PANEL_LIBS@
 
261
SCREEN_PANEL_CFLAGS = @SCREEN_PANEL_CFLAGS@
 
262
SCREEN_PANEL_LIBS = @SCREEN_PANEL_LIBS@
 
263
SED = @SED@
 
264
SET_MAKE = @SET_MAKE@
 
265
SHELL = @SHELL@
 
266
SHELL_CFLAGS = @SHELL_CFLAGS@
 
267
SHELL_LIBS = @SHELL_LIBS@
 
268
SOCIALWEB_CFLAGS = @SOCIALWEB_CFLAGS@
 
269
SOCIALWEB_LIBS = @SOCIALWEB_LIBS@
 
270
SOUND_PANEL_CFLAGS = @SOUND_PANEL_CFLAGS@
 
271
SOUND_PANEL_LIBS = @SOUND_PANEL_LIBS@
 
272
STRIP = @STRIP@
 
273
UNIVERSAL_ACCESS_PANEL_CFLAGS = @UNIVERSAL_ACCESS_PANEL_CFLAGS@
 
274
UNIVERSAL_ACCESS_PANEL_LIBS = @UNIVERSAL_ACCESS_PANEL_LIBS@
 
275
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
 
276
USER_ACCOUNTS_PANEL_CFLAGS = @USER_ACCOUNTS_PANEL_CFLAGS@
 
277
USER_ACCOUNTS_PANEL_LIBS = @USER_ACCOUNTS_PANEL_LIBS@
 
278
USE_NLS = @USE_NLS@
 
279
VERSION = @VERSION@
 
280
WARN_CFLAGS = @WARN_CFLAGS@
 
281
XF86MISC_LIBS = @XF86MISC_LIBS@
 
282
XGETTEXT = @XGETTEXT@
 
283
XGETTEXT_015 = @XGETTEXT_015@
 
284
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 
285
XMKMF = @XMKMF@
 
286
X_CFLAGS = @X_CFLAGS@
 
287
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
288
X_LIBS = @X_LIBS@
 
289
X_PRE_LIBS = @X_PRE_LIBS@
 
290
abs_builddir = @abs_builddir@
 
291
abs_srcdir = @abs_srcdir@
 
292
abs_top_builddir = @abs_top_builddir@
 
293
abs_top_srcdir = @abs_top_srcdir@
 
294
ac_ct_AR = @ac_ct_AR@
 
295
ac_ct_CC = @ac_ct_CC@
 
296
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
297
am__include = @am__include@
 
298
am__leading_dot = @am__leading_dot@
 
299
am__quote = @am__quote@
 
300
am__tar = @am__tar@
 
301
am__untar = @am__untar@
 
302
bindir = @bindir@
 
303
build = @build@
 
304
build_alias = @build_alias@
 
305
build_cpu = @build_cpu@
 
306
build_os = @build_os@
 
307
build_vendor = @build_vendor@
 
308
builddir = @builddir@
 
309
datadir = @datadir@
 
310
datarootdir = @datarootdir@
 
311
docdir = @docdir@
 
312
dvidir = @dvidir@
 
313
exec_prefix = @exec_prefix@
 
314
host = @host@
 
315
host_alias = @host_alias@
 
316
host_cpu = @host_cpu@
 
317
host_os = @host_os@
 
318
host_vendor = @host_vendor@
 
319
htmldir = @htmldir@
 
320
includedir = @includedir@
 
321
infodir = @infodir@
 
322
install_sh = @install_sh@
 
323
libdir = @libdir@
 
324
libexecdir = @libexecdir@
 
325
localedir = @localedir@
 
326
localstatedir = @localstatedir@
 
327
mandir = @mandir@
 
328
mkdir_p = @mkdir_p@
 
329
oldincludedir = @oldincludedir@
 
330
pdfdir = @pdfdir@
 
331
prefix = @prefix@
 
332
program_transform_name = @program_transform_name@
 
333
psdir = @psdir@
 
334
sbindir = @sbindir@
 
335
sharedstatedir = @sharedstatedir@
 
336
srcdir = @srcdir@
 
337
sysconfdir = @sysconfdir@
 
338
target_alias = @target_alias@
 
339
top_build_prefix = @top_build_prefix@
 
340
top_builddir = @top_builddir@
 
341
top_srcdir = @top_srcdir@
 
342
cappletname = printers
 
343
uidir = $(pkgdatadir)/ui/printers
 
344
dist_ui_DATA = \
 
345
        new-printer-dialog.ui   \
 
346
        printers.ui
 
347
 
 
348
INCLUDES = \
 
349
        $(PANEL_CFLAGS)                                 \
 
350
        $(PRINTERS_PANEL_CFLAGS)                        \
 
351
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
 
352
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""          \
 
353
        -DDATADIR="\"$(uidir)\""                        \
 
354
        $(NULL)
 
355
 
 
356
ccpanelsdir = $(PANELS_DIR)
 
357
ccpanels_LTLIBRARIES = libprinters.la
 
358
libprinters_la_SOURCES = \
 
359
        printers-module.c       \
 
360
        pp-utils.c      \
 
361
        pp-utils.h      \
 
362
        pp-new-printer-dialog.c \
 
363
        pp-new-printer-dialog.h \
 
364
        cc-printers-panel.c     \
 
365
        cc-printers-panel.h
 
366
 
 
367
libprinters_la_LIBADD = $(PRINTERS_PANEL_LIBS) $(PANEL_LIBS) $(CUPS_LIBS)
 
368
libprinters_la_LDFLAGS = $(PANEL_LDFLAGS)
 
369
desktopdir = $(datadir)/applications
 
370
desktop_in_files = gnome-printers-panel.desktop.in
 
371
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
372
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
 
373
all: all-am
 
374
 
 
375
.SUFFIXES:
 
376
.SUFFIXES: .c .lo .o .obj
 
377
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
378
        @for dep in $?; do \
 
379
          case '$(am__configure_deps)' in \
 
380
            *$$dep*) \
 
381
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
382
                && { if test -f $@; then exit 0; else break; fi; }; \
 
383
              exit 1;; \
 
384
          esac; \
 
385
        done; \
 
386
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu panels/printers/Makefile'; \
 
387
        $(am__cd) $(top_srcdir) && \
 
388
          $(AUTOMAKE) --gnu panels/printers/Makefile
 
389
.PRECIOUS: Makefile
 
390
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
391
        @case '$?' in \
 
392
          *config.status*) \
 
393
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
394
          *) \
 
395
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
396
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
397
        esac;
 
398
 
 
399
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
400
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
401
 
 
402
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
403
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
404
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
406
$(am__aclocal_m4_deps):
 
407
gnome-printers-panel.desktop.in: $(top_builddir)/config.status $(srcdir)/gnome-printers-panel.desktop.in.in
 
408
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
409
install-ccpanelsLTLIBRARIES: $(ccpanels_LTLIBRARIES)
 
410
        @$(NORMAL_INSTALL)
 
411
        test -z "$(ccpanelsdir)" || $(MKDIR_P) "$(DESTDIR)$(ccpanelsdir)"
 
412
        @list='$(ccpanels_LTLIBRARIES)'; test -n "$(ccpanelsdir)" || list=; \
 
413
        list2=; for p in $$list; do \
 
414
          if test -f $$p; then \
 
415
            list2="$$list2 $$p"; \
 
416
          else :; fi; \
 
417
        done; \
 
418
        test -z "$$list2" || { \
 
419
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(ccpanelsdir)'"; \
 
420
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(ccpanelsdir)"; \
 
421
        }
 
422
 
 
423
uninstall-ccpanelsLTLIBRARIES:
 
424
        @$(NORMAL_UNINSTALL)
 
425
        @list='$(ccpanels_LTLIBRARIES)'; test -n "$(ccpanelsdir)" || list=; \
 
426
        for p in $$list; do \
 
427
          $(am__strip_dir) \
 
428
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(ccpanelsdir)/$$f'"; \
 
429
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(ccpanelsdir)/$$f"; \
 
430
        done
 
431
 
 
432
clean-ccpanelsLTLIBRARIES:
 
433
        -test -z "$(ccpanels_LTLIBRARIES)" || rm -f $(ccpanels_LTLIBRARIES)
 
434
        @list='$(ccpanels_LTLIBRARIES)'; for p in $$list; do \
 
435
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
436
          test "$$dir" != "$$p" || dir=.; \
 
437
          echo "rm -f \"$${dir}/so_locations\""; \
 
438
          rm -f "$${dir}/so_locations"; \
 
439
        done
 
440
libprinters.la: $(libprinters_la_OBJECTS) $(libprinters_la_DEPENDENCIES) 
 
441
        $(AM_V_CCLD)$(libprinters_la_LINK) -rpath $(ccpanelsdir) $(libprinters_la_OBJECTS) $(libprinters_la_LIBADD) $(LIBS)
 
442
 
 
443
mostlyclean-compile:
 
444
        -rm -f *.$(OBJEXT)
 
445
 
 
446
distclean-compile:
 
447
        -rm -f *.tab.c
 
448
 
 
449
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cc-printers-panel.Plo@am__quote@
 
450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pp-new-printer-dialog.Plo@am__quote@
 
451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pp-utils.Plo@am__quote@
 
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printers-module.Plo@am__quote@
 
453
 
 
454
.c.o:
 
455
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
456
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
457
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
460
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
461
 
 
462
.c.obj:
 
463
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
464
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
465
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
468
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
469
 
 
470
.c.lo:
 
471
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
472
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
473
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
476
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
477
 
 
478
mostlyclean-libtool:
 
479
        -rm -f *.lo
 
480
 
 
481
clean-libtool:
 
482
        -rm -rf .libs _libs
 
483
install-desktopDATA: $(desktop_DATA)
 
484
        @$(NORMAL_INSTALL)
 
485
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
 
486
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
487
        for p in $$list; do \
 
488
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
489
          echo "$$d$$p"; \
 
490
        done | $(am__base_list) | \
 
491
        while read files; do \
 
492
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
493
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
 
494
        done
 
495
 
 
496
uninstall-desktopDATA:
 
497
        @$(NORMAL_UNINSTALL)
 
498
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
499
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
500
        test -n "$$files" || exit 0; \
 
501
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
502
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
503
install-dist_uiDATA: $(dist_ui_DATA)
 
504
        @$(NORMAL_INSTALL)
 
505
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
 
506
        @list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
 
507
        for p in $$list; do \
 
508
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
509
          echo "$$d$$p"; \
 
510
        done | $(am__base_list) | \
 
511
        while read files; do \
 
512
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
 
513
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
 
514
        done
 
515
 
 
516
uninstall-dist_uiDATA:
 
517
        @$(NORMAL_UNINSTALL)
 
518
        @list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \
 
519
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
520
        test -n "$$files" || exit 0; \
 
521
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
 
522
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
 
523
 
 
524
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
525
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
526
        unique=`for i in $$list; do \
 
527
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
528
          done | \
 
529
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
530
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
531
        mkid -fID $$unique
 
532
tags: TAGS
 
533
 
 
534
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
535
                $(TAGS_FILES) $(LISP)
 
536
        set x; \
 
537
        here=`pwd`; \
 
538
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
539
        unique=`for i in $$list; do \
 
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
541
          done | \
 
542
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
544
        shift; \
 
545
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
546
          test -n "$$unique" || unique=$$empty_fix; \
 
547
          if test $$# -gt 0; then \
 
548
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
549
              "$$@" $$unique; \
 
550
          else \
 
551
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
552
              $$unique; \
 
553
          fi; \
 
554
        fi
 
555
ctags: CTAGS
 
556
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
557
                $(TAGS_FILES) $(LISP)
 
558
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
559
        unique=`for i in $$list; do \
 
560
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
561
          done | \
 
562
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
563
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
564
        test -z "$(CTAGS_ARGS)$$unique" \
 
565
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
566
             $$unique
 
567
 
 
568
GTAGS:
 
569
        here=`$(am__cd) $(top_builddir) && pwd` \
 
570
          && $(am__cd) $(top_srcdir) \
 
571
          && gtags -i $(GTAGS_ARGS) "$$here"
 
572
 
 
573
distclean-tags:
 
574
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
575
 
 
576
distdir: $(DISTFILES)
 
577
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
578
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
579
        list='$(DISTFILES)'; \
 
580
          dist_files=`for file in $$list; do echo $$file; done | \
 
581
          sed -e "s|^$$srcdirstrip/||;t" \
 
582
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
583
        case $$dist_files in \
 
584
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
585
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
586
                           sort -u` ;; \
 
587
        esac; \
 
588
        for file in $$dist_files; do \
 
589
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
590
          if test -d $$d/$$file; then \
 
591
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
592
            if test -d "$(distdir)/$$file"; then \
 
593
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
594
            fi; \
 
595
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
596
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
597
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
598
            fi; \
 
599
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
600
          else \
 
601
            test -f "$(distdir)/$$file" \
 
602
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
603
            || exit 1; \
 
604
          fi; \
 
605
        done
 
606
check-am: all-am
 
607
check: check-am
 
608
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
609
installdirs:
 
610
        for dir in "$(DESTDIR)$(ccpanelsdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(uidir)"; do \
 
611
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
612
        done
 
613
install: install-am
 
614
install-exec: install-exec-am
 
615
install-data: install-data-am
 
616
uninstall: uninstall-am
 
617
 
 
618
install-am: all-am
 
619
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
620
 
 
621
installcheck: installcheck-am
 
622
install-strip:
 
623
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
624
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
625
          `test -z '$(STRIP)' || \
 
626
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
627
mostlyclean-generic:
 
628
 
 
629
clean-generic:
 
630
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
631
 
 
632
distclean-generic:
 
633
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
634
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
635
 
 
636
maintainer-clean-generic:
 
637
        @echo "This command is intended for maintainers to use"
 
638
        @echo "it deletes files that may require special tools to rebuild."
 
639
clean: clean-am
 
640
 
 
641
clean-am: clean-ccpanelsLTLIBRARIES clean-generic clean-libtool \
 
642
        mostlyclean-am
 
643
 
 
644
distclean: distclean-am
 
645
        -rm -rf ./$(DEPDIR)
 
646
        -rm -f Makefile
 
647
distclean-am: clean-am distclean-compile distclean-generic \
 
648
        distclean-tags
 
649
 
 
650
dvi: dvi-am
 
651
 
 
652
dvi-am:
 
653
 
 
654
html: html-am
 
655
 
 
656
html-am:
 
657
 
 
658
info: info-am
 
659
 
 
660
info-am:
 
661
 
 
662
install-data-am: install-ccpanelsLTLIBRARIES install-desktopDATA \
 
663
        install-dist_uiDATA
 
664
 
 
665
install-dvi: install-dvi-am
 
666
 
 
667
install-dvi-am:
 
668
 
 
669
install-exec-am:
 
670
 
 
671
install-html: install-html-am
 
672
 
 
673
install-html-am:
 
674
 
 
675
install-info: install-info-am
 
676
 
 
677
install-info-am:
 
678
 
 
679
install-man:
 
680
 
 
681
install-pdf: install-pdf-am
 
682
 
 
683
install-pdf-am:
 
684
 
 
685
install-ps: install-ps-am
 
686
 
 
687
install-ps-am:
 
688
 
 
689
installcheck-am:
 
690
 
 
691
maintainer-clean: maintainer-clean-am
 
692
        -rm -rf ./$(DEPDIR)
 
693
        -rm -f Makefile
 
694
maintainer-clean-am: distclean-am maintainer-clean-generic
 
695
 
 
696
mostlyclean: mostlyclean-am
 
697
 
 
698
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
699
        mostlyclean-libtool
 
700
 
 
701
pdf: pdf-am
 
702
 
 
703
pdf-am:
 
704
 
 
705
ps: ps-am
 
706
 
 
707
ps-am:
 
708
 
 
709
uninstall-am: uninstall-ccpanelsLTLIBRARIES uninstall-desktopDATA \
 
710
        uninstall-dist_uiDATA
 
711
 
 
712
.MAKE: install-am install-strip
 
713
 
 
714
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
715
        clean-ccpanelsLTLIBRARIES clean-generic clean-libtool ctags \
 
716
        distclean distclean-compile distclean-generic \
 
717
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
718
        html-am info info-am install install-am \
 
719
        install-ccpanelsLTLIBRARIES install-data install-data-am \
 
720
        install-desktopDATA install-dist_uiDATA install-dvi \
 
721
        install-dvi-am install-exec install-exec-am install-html \
 
722
        install-html-am install-info install-info-am install-man \
 
723
        install-pdf install-pdf-am install-ps install-ps-am \
 
724
        install-strip installcheck installcheck-am installdirs \
 
725
        maintainer-clean maintainer-clean-generic mostlyclean \
 
726
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
727
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
728
        uninstall-ccpanelsLTLIBRARIES uninstall-desktopDATA \
 
729
        uninstall-dist_uiDATA
 
730
 
 
731
 
 
732
@INTLTOOL_DESKTOP_RULE@
 
733
 
 
734
-include $(top_srcdir)/git.mk
 
735
 
 
736
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
737
# Otherwise a system limit (for SysV at least) may be exceeded.
 
738
.NOEXPORT: