~charlesk/gnome-control-center/make-new-panel

« back to all changes in this revision

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