~vcs-imports/gnome-mag/master

« back to all changes in this revision

Viewing changes to colorblind/keybinder/Makefile.in

  • Committer: Carlos Eduardo Rodrigues Diógenes
  • Date: 2007-06-03 23:52:07 UTC
  • Revision ID: git-v1:42a8898cb38357218626e4c81555423da8ab37cd
Tags: GNOME_MAG_0_14_5
commit the changes of the colorblind applet

svn path=/trunk/; revision=515

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
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 = colorblind/keybinder
 
40
DIST_COMMON = $(_keybinder_PYTHON) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
 
44
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/acinclude.m4 \
 
45
        $(top_srcdir)/configure.in
 
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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__installdirs = "$(DESTDIR)$(_keybinderdir)" \
 
58
        "$(DESTDIR)$(_keybinderdir)"
 
59
_keybinderLTLIBRARIES_INSTALL = $(INSTALL)
 
60
LTLIBRARIES = $(_keybinder_LTLIBRARIES)
 
61
am__DEPENDENCIES_1 =
 
62
_keybinder_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
63
am__keybinder_la_OBJECTS = _keybindermodule.lo eggaccelerators.lo \
 
64
        tomboykeybinder.lo
 
65
nodist__keybinder_la_OBJECTS = _keybinder.lo
 
66
_keybinder_la_OBJECTS = $(am__keybinder_la_OBJECTS) \
 
67
        $(nodist__keybinder_la_OBJECTS)
 
68
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
70
am__depfiles_maybe = depfiles
 
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
74
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
75
        $(AM_CFLAGS) $(CFLAGS)
 
76
CCLD = $(CC)
 
77
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
78
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
79
SOURCES = $(_keybinder_la_SOURCES) $(nodist__keybinder_la_SOURCES)
 
80
DIST_SOURCES = $(_keybinder_la_SOURCES)
 
81
_keybinderPYTHON_INSTALL = $(INSTALL_DATA)
 
82
py_compile = $(top_srcdir)/py-compile
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
88
ALL_LINGUAS = @ALL_LINGUAS@
 
89
AMDEP_FALSE = @AMDEP_FALSE@
 
90
AMDEP_TRUE = @AMDEP_TRUE@
 
91
AMTAR = @AMTAR@
 
92
AR = @AR@
 
93
AS = @AS@
 
94
AUTOCONF = @AUTOCONF@
 
95
AUTOHEADER = @AUTOHEADER@
 
96
AUTOMAKE = @AUTOMAKE@
 
97
AWK = @AWK@
 
98
BONOBO_ACTIVATION_IDL_DIR = @BONOBO_ACTIVATION_IDL_DIR@
 
99
CATALOGS = @CATALOGS@
 
100
CATOBJEXT = @CATOBJEXT@
 
101
CBAPPLET_CFLAGS = @CBAPPLET_CFLAGS@
 
102
CBAPPLET_LIBS = @CBAPPLET_LIBS@
 
103
CB_DIR = @CB_DIR@
 
104
CC = @CC@
 
105
CCDEPMODE = @CCDEPMODE@
 
106
CFLAGS = @CFLAGS@
 
107
COLORBLIND_LIBS = @COLORBLIND_LIBS@
 
108
CPP = @CPP@
 
109
CPPFLAGS = @CPPFLAGS@
 
110
CXX = @CXX@
 
111
CXXCPP = @CXXCPP@
 
112
CXXDEPMODE = @CXXDEPMODE@
 
113
CXXFLAGS = @CXXFLAGS@
 
114
CYGPATH_W = @CYGPATH_W@
 
115
DATADIR = @DATADIR@
 
116
DATADIRNAME = @DATADIRNAME@
 
117
DEFS = @DEFS@
 
118
DEPDIR = @DEPDIR@
 
119
DEPS_CFLAGS = @DEPS_CFLAGS@
 
120
DEPS_LIBS = @DEPS_LIBS@
 
121
DLLTOOL = @DLLTOOL@
 
