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

« back to all changes in this revision

Viewing changes to capplets/appearance/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
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
bin_PROGRAMS = gnome-appearance-properties$(EXEEXT)
38
 
subdir = capplets/appearance
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
42
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
CONFIG_CLEAN_VPATH_FILES =
52
 
am__installdirs = "$(DESTDIR)$(bindir)"
53
 
PROGRAMS = $(bin_PROGRAMS)
54
 
am_gnome_appearance_properties_OBJECTS = appearance-desktop.$(OBJEXT) \
55
 
        appearance-font.$(OBJEXT) appearance-main.$(OBJEXT) \
56
 
        appearance-themes.$(OBJEXT) appearance-style.$(OBJEXT) \
57
 
        gnome-wp-info.$(OBJEXT) gnome-wp-item.$(OBJEXT) \
58
 
        gnome-wp-xml.$(OBJEXT) theme-installer.$(OBJEXT) \
59
 
        theme-save.$(OBJEXT) theme-util.$(OBJEXT)
60
 
gnome_appearance_properties_OBJECTS =  \
61
 
        $(am_gnome_appearance_properties_OBJECTS)
62
 
am__DEPENDENCIES_1 =
63
 
gnome_appearance_properties_DEPENDENCIES = $(top_builddir)/libwindow-settings/libgnome-window-settings.la \
64
 
        $(top_builddir)/capplets/common/libcommon.la \
65
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
66
 
        $(am__DEPENDENCIES_1)
67
 
AM_V_lt = $(am__v_lt_$(V))
68
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
69
 
am__v_lt_0 = --silent
70
 
gnome_appearance_properties_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
71
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
72
 
        $(AM_CFLAGS) $(CFLAGS) $(gnome_appearance_properties_LDFLAGS) \
73
 
        $(LDFLAGS) -o $@
74
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
 
am__depfiles_maybe = depfiles
77
 
am__mv = mv -f
78
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
81
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
82
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
83
 
        $(AM_CFLAGS) $(CFLAGS)
84
 
AM_V_CC = $(am__v_CC_$(V))
85
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
86
 
am__v_CC_0 = @echo "  CC    " $@;
87
 
AM_V_at = $(am__v_at_$(V))
88
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
89
 
am__v_at_0 = @
90
 
CCLD = $(CC)
91
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
93
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
94
 
AM_V_CCLD = $(am__v_CCLD_$(V))
95
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
96
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
97
 
AM_V_GEN = $(am__v_GEN_$(V))
98
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
99
 
am__v_GEN_0 = @echo "  GEN   " $@;
100
 
SOURCES = $(gnome_appearance_properties_SOURCES)
101
 
DIST_SOURCES = $(gnome_appearance_properties_SOURCES)
102
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103
 
        html-recursive info-recursive install-data-recursive \
104
 
        install-dvi-recursive install-exec-recursive \
105
 
        install-html-recursive install-info-recursive \
106
 
        install-pdf-recursive install-ps-recursive install-recursive \
107
 
        installcheck-recursive installdirs-recursive pdf-recursive \
108
 
        ps-recursive uninstall-recursive
109
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110
 
  distclean-recursive maintainer-clean-recursive
111
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
113
 
        distdir
114
 
ETAGS = etags
115
 
CTAGS = ctags
116
 
DIST_SUBDIRS = $(SUBDIRS)
117
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118
 
am__relativize = \
119
 
  dir0=`pwd`; \
120
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
121
 
  sed_rest='s,^[^/]*/*,,'; \
122
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
123
 
  sed_butlast='s,/*[^/]*$$,,'; \
124
 
  while test -n "$$dir1"; do \
125
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
126
 
    if test "$$first" != "."; then \
127
 
      if test "$$first" = ".."; then \
128
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
129
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
130
 
      else \
131
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
132
 
        if test "$$first2" = "$$first"; then \
133
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
134
 
        else \
135
 
          dir2="../$$dir2"; \
136
 
        fi; \
137
 
        dir0="$$dir0"/"$$first"; \
138
 
      fi; \
139
 
    fi; \
140
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
141
 
  done; \
142
 
  reldir="$$dir2"
143
 
ACLOCAL = @ACLOCAL@
144
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
145
 
ALL_LINGUAS = @ALL_LINGUAS@
146
 
AMTAR = @AMTAR@
147
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148
 
APP_INDICATOR_CFLAGS = @APP_INDICATOR_CFLAGS@
149
 
APP_INDICATOR_LIBS = @APP_INDICATOR_LIBS@
150
 
AR = @AR@
151
 
AT_CAPPLET_CFLAGS = @AT_CAPPLET_CFLAGS@
152
 
AT_CAPPLET_LIBS = @AT_CAPPLET_LIBS@
153
 
AUTOCONF = @AUTOCONF@
154
 
AUTOHEADER = @AUTOHEADER@
155
 
AUTOMAKE = @AUTOMAKE@
156
 
AWK = @AWK@
157
 
CAPPLET_CFLAGS = @CAPPLET_CFLAGS@
158
 
CAPPLET_LIBS = @CAPPLET_LIBS@
159
 
CATALOGS = @CATALOGS@
160
 
CATOBJEXT = @CATOBJEXT@
161
 
CC = @CC@
162
 
CCDEPMODE = @CCDEPMODE@
163
 
CFLAGS = @CFLAGS@
164
 
CPP = @CPP@
165
 
CPPFLAGS = @CPPFLAGS@
166
 
CYGPATH_W = @CYGPATH_W@
167
 
DATADIRNAME = @DATADIRNAME@
168
 
DBUS_CFLAGS = @DBUS_CFLAGS@
169
 
DBUS_LIBS = @DBUS_LIBS@
170
 
DEFAULT_APPLICATIONS_CAPPLET_CFLAGS = @DEFAULT_APPLICATIONS_CAPPLET_CFLAGS@
171
 
DEFAULT_APPLICATIONS_CAPPLET_LIBS = @DEFAULT_APPLICATIONS_CAPPLET_LIBS@
172
 
DEFS = @DEFS@
173
 
DEPDIR = @DEPDIR@
174
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
175
 
DISPLAY_CAPPLET_CFLAGS = @DISPLAY_CAPPLET_CFLAGS@
176
 
DISPLAY_CAPPLET_LIBS = @DISPLAY_CAPPLET_LIBS@
177
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
178
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
179
 
DSYMUTIL = @DSYMUTIL@
180
 
DUMPBIN = @DUMPBIN@
181
 
ECHO_C = @ECHO_C@
182
 
ECHO_N = @ECHO_N@
183
 
ECHO_T = @ECHO_T@
184
 
EGREP = @EGREP@
185
 
EXEEXT = @EXEEXT@
186
 
EXTERNAL_LIBSLAB_CFLAGS = @EXTERNAL_LIBSLAB_CFLAGS@
187
 
EXTERNAL_LIBSLAB_LIBS = @EXTERNAL_LIBSLAB_LIBS@
188
 
FGREP = @FGREP@
189
 
FONT_CAPPLET_CFLAGS = @FONT_CAPPLET_CFLAGS@
190
 
FONT_CAPPLET_LIBS = @FONT_CAPPLET_LIBS@
191
 
FONT_VIEWER_CFLAGS = @FONT_VIEWER_CFLAGS@
192
 
FONT_VIEWER_LIBS = @FONT_VIEWER_LIBS@
193
 
GCONFTOOL = @GCONFTOOL@
194
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
195
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
196
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
197
 
GIO_CFLAGS = @GIO_CFLAGS@
198
 
GIO_LIBS = @GIO_LIBS@
199
 
GLIB_CFLAGS = @GLIB_CFLAGS@
200
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
201
 
GLIB_LIBS = @GLIB_LIBS@
202
 
GMOFILES = @GMOFILES@
203
 
GMSGFMT = @GMSGFMT@
204
 
GNOMECC_CAPPLETS_CFLAGS = @GNOMECC_CAPPLETS_CFLAGS@
205
 
GNOMECC_CAPPLETS_CLEANFILES = @GNOMECC_CAPPLETS_CLEANFILES@
206
 
GNOMECC_CAPPLETS_EXTRA_DIST = @GNOMECC_CAPPLETS_EXTRA_DIST@
207
 
GNOMECC_CAPPLETS_LIBS = @GNOMECC_CAPPLETS_LIBS@
208
 
GNOMECC_CFLAGS = @GNOMECC_CFLAGS@
209
 
GNOMECC_LIBS = @GNOMECC_LIBS@
210
 
GNOMECC_SHELL_CFLAGS = @GNOMECC_SHELL_CFLAGS@
211
 
GNOMECC_SHELL_LIBS = @GNOMECC_SHELL_LIBS@
212
 
GNOME_DESKTOP_CFLAGS = @GNOME_DESKTOP_CFLAGS@
213
 
GNOME_DESKTOP_LIBS = @GNOME_DESKTOP_LIBS@
214
 
GREP = @GREP@
215
 
GSD_DBUS_CFLAGS = @GSD_DBUS_CFLAGS@
216
 
GSD_DBUS_LIBS = @GSD_DBUS_LIBS@
217
 
GTK_ENGINE_DIR = @GTK_ENGINE_DIR@
218
 
HELP_DIR = @HELP_DIR@
219
 
INSTALL = @INSTALL@
220
 
INSTALL_DATA = @INSTALL_DATA@
221
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
222
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
223
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224
 
INSTOBJEXT = @INSTOBJEXT@
225
 
INTLLIBS = @INTLLIBS@
226
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
227
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
228
 
INTLTOOL_PERL = @INTLTOOL_PERL@
229
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
230
 
LD = @LD@
231
 
LDFLAGS = @LDFLAGS@
232
 
LIBCANBERRA_GTK_CFLAGS = @LIBCANBERRA_GTK_CFLAGS@
233
 
LIBCANBERRA_GTK_LIBS = @LIBCANBERRA_GTK_LIBS@
234
 
LIBEBOOK_CFLAGS = @LIBEBOOK_CFLAGS@
235
 
LIBEBOOK_LIBS = @LIBEBOOK_LIBS@
236
 
LIBGNOMEKBDUI_CFLAGS = @LIBGNOMEKBDUI_CFLAGS@
237
 
LIBGNOMEKBDUI_LIBS = @LIBGNOMEKBDUI_LIBS@
238
 
LIBGNOMEKBD_CFLAGS = @LIBGNOMEKBD_CFLAGS@
239
 
LIBGNOMEKBD_LIBS = @LIBGNOMEKBD_LIBS@
240
 
LIBOBJS = @LIBOBJS@
241
 
LIBS = @LIBS@
242
 
LIBSLAB_CFLAGS = @LIBSLAB_CFLAGS@
243
 
LIBSLAB_LIBS = @LIBSLAB_LIBS@
244
 
LIBTOOL = @LIBTOOL@
245
 
LIPO = @LIPO@
246
 
LN_S = @LN_S@
247
 
LTLIBOBJS = @LTLIBOBJS@
248
 
MAINT = @MAINT@
249
 
MAKEINFO = @MAKEINFO@
250
 
METACITY_CFLAGS = @METACITY_CFLAGS@
251
 
METACITY_LIBS = @METACITY_LIBS@
252
 
MKDIR_P = @MKDIR_P@
253
 
MKINSTALLDIRS = @MKINSTALLDIRS@
254
 
MSGFMT = @MSGFMT@
255
 
MSGFMT_OPTS = @MSGFMT_OPTS@
256
 
MSGMERGE = @MSGMERGE@
257
 
NM = @NM@
258
 
NMEDIT = @NMEDIT@
259
 
OBJDUMP = @OBJDUMP@
260
 
OBJEXT = @OBJEXT@
261
 
OMF_DIR = @OMF_DIR@
262
 
OTOOL = @OTOOL@
263
 
OTOOL64 = @OTOOL64@
264
 
PACKAGE = @PACKAGE@
265
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266
 
PACKAGE_NAME = @PACKAGE_NAME@
267
 
PACKAGE_STRING = @PACKAGE_STRING@
268
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
269
 
PACKAGE_URL = @PACKAGE_URL@
270
 
PACKAGE_VERSION = @PACKAGE_VERSION@
271
 
PATH_SEPARATOR = @PATH_SEPARATOR@
272
 
PKG_CONFIG = @PKG_CONFIG@
273
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
274
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
275
 
POFILES = @POFILES@
276
 
POSUB = @POSUB@
277
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
278
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
279
 
RANLIB = @RANLIB@
280
 
SCREENSAVER_LIBS = @SCREENSAVER_LIBS@
281
 
SED = @SED@
282
 
SET_MAKE = @SET_MAKE@
283
 
SHELL = @SHELL@
284
 
STRIP = @STRIP@
285
 
TYPING_BREAK = @TYPING_BREAK@
286
 
TYPING_CFLAGS = @TYPING_CFLAGS@
287
 
TYPING_LIBS = @TYPING_LIBS@
288
 
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
289
 
USE_NLS = @USE_NLS@
290
 
VERSION = @VERSION@
291
 
WARN_CFLAGS = @WARN_CFLAGS@
292
 
XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
293
 
XCURSOR_LIBS = @XCURSOR_LIBS@
294
 
XF86MISC_LIBS = @XF86MISC_LIBS@
295
 
XGETTEXT = @XGETTEXT@
296
 
XINPUT_CFLAGS = @XINPUT_CFLAGS@
297
 
XINPUT_LIBS = @XINPUT_LIBS@
298
 
XMKMF = @XMKMF@
299
 
X_CFLAGS = @X_CFLAGS@
300
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
301
 
X_LIBS = @X_LIBS@
302
 
X_PRE_LIBS = @X_PRE_LIBS@
303
 
abs_builddir = @abs_builddir@
304
 
abs_srcdir = @abs_srcdir@
305
 
abs_top_builddir = @abs_top_builddir@
306
 
abs_top_srcdir = @abs_top_srcdir@
307
 
ac_ct_CC = @ac_ct_CC@
308
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309
 
am__include = @am__include@
310
 
am__leading_dot = @am__leading_dot@
311
 
am__quote = @am__quote@
312
 
am__tar = @am__tar@
313
 
am__untar = @am__untar@
314
 
bindir = @bindir@
315
 
build = @build@
316
 
build_alias = @build_alias@
317
 
build_cpu = @build_cpu@
318
 
build_os = @build_os@
319
 
build_vendor = @build_vendor@
320
 
builddir = @builddir@
321
 
datadir = @datadir@
322
 
datarootdir = @datarootdir@
323
 
docdir = @docdir@
324
 
dvidir = @dvidir@
325
 
exec_prefix = @exec_prefix@
326
 
host = @host@
327
 
host_alias = @host_alias@
328
 
host_cpu = @host_cpu@
329
 
host_os = @host_os@
330
 
host_vendor = @host_vendor@
331
 
htmldir = @htmldir@
332
 
includedir = @includedir@
333
 
infodir = @infodir@
334
 
install_sh = @install_sh@
335
 
libdir = @libdir@
336
 
libexecdir = @libexecdir@
337
 
localedir = @localedir@
338
 
localstatedir = @localstatedir@
339
 
lt_ECHO = @lt_ECHO@
340
 
mandir = @mandir@
341
 
mkdir_p = @mkdir_p@
342
 
oldincludedir = @oldincludedir@
343
 
pdfdir = @pdfdir@
344
 
prefix = @prefix@
345
 
program_transform_name = @program_transform_name@
346
 
psdir = @psdir@
347
 
sbindir = @sbindir@
348
 
sharedstatedir = @sharedstatedir@
349
 
srcdir = @srcdir@
350
 
sysconfdir = @sysconfdir@
351
 
target_alias = @target_alias@
352
 
top_build_prefix = @top_build_prefix@
353
 
top_builddir = @top_builddir@
354
 
top_srcdir = @top_srcdir@
355
 
SUBDIRS = data
356
 
 
357
 
# This is used in GNOMECC_CAPPLETS_CFLAGS
358
 
cappletname = appearance
359
 
gnome_appearance_properties_SOURCES = \
360
 
        appearance.h \
361
 
        appearance-desktop.c \
362
 
        appearance-desktop.h \
363
 
        appearance-font.c \
364
 
        appearance-font.h \
365
 
        appearance-main.c \
366
 
        appearance-themes.c \
367
 
        appearance-themes.h \
368
 
        appearance-style.c \
369
 
        appearance-style.h \
370
 
        gnome-wp-info.c \
371
 
        gnome-wp-info.h \
372
 
        gnome-wp-item.c \
373
 
        gnome-wp-item.h \
374
 
        gnome-wp-xml.c \
375
 
        gnome-wp-xml.h \
376
 
        theme-installer.c \
377
 
        theme-installer.h \
378
 
        theme-save.c \
379
 
        theme-save.h \
380
 
        theme-util.c \
381
 
        theme-util.h
382
 
 
383
 
AM_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API
384
 
gnome_appearance_properties_LDADD = \
385
 
        $(top_builddir)/libwindow-settings/libgnome-window-settings.la \
386
 
        $(top_builddir)/capplets/common/libcommon.la \
387
 
        $(GNOMECC_CAPPLETS_LIBS) \
388
 
        $(FONT_CAPPLET_LIBS) \
389
 
        $(METACITY_LIBS)
390
 
 
391
 
gnome_appearance_properties_LDFLAGS = -export-dynamic
392
 
gtkbuilderdir = $(pkgdatadir)/ui
393
 
pixmapdir = $(pkgdatadir)/pixmaps
394
 
wallpaperdir = $(datadir)/gnome-background-properties
395
 
INCLUDES = \
396
 
        $(METACITY_CFLAGS) \
397
 
        $(GNOMECC_CAPPLETS_CFLAGS) \
398
 
        $(FONT_CAPPLET_CFLAGS) \
399
 
        -DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
400
 
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
401
 
        -DGNOMECC_GTKBUILDER_DIR="\"$(gtkbuilderdir)\"" \
402
 
        -DGNOMECC_PIXMAP_DIR="\"$(pixmapdir)\"" \
403
 
        -DWALLPAPER_DATADIR="\"$(wallpaperdir)\""
404
 
 
405
 
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
406
 
all: all-recursive
407
 
 
408
 
.SUFFIXES:
409
 
.SUFFIXES: .c .lo .o .obj
410
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
411
 
        @for dep in $?; do \
412
 
          case '$(am__configure_deps)' in \
413
 
            *$$dep*) \
414
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
415
 
                && { if test -f $@; then exit 0; else break; fi; }; \
416
 
              exit 1;; \
417
 
          esac; \
418
 
        done; \
419
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu capplets/appearance/Makefile'; \
420
 
        $(am__cd) $(top_srcdir) && \
421
 
          $(AUTOMAKE) --gnu capplets/appearance/Makefile
422
 
.PRECIOUS: Makefile
423
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424
 
        @case '$?' in \
425
 
          *config.status*) \
426
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
427
 
          *) \
428
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
429
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
430
 
        esac;
431
 
 
432
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
433
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
434
 
 
435
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
436
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
438
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439
 
$(am__aclocal_m4_deps):
440
 
install-binPROGRAMS: $(bin_PROGRAMS)
441
 
        @$(NORMAL_INSTALL)
442
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
443
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
444
 
        for p in $$list; do echo "$$p $$p"; done | \
445
 
        sed 's/$(EXEEXT)$$//' | \
446
 
        while read p p1; do if test -f $$p || test -f $$p1; \
447
 
          then echo "$$p"; echo "$$p"; else :; fi; \
448
 
        done | \
449
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
450
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
451
 
        sed 'N;N;N;s,\n, ,g' | \
452
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
453
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
454
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
455
 
            else { print "f", $$3 "/" $$4, $$1; } } \
456
 
          END { for (d in files) print "f", d, files[d] }' | \
457
 
        while read type dir files; do \
458
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
459
 
            test -z "$$files" || { \
460
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
461
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
462
 
            } \
463
 
        ; done
464
 
 
465
 
uninstall-binPROGRAMS:
466
 
        @$(NORMAL_UNINSTALL)
467
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468
 
        files=`for p in $$list; do echo "$$p"; done | \
469
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
470
 
              -e 's/$$/$(EXEEXT)/' `; \
471
 
        test -n "$$list" || exit 0; \
472
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
473
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
474
 
 
475
 
clean-binPROGRAMS:
476
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
477
 
        echo " rm -f" $$list; \
478
 
        rm -f $$list || exit $$?; \
479
 
        test -n "$(EXEEXT)" || exit 0; \
480
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
481
 
        echo " rm -f" $$list; \
482
 
        rm -f $$list
483
 
gnome-appearance-properties$(EXEEXT): $(gnome_appearance_properties_OBJECTS) $(gnome_appearance_properties_DEPENDENCIES) 
484
 
        @rm -f gnome-appearance-properties$(EXEEXT)
485
 
        $(AM_V_CCLD)$(gnome_appearance_properties_LINK) $(gnome_appearance_properties_OBJECTS) $(gnome_appearance_properties_LDADD) $(LIBS)
486
 
 
487
 
mostlyclean-compile:
488
 
        -rm -f *.$(OBJEXT)
489
 
 
490
 
distclean-compile:
491
 
        -rm -f *.tab.c
492
 
 
493
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-desktop.Po@am__quote@
494
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-font.Po@am__quote@
495
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-main.Po@am__quote@
496
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-style.Po@am__quote@
497
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-themes.Po@am__quote@
498
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-info.Po@am__quote@
499
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-item.Po@am__quote@
500
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-xml.Po@am__quote@
501
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-installer.Po@am__quote@
502
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-save.Po@am__quote@
503
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme-util.Po@am__quote@
504
 
 
505
 
.c.o:
506
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
507
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
508
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
509
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
510
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
512
 
 
513
 
.c.obj:
514
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
515
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
516
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
517
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
520
 
 
521
 
.c.lo:
522
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
523
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
524
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
525
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
526
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
528
 
 
529
 
mostlyclean-libtool:
530
 
        -rm -f *.lo
531
 
 
532
 
clean-libtool:
533
 
        -rm -rf .libs _libs
534
 
 
535
 
# This directory's subdirectories are mostly independent; you can cd
536
 
# into them and run `make' without going through this Makefile.
537
 
# To change the values of `make' variables: instead of editing Makefiles,
538
 
# (1) if the variable is set in `config.status', edit `config.status'
539
 
#     (which will cause the Makefiles to be regenerated when you run `make');
540
 
# (2) otherwise, pass the desired values on the `make' command line.
541
 
$(RECURSIVE_TARGETS):
542
 
        @fail= failcom='exit 1'; \
543
 
        for f in x $$MAKEFLAGS; do \
544
 
          case $$f in \
545
 
            *=* | --[!k]*);; \
546
 
            *k*) failcom='fail=yes';; \
547
 
          esac; \
548
 
        done; \
549
 
        dot_seen=no; \
550
 
        target=`echo $@ | sed s/-recursive//`; \
551
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
552
 
          echo "Making $$target in $$subdir"; \
553
 
          if test "$$subdir" = "."; then \
554
 
            dot_seen=yes; \
555
 
            local_target="$$target-am"; \
556
 
          else \
557
 
            local_target="$$target"; \
558
 
          fi; \
559
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
560
 
          || eval $$failcom; \
561
 
        done; \
562
 
        if test "$$dot_seen" = "no"; then \
563
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
564
 
        fi; test -z "$$fail"
565
 
 
566
 
$(RECURSIVE_CLEAN_TARGETS):
567
 
        @fail= failcom='exit 1'; \
568
 
        for f in x $$MAKEFLAGS; do \
569
 
          case $$f in \
570
 
            *=* | --[!k]*);; \
571
 
            *k*) failcom='fail=yes';; \
572
 
          esac; \
573
 
        done; \
574
 
        dot_seen=no; \
575
 
        case "$@" in \
576
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
577
 
          *) list='$(SUBDIRS)' ;; \
578
 
        esac; \
579
 
        rev=''; for subdir in $$list; do \
580
 
          if test "$$subdir" = "."; then :; else \
581
 
            rev="$$subdir $$rev"; \
582
 
          fi; \
583
 
        done; \
584
 
        rev="$$rev ."; \
585
 
        target=`echo $@ | sed s/-recursive//`; \
586
 
        for subdir in $$rev; do \
587
 
          echo "Making $$target in $$subdir"; \
588
 
          if test "$$subdir" = "."; then \
589
 
            local_target="$$target-am"; \
590
 
          else \
591
 
            local_target="$$target"; \
592
 
          fi; \
593
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
594
 
          || eval $$failcom; \
595
 
        done && test -z "$$fail"
596
 
tags-recursive:
597
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
598
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
599
 
        done
600
 
ctags-recursive:
601
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
602
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
603
 
        done
604
 
 
605
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
606
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
607
 
        unique=`for i in $$list; do \
608
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609
 
          done | \
610
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
612
 
        mkid -fID $$unique
613
 
tags: TAGS
614
 
 
615
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
616
 
                $(TAGS_FILES) $(LISP)
617
 
        set x; \
618
 
        here=`pwd`; \
619
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
620
 
          include_option=--etags-include; \
621
 
          empty_fix=.; \
622
 
        else \
623
 
          include_option=--include; \
624
 
          empty_fix=; \
625
 
        fi; \
626
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
627
 
          if test "$$subdir" = .; then :; else \
628
 
            test ! -f $$subdir/TAGS || \
629
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
630
 
          fi; \
631
 
        done; \
632
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
633
 
        unique=`for i in $$list; do \
634
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
635
 
          done | \
636
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
637
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
638
 
        shift; \
639
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
640
 
          test -n "$$unique" || unique=$$empty_fix; \
641
 
          if test $$# -gt 0; then \
642
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643
 
              "$$@" $$unique; \
644
 
          else \
645
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646
 
              $$unique; \
647
 
          fi; \
648
 
        fi
649
 
ctags: CTAGS
650
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
651
 
                $(TAGS_FILES) $(LISP)
652
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
653
 
        unique=`for i in $$list; do \
654
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655
 
          done | \
656
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
658
 
        test -z "$(CTAGS_ARGS)$$unique" \
659
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660
 
             $$unique
661
 
 
662
 
GTAGS:
663
 
        here=`$(am__cd) $(top_builddir) && pwd` \
664
 
          && $(am__cd) $(top_srcdir) \
665
 
          && gtags -i $(GTAGS_ARGS) "$$here"
666
 
 
667
 
distclean-tags:
668
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
669
 
 
670
 
distdir: $(DISTFILES)
671
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
672
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
673
 
        list='$(DISTFILES)'; \
674
 
          dist_files=`for file in $$list; do echo $$file; done | \
675
 
          sed -e "s|^$$srcdirstrip/||;t" \
676
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
677
 
        case $$dist_files in \
678
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
679
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
680
 
                           sort -u` ;; \
681
 
        esac; \
682
 
        for file in $$dist_files; do \
683
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
684
 
          if test -d $$d/$$file; then \
685
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
686
 
            if test -d "$(distdir)/$$file"; then \
687
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
688
 
            fi; \
689
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
690
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
691
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
692
 
            fi; \
693
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
694
 
          else \
695
 
            test -f "$(distdir)/$$file" \
696
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
697
 
            || exit 1; \
698
 
          fi; \
699
 
        done
700
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
701
 
          if test "$$subdir" = .; then :; else \
702
 
            test -d "$(distdir)/$$subdir" \
703
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
704
 
            || exit 1; \
705
 
          fi; \
706
 
        done
707
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
708
 
          if test "$$subdir" = .; then :; else \
709
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
710
 
            $(am__relativize); \
711
 
            new_distdir=$$reldir; \
712
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
713
 
            $(am__relativize); \
714
 
            new_top_distdir=$$reldir; \
715
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
716
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
717
 
            ($(am__cd) $$subdir && \
718
 
              $(MAKE) $(AM_MAKEFLAGS) \
719
 
                top_distdir="$$new_top_distdir" \
720
 
                distdir="$$new_distdir" \
721
 
                am__remove_distdir=: \
722
 
                am__skip_length_check=: \
723
 
                am__skip_mode_fix=: \
724
 
                distdir) \
725
 
              || exit 1; \
726
 
          fi; \
727
 
        done
728
 
check-am: all-am
729
 
check: check-recursive
730
 
all-am: Makefile $(PROGRAMS)
731
 
installdirs: installdirs-recursive
732
 
installdirs-am:
733
 
        for dir in "$(DESTDIR)$(bindir)"; do \
734
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
735
 
        done
736
 
install: install-recursive
737
 
install-exec: install-exec-recursive
738
 
install-data: install-data-recursive
739
 
uninstall: uninstall-recursive
740
 
 
741
 
install-am: all-am
742
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
743
 
 
744
 
installcheck: installcheck-recursive
745
 
install-strip:
746
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
747
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
748
 
          `test -z '$(STRIP)' || \
749
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
750
 
mostlyclean-generic:
751
 
 
752
 
clean-generic:
753
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
754
 
 
755
 
distclean-generic:
756
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
 
 
759
 
maintainer-clean-generic:
760
 
        @echo "This command is intended for maintainers to use"
761
 
        @echo "it deletes files that may require special tools to rebuild."
762
 
clean: clean-recursive
763
 
 
764
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
765
 
 
766
 
distclean: distclean-recursive
767
 
        -rm -rf ./$(DEPDIR)
768
 
        -rm -f Makefile
769
 
distclean-am: clean-am distclean-compile distclean-generic \
770
 
        distclean-tags
771
 
 
772
 
dvi: dvi-recursive
773
 
 
774
 
dvi-am:
775
 
 
776
 
html: html-recursive
777
 
 
778
 
html-am:
779
 
 
780
 
info: info-recursive
781
 
 
782
 
info-am:
783
 
 
784
 
install-data-am:
785
 
 
786
 
install-dvi: install-dvi-recursive
787
 
 
788
 
install-dvi-am:
789
 
 
790
 
install-exec-am: install-binPROGRAMS
791
 
 
792
 
install-html: install-html-recursive
793
 
 
794
 
install-html-am:
795
 
 
796
 
install-info: install-info-recursive
797
 
 
798
 
install-info-am:
799
 
 
800
 
install-man:
801
 
 
802
 
install-pdf: install-pdf-recursive
803
 
 
804
 
install-pdf-am:
805
 
 
806
 
install-ps: install-ps-recursive
807
 
 
808
 
install-ps-am:
809
 
 
810
 
installcheck-am:
811
 
 
812
 
maintainer-clean: maintainer-clean-recursive
813
 
        -rm -rf ./$(DEPDIR)
814
 
        -rm -f Makefile
815
 
maintainer-clean-am: distclean-am maintainer-clean-generic
816
 
 
817
 
mostlyclean: mostlyclean-recursive
818
 
 
819
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
820
 
        mostlyclean-libtool
821
 
 
822
 
pdf: pdf-recursive
823
 
 
824
 
pdf-am:
825
 
 
826
 
ps: ps-recursive
827
 
 
828
 
ps-am:
829
 
 
830
 
uninstall-am: uninstall-binPROGRAMS
831
 
 
832
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
833
 
        install-am install-strip tags-recursive
834
 
 
835
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
836
 
        all all-am check check-am clean clean-binPROGRAMS \
837
 
        clean-generic clean-libtool ctags ctags-recursive distclean \
838
 
        distclean-compile distclean-generic distclean-libtool \
839
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
840
 
        install install-am install-binPROGRAMS install-data \
841
 
        install-data-am install-dvi install-dvi-am install-exec \
842
 
        install-exec-am install-html install-html-am install-info \
843
 
        install-info-am install-man install-pdf install-pdf-am \
844
 
        install-ps install-ps-am install-strip installcheck \
845
 
        installcheck-am installdirs installdirs-am maintainer-clean \
846
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
847
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
848
 
        tags tags-recursive uninstall uninstall-am \
849
 
        uninstall-binPROGRAMS
850
 
 
851
 
 
852
 
-include $(top_srcdir)/git.mk
853
 
 
854
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
855
 
# Otherwise a system limit (for SysV at least) may be exceeded.
856
 
.NOEXPORT: