~cjcurran/gnome-control-center/expose-card-ports

« back to all changes in this revision

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