122
ECHO = @ECHO@
 
123
ECHO_C = @ECHO_C@
 
124
ECHO_N = @ECHO_N@
 
125
ECHO_T = @ECHO_T@
 
126
EGREP = @EGREP@
 
127
EXEEXT = @EXEEXT@
 
128
F77 = @F77@
 
129
FFLAGS = @FFLAGS@
 
130
GCONFTOOL = @GCONFTOOL@
 
131
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
132
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
133
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
134
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
135
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
136
GMOFILES = @GMOFILES@
 
137
GMSGFMT = @GMSGFMT@
 
138
GNOME_MAG_AGE = @GNOME_MAG_AGE@
 
139
GNOME_MAG_CURRENT = @GNOME_MAG_CURRENT@
 
140
GNOME_MAG_DEBUG_CFLAGS = @GNOME_MAG_DEBUG_CFLAGS@
 
141
GNOME_MAG_REVISION = @GNOME_MAG_REVISION@
 
142
GREP = @GREP@
 
143
INET_LIBS = @INET_LIBS@
 
144
INSTALL_DATA = @INSTALL_DATA@
 
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
148
INSTOBJEXT = @INSTOBJEXT@
 
149
INTLLIBS = @INTLLIBS@
 
150
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
151
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
152
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
153
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
154
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
155
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
156
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
157
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
158
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
159
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
160
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
161
INTLTOOL_PERL = @INTLTOOL_PERL@
 
162
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
163
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
164
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
165
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
166
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
167
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
168
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
169
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
170
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
171
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
172
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
173
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
174
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
175
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
176
LDFLAGS = @LDFLAGS@
 
177
LIBBONOBO_IDL_DIR = @LIBBONOBO_IDL_DIR@
 
178
LIBDEPS_CFLAGS = @LIBDEPS_CFLAGS@
 
179
LIBDEPS_LIBS = @LIBDEPS_LIBS@
 
180
LIBDIR = @LIBDIR@
 
181
LIBOBJS = @LIBOBJS@
 
182
LIBS = @LIBS@
 
183
LIBTOOL = @LIBTOOL@
 
184
LN_S = @LN_S@
 
185
LTLIBOBJS = @LTLIBOBJS@
 
186
LT_VERSION_INFO = @LT_VERSION_INFO@
 
187
MAINT = @MAINT@
 
188
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
189
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
190
MAKEINFO = @MAKEINFO@
 
191
MKINSTALLDIRS = @MKINSTALLDIRS@
 
192
MSGFMT = @MSGFMT@
 
193
MSGFMT_OPTS = @MSGFMT_OPTS@
 
194
MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
 
195
MS_LIB_AVAILABLE_TRUE = @MS_LIB_AVAILABLE_TRUE@
 
196
OBJDUMP = @OBJDUMP@
 
197
OBJEXT = @OBJEXT@
 
198
ORBIT_CFLAGS = @ORBIT_CFLAGS@
 
199
ORBIT_IDL = @ORBIT_IDL@
 
200
ORBIT_LIBS = @ORBIT_LIBS@
 
201
OS_WIN32_FALSE = @OS_WIN32_FALSE@
 
202
OS_WIN32_TRUE = @OS_WIN32_TRUE@
 
203
PACKAGE = @PACKAGE@
 
204
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
205
PACKAGE_NAME = @PACKAGE_NAME@
 
206
PACKAGE_STRING = @PACKAGE_STRING@
 
207
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
208
PACKAGE_VERSION = @PACKAGE_VERSION@
 
209
PATH_SEPARATOR = @PATH_SEPARATOR@
 
210
PKG_CONFIG = @PKG_CONFIG@
 
211
POFILES = @POFILES@
 
212
POSUB = @POSUB@
 
213
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
214
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
215
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
216
PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
217
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
218
PYGTK_LIBS = @PYGTK_LIBS@
 
219
PYTHON = @PYTHON@
 
220
PYTHONDIR = @PYTHONDIR@
 
221
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
222
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
223
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
224
PYTHON_PREFIX = @PYTHON_PREFIX@
 
225
PYTHON_VERSION = @PYTHON_VERSION@
 
226
RANLIB = @RANLIB@
 
227
SET_MAKE = @SET_MAKE@
 
228
SHELL = @SHELL@
 
229
STRIP = @STRIP@
 
230
TEST_CFLAGS = @TEST_CFLAGS@
 
231
TEST_LIBS = @TEST_LIBS@
 
232
USE_NLS = @USE_NLS@
 
233
VERSION = @VERSION@
 
234
WARN_CFLAGS = @WARN_CFLAGS@
 
235
XEXTENSIONS_CFLAGS = @XEXTENSIONS_CFLAGS@
 
236
XEXTENSIONS_LIBS = @XEXTENSIONS_LIBS@
 
237
XGETTEXT = @XGETTEXT@
 
238
XMKMF = @XMKMF@
 
239
X_CFLAGS = @X_CFLAGS@
 
240
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
241
X_LIBS = @X_LIBS@
 
242
X_PRE_LIBS = @X_PRE_LIBS@
 
243
ac_ct_CC = @ac_ct_CC@
 
244
ac_ct_CXX = @ac_ct_CXX@
 
245
ac_ct_F77 = @ac_ct_F77@
 
246
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
247
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
248
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
249
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
250
am__include = @am__include@
 
251
am__leading_dot = @am__leading_dot@
 
252
am__quote = @am__quote@
 
253
am__tar = @am__tar@
 
254
am__untar = @am__untar@
 
255
bindir = @bindir@
 
256
build = @build@
 
257
build_alias = @build_alias@
 
258
build_cpu = @build_cpu@
 
259
build_os = @build_os@
 
260
build_vendor = @build_vendor@
 
261
datadir = @datadir@
 
262
datarootdir = @datarootdir@
 
263
docdir = @docdir@
 
264
dvidir = @dvidir@
 
265
exec_prefix = @exec_prefix@
 
266
host = @host@
 
267
host_alias = @host_alias@
 
268
host_cpu = @host_cpu@
 
269
host_os = @host_os@
 
270
host_vendor = @host_vendor@
 
271
htmldir = @htmldir@
 
272
includedir = @includedir@
 
273
infodir = @infodir@
 
274
install_sh = @install_sh@
 
275
libdir = @libdir@
 
276
libexecdir = @libexecdir@
 
277
localedir = @localedir@
 
278
localstatedir = @localstatedir@
 
279
mandir = @mandir@
 
280
mkdir_p = @mkdir_p@
 
281
ms_librarian = @ms_librarian@
 
282
oldincludedir = @oldincludedir@
 
283
pdfdir = @pdfdir@
 
284
pkgpyexecdir = @pkgpyexecdir@
 
285
pkgpythondir = @pkgpythondir@
 
286
prefix = @prefix@
 
287
program_transform_name = @program_transform_name@
 
288
psdir = @psdir@
 
289
pyexecdir = @pyexecdir@
 
290
pythondir = @pythondir@
 
291
sbindir = @sbindir@
 
292
sharedstatedir = @sharedstatedir@
 
293
sysconfdir = @sysconfdir@
 
294
target_alias = @target_alias@
 
295
targetdir = @targetdir@
 
296
INCLUDES = $(PYTHON_INCLUDES) $(CBAPPLET_CFLAGS)
 
297
_keybinderdir = $(pythondir)/colorblind/keybinder
 
298
_keybinder_LTLIBRARIES = _keybinder.la
 
299
_keybinder_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_keybinder
 
300
_keybinder_la_LIBADD = $(CBAPPLET_LIBS)
 
301
_keybinder_la_SOURCES = \
 
302
        _keybindermodule.c \
 
303
        eggaccelerators.c \
 
304
        eggaccelerators.h \
 
305
        tomboykeybinder.c \
 
306
        tomboykeybinder.h
 
307
 
 
308
nodist__keybinder_la_SOURCES = _keybinder.c
 
309
_keybinder_PYTHON = \
 
310
        __init__.py
 
311
 
 
312
CLEANFILES = _keybinder.c
 
313
EXTRA_DIST = \
 
314
        _keybinder.defs \
 
315
        _keybinder.override \
 
316
        gen-defs.sh
 
317
 
 
318
all: all-am
 
319
 
 
320
.SUFFIXES:
 
321
.SUFFIXES: .c .defs .lo .o .obj
 
322
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
323
        @for dep in $?; do \
 
324
          case '$(am__configure_deps)' in \
 
325
            *$$dep*) \
 
326
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
327
                && exit 0; \
 
328
              exit 1;; \
 
329
          esac; \
 
330
        done; \
 
331
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  colorblind/keybinder/Makefile'; \
 
332
        cd $(top_srcdir) && \
 
333
          $(AUTOMAKE) --gnu  colorblind/keybinder/Makefile
 
334
.PRECIOUS: Makefile
 
335
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
336
        @case '$?' in \
 
337
          *config.status*) \
 
338
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
339
          *) \
 
340
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
341
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
342
        esac;
 
343
 
 
344
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
346
 
 
347
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
350
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
351
install-_keybinderLTLIBRARIES: $(_keybinder_LTLIBRARIES)
 
352
        @$(NORMAL_INSTALL)
 
353
        test -z "$(_keybinderdir)" || $(mkdir_p) "$(DESTDIR)$(_keybinderdir)"
 
354
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
 
355
          if test -f $$p; then \
 
356
            f=$(am__strip_dir) \
 
357
            echo " $(LIBTOOL) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
 
358
            $(LIBTOOL) --mode=install $(_keybinderLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
359
          else :; fi; \
 
360
        done
 
361
 
 
362
uninstall-_keybinderLTLIBRARIES:
 
363
        @$(NORMAL_UNINSTALL)
 
364
        @set -x; list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
 
365
          p=$(am__strip_dir) \
 
366
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(_keybinderdir)/$$p'"; \
 
367
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(_keybinderdir)/$$p"; \
 
368
        done
 
369
 
 
370
clean-_keybinderLTLIBRARIES:
 
371
        -test -z "$(_keybinder_LTLIBRARIES)" || rm -f $(_keybinder_LTLIBRARIES)
 
372
        @list='$(_keybinder_LTLIBRARIES)'; for p in $$list; do \
 
373
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
374
          test "$$dir" != "$$p" || dir=.; \
 
375
          echo "rm -f \"$${dir}/so_locations\""; \
 
376
          rm -f "$${dir}/so_locations"; \
 
377
        done
 
378
_keybinder.la: $(_keybinder_la_OBJECTS) $(_keybinder_la_DEPENDENCIES) 
 
379
        $(LINK) -rpath $(_keybinderdir) $(_keybinder_la_LDFLAGS) $(_keybinder_la_OBJECTS) $(_keybinder_la_LIBADD) $(LIBS)
 
380
 
 
381
mostlyclean-compile:
 
382
        -rm -f *.$(OBJEXT)
 
383
 
 
384
distclean-compile:
 
385
        -rm -f *.tab.c
 
386
 
 
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_keybinder.Plo@am__quote@
 
388
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_keybindermodule.Plo@am__quote@
 
389
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggaccelerators.Plo@am__quote@
 
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tomboykeybinder.Plo@am__quote@
 
391
 
 
392
.c.o:
 
393
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
394
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
397
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
398
 
 
399
.c.obj:
 
400
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
401
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
404
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
405
 
 
406
.c.lo:
 
407
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
408
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
411
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
412
 
 
413
mostlyclean-libtool:
 
414
        -rm -f *.lo
 
415
 
 
416
clean-libtool:
 
417
        -rm -rf .libs _libs
 
418
 
 
419
distclean-libtool:
 
420
        -rm -f libtool
 
421
uninstall-info-am:
 
422
install-_keybinderPYTHON: $(_keybinder_PYTHON)
 
423
        @$(NORMAL_INSTALL)
 
424
        test -z "$(_keybinderdir)" || $(mkdir_p) "$(DESTDIR)$(_keybinderdir)"
 
425
        @list='$(_keybinder_PYTHON)'; dlist=''; for p in $$list; do\
 
426
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
427
          if test -f $$b$$p; then \
 
428
            f=$(am__strip_dir) \
 
429
            dlist="$$dlist $$f"; \
 
430
            echo " $(_keybinderPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(_keybinderdir)/$$f'"; \
 
431
            $(_keybinderPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
432
          else :; fi; \
 
433
        done; \
 
434
        if test -n "$$dlist"; then \
 
435
          if test -z "$(DESTDIR)"; then \
 
436
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(_keybinderdir)" $$dlist; \
 
437
          else \
 
438
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(_keybinderdir)" $$dlist; \
 
439
          fi; \
 
440
        else :; fi
 
441
 
 
442
uninstall-_keybinderPYTHON:
 
443
        @$(NORMAL_UNINSTALL)
 
444
        @list='$(_keybinder_PYTHON)'; dlist=''; for p in $$list; do\
 
445
          f=$(am__strip_dir) \
 
446
          rm -f "$(DESTDIR)$(_keybinderdir)/$$f"; \
 
447
          rm -f "$(DESTDIR)$(_keybinderdir)/$${f}c"; \
 
448
          rm -f "$(DESTDIR)$(_keybinderdir)/$${f}o"; \
 
449
        done
 
450
 
 
451
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
452
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
453
        unique=`for i in $$list; do \
 
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
455
          done | \
 
456
          $(AWK) '    { files[$$0] = 1; } \
 
457
               END { for (i in files) print i; }'`; \
 
458
        mkid -fID $$unique
 
459
tags: TAGS
 
460
 
 
461
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
462
                $(TAGS_FILES) $(LISP)
 
463
        tags=; \
 
464
        here=`pwd`; \
 
465
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
466
        unique=`for i in $$list; do \
 
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
468
          done | \
 
469
          $(AWK) '    { files[$$0] = 1; } \
 
470
               END { for (i in files) print i; }'`; \
 
471
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
472
          test -n "$$unique" || unique=$$empty_fix; \
 
473
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
474
            $$tags $$unique; \
 
475
        fi
 
476
ctags: CTAGS
 
477
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
478
                $(TAGS_FILES) $(LISP)
 
479
        tags=; \
 
480
        here=`pwd`; \
 
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
482
        unique=`for i in $$list; do \
 
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
484
          done | \
 
485
          $(AWK) '    { files[$$0] = 1; } \
 
486
               END { for (i in files) print i; }'`; \
 
487
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
488
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
489
             $$tags $$unique
 
490
 
 
491
GTAGS:
 
492
        here=`$(am__cd) $(top_builddir) && pwd` \
 
493
          && cd $(top_srcdir) \
 
494
          && gtags -i $(GTAGS_ARGS) $$here
 
495
 
 
496
distclean-tags:
 
497
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
498
 
 
499
distdir: $(DISTFILES)
 
500
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
501
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
502
        list='$(DISTFILES)'; for file in $$list; do \
 
503
          case $$file in \
 
504
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
505
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
506
          esac; \
 
507
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
508
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
509
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
510
            dir="/$$dir"; \
 
511
            $(mkdir_p) "$(distdir)$$dir"; \
 
512
          else \
 
513
            dir=''; \
 
514
          fi; \
 
515
          if test -d $$d/$$file; then \
 
516
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
517
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
518
            fi; \
 
519
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
520
          else \
 
521
            test -f $(distdir)/$$file \
 
522
            || cp -p $$d/$$file $(distdir)/$$file \
 
523
            || exit 1; \
 
524
          fi; \
 
525
        done
 
526
check-am: all-am
 
527
check: check-am
 
528
all-am: Makefile $(LTLIBRARIES)
 
529
installdirs:
 
530
        for dir in "$(DESTDIR)$(_keybinderdir)" "$(DESTDIR)$(_keybinderdir)"; do \
 
531
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
532
        done
 
533
install: install-am
 
534
install-exec: install-exec-am
 
535
install-data: install-data-am
 
536
uninstall: uninstall-am
 
537
 
 
538
install-am: all-am
 
539
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
540
 
 
541
installcheck: installcheck-am
 
542
install-strip:
 
543
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
544
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
545
          `test -z '$(STRIP)' || \
 
546
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
547
mostlyclean-generic:
 
548
 
 
549
clean-generic:
 
550
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
551
 
 
552
distclean-generic:
 
553
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
554
 
 
555
maintainer-clean-generic:
 
556
        @echo "This command is intended for maintainers to use"
 
557
        @echo "it deletes files that may require special tools to rebuild."
 
558
clean: clean-am
 
559
 
 
560
clean-am: clean-_keybinderLTLIBRARIES clean-generic clean-libtool \
 
561
        mostlyclean-am
 
562
 
 
563
distclean: distclean-am
 
564
        -rm -rf ./$(DEPDIR)
 
565
        -rm -f Makefile
 
566
distclean-am: clean-am distclean-compile distclean-generic \
 
567
        distclean-libtool distclean-tags
 
568
 
 
569
dvi: dvi-am
 
570
 
 
571
dvi-am:
 
572
 
 
573
html: html-am
 
574
 
 
575
info: info-am
 
576
 
 
577
info-am:
 
578
 
 
579
install-data-am: install-_keybinderLTLIBRARIES \
 
580
        install-_keybinderPYTHON
 
581
 
 
582
install-exec-am:
 
583
 
 
584
install-info: install-info-am
 
585
 
 
586
install-man:
 
587
 
 
588
installcheck-am:
 
589
 
 
590
maintainer-clean: maintainer-clean-am
 
591
        -rm -rf ./$(DEPDIR)
 
592
        -rm -f Makefile
 
593
maintainer-clean-am: distclean-am maintainer-clean-generic
 
594
 
 
595
mostlyclean: mostlyclean-am
 
596
 
 
597
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
598
        mostlyclean-libtool
 
599
 
 
600
pdf: pdf-am
 
601
 
 
602
pdf-am:
 
603
 
 
604
ps: ps-am
 
605
 
 
606
ps-am:
 
607
 
 
608
uninstall-am: uninstall-_keybinderLTLIBRARIES \
 
609
        uninstall-_keybinderPYTHON uninstall-info-am
 
610
 
 
611
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
612
        clean-_keybinderLTLIBRARIES clean-generic clean-libtool ctags \
 
613
        distclean distclean-compile distclean-generic \
 
614
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
615
        html-am info info-am install install-_keybinderLTLIBRARIES \
 
616
        install-_keybinderPYTHON install-am install-data \
 
617
        install-data-am install-exec install-exec-am install-info \
 
618
        install-info-am install-man install-strip installcheck \
 
619
        installcheck-am installdirs maintainer-clean \
 
620
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
621
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
622
        tags uninstall uninstall-_keybinderLTLIBRARIES \
 
623
        uninstall-_keybinderPYTHON uninstall-am uninstall-info-am
 
624
 
 
625
 
 
626
_keybinder.c: _keybinder.defs _keybinder.override
 
627
.defs.c:
 
628
        (cd $(srcdir) \
 
629
         && $(PYGTK_CODEGEN) \
 
630
            --override $*.override \
 
631
            --register $(PYGTK_DEFSDIR)/gtk-types.defs \
 
632
            --register $(PYGTK_DEFSDIR)/gdk-types.defs \
 
633
            --prefix py$* $*.defs) > gen-$*.c \
 
634
        && cp gen-$*.c $*.c \
 
635
        && rm -f gen-$*.c
 
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
637
# Otherwise a system limit (for SysV at least) may be exceeded.
 
638
.NOEXPORT: