~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to src/osx/syncmenu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2008-11-16 00:26:27 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20081116002627-4olie99o2rqc7001
Tags: 0.12~beta1-0ubuntu1
* New upstream beta release:
  + Security improvements: End-to-End encryption, SSL certificat verification
  + Ability to minimize groupchats in roster
  + Chat to groupchat transformation
  + Block/Unblock contacts directly from roster
  + Single window mode
  + PEP support (User activity, mood and tune)
  + Security improvements: Kerberos (GSSAPI) SASL Authentication mechanism
  + Improve GUI of some windows
  + Fix handling of invalid XML
  + Fix freeze on connection
* Dropped all changes, patches and backports.
* src/common/passwords.py:
  - Change keyring to 'login', which is what gets unlocked at login.
* debian/copyright:
  - Updated for the GPL-3 change and for the amount of upstream authors.
* debian/control:
  - Update Standards-Version and drop XS for Vcs-Bzr.
  - Add Homepage and use ${shlibs:Depends}.
* debian/rules:
  - Update to not ignore errors from make clean.
  - Update with dh_shlibdeps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = src/osx/syncmenu
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
 
39
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/nls.m4 \
 
40
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_HEADER = $(top_builddir)/config.h
 
45
CONFIG_CLEAN_FILES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(syncmenulibdir)"
 
53
syncmenulibLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(syncmenulib_LTLIBRARIES)
 
55
syncmenu_la_LIBADD =
 
56
am__syncmenu_la_SOURCES_DIST = sync-menu.c pysyncmenu.c
 
57
@BUILD_COCOA_TRUE@am_syncmenu_la_OBJECTS = syncmenu_la-sync-menu.lo \
 
58
@BUILD_COCOA_TRUE@      syncmenu_la-pysyncmenu.lo
 
59
syncmenu_la_OBJECTS = $(am_syncmenu_la_OBJECTS)
 
60
syncmenu_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(syncmenu_la_CFLAGS) \
 
62
        $(CFLAGS) $(syncmenu_la_LDFLAGS) $(LDFLAGS) -o $@
 
63
@BUILD_COCOA_TRUE@am_syncmenu_la_rpath = -rpath $(syncmenulibdir)
 
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
66
am__depfiles_maybe = depfiles
 
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
71
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
CCLD = $(CC)
 
73
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
75
        $(LDFLAGS) -o $@
 
76
SOURCES = $(syncmenu_la_SOURCES)
 
77
DIST_SOURCES = $(am__syncmenu_la_SOURCES_DIST)
 
78
ETAGS = etags
 
79
CTAGS = ctags
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
83
ALL_LINGUAS = @ALL_LINGUAS@
 
84
AMTAR = @AMTAR@
 
85
AR = @AR@
 
86
AUTOCONF = @AUTOCONF@
 
87
AUTOHEADER = @AUTOHEADER@
 
88
AUTOMAKE = @AUTOMAKE@
 
89
AWK = @AWK@
 
90
CARBON_LIBS = @CARBON_LIBS@
 
91
CATALOGS = @CATALOGS@
 
92
CATOBJEXT = @CATOBJEXT@
 
93
CC = @CC@
 
94
CCDEPMODE = @CCDEPMODE@
 
95
CFLAGS = @CFLAGS@
 
96
COCOA_LIBS = @COCOA_LIBS@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CXX = @CXX@
 
100
CXXCPP = @CXXCPP@
 
101
CXXDEPMODE = @CXXDEPMODE@
 
102
CXXFLAGS = @CXXFLAGS@
 
103
CYGPATH_W = @CYGPATH_W@
 
104
DATADIR = @DATADIR@
 
105
DATADIRNAME = @DATADIRNAME@
 
106
DBUS_CFLAGS = @DBUS_CFLAGS@
 
107
DBUS_LIBS = @DBUS_LIBS@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DOCDIR = @DOCDIR@
 
111
DSYMUTIL = @DSYMUTIL@
 
112
ECHO = @ECHO@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
F77 = @F77@
 
119
FFLAGS = @FFLAGS@
 
120
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
121
GMOFILES = @GMOFILES@
 
122
GMSGFMT = @GMSGFMT@
 
123
GREP = @GREP@
 
124
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
 
125
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
126
INSTALL = @INSTALL@
 
127
INSTALL_DATA = @INSTALL_DATA@
 
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
129
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
130
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
131
INSTOBJEXT = @INSTOBJEXT@
 
132
INTLLIBS = @INTLLIBS@
 
133
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
134
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
135
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
136
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
137
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
138
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
139
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
140
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
141
INTLTOOL_PERL = @INTLTOOL_PERL@
 
142
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
143
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
144
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
145
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
146
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
147
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
148
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
149
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
150
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
151
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
152
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
153
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
154
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
155
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
156
LDFLAGS = @LDFLAGS@
 
157
LIBDIR = @LIBDIR@
 
158
LIBOBJS = @LIBOBJS@
 
159
LIBS = @LIBS@
 
160
LIBTOOL = @LIBTOOL@
 
161
LN_S = @LN_S@
 
162
LTLIBOBJS = @LTLIBOBJS@
 
163
MAINT = @MAINT@
 
164
MAKEINFO = @MAKEINFO@
 
165
MKDIR_P = @MKDIR_P@
 
166
MKINSTALLDIRS = @MKINSTALLDIRS@
 
167
MSGFMT = @MSGFMT@
 
168
MSGFMT_OPTS = @MSGFMT_OPTS@
 
169
MSGMERGE = @MSGMERGE@
 
170
NMEDIT = @NMEDIT@
 
171
OBJEXT = @OBJEXT@
 
172
PACKAGE = @PACKAGE@
 
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
174
PACKAGE_NAME = @PACKAGE_NAME@
 
175
PACKAGE_STRING = @PACKAGE_STRING@
 
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_VERSION = @PACKAGE_VERSION@
 
178
PATH_SEPARATOR = @PATH_SEPARATOR@
 
179
PKG_CONFIG = @PKG_CONFIG@
 
180
POFILES = @POFILES@
 
181
POSUB = @POSUB@
 
182
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
183
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
184
PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
185
PYGTK_DEFS = @PYGTK_DEFS@
 
186
PYGTK_LIBS = @PYGTK_LIBS@
 
187
PYTHON = @PYTHON@
 
188
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
189
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
190
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
191
PYTHON_PREFIX = @PYTHON_PREFIX@
 
192
PYTHON_VERSION = @PYTHON_VERSION@
 
193
RANLIB = @RANLIB@
 
194
SED = @SED@
 
195
SET_MAKE = @SET_MAKE@
 
196
SHELL = @SHELL@
 
197
STRIP = @STRIP@
 
198
USE_NLS = @USE_NLS@
 
199
VERSION = @VERSION@
 
200
XGETTEXT = @XGETTEXT@
 
201
XMKMF = @XMKMF@
 
202
XSCRNSAVER_CFLAGS = @XSCRNSAVER_CFLAGS@
 
203
XSCRNSAVER_LIBS = @XSCRNSAVER_LIBS@
 
204
abs_builddir = @abs_builddir@
 
205
abs_srcdir = @abs_srcdir@
 
206
abs_top_builddir = @abs_top_builddir@
 
207
abs_top_srcdir = @abs_top_srcdir@
 
208
ac_ct_CC = @ac_ct_CC@
 
209
ac_ct_CXX = @ac_ct_CXX@
 
210
ac_ct_F77 = @ac_ct_F77@
 
211
am__include = @am__include@
 
212
am__leading_dot = @am__leading_dot@
 
213
am__quote = @am__quote@
 
214
am__tar = @am__tar@
 
215
am__untar = @am__untar@
 
216
bindir = @bindir@
 
217
build = @build@
 
218
build_alias = @build_alias@
 
219
build_cpu = @build_cpu@
 
220
build_os = @build_os@
 
221
build_vendor = @build_vendor@
 
222
builddir = @builddir@
 
223
datadir = @datadir@
 
224
datarootdir = @datarootdir@
 
225
docdir = @docdir@
 
226
dvidir = @dvidir@
 
227
exec_prefix = @exec_prefix@
 
228
host = @host@
 
229
host_alias = @host_alias@
 
230
host_cpu = @host_cpu@
 
231
host_os = @host_os@
 
232
host_vendor = @host_vendor@
 
233
htmldir = @htmldir@
 
234
includedir = @includedir@
 
235
infodir = @infodir@
 
236
install_sh = @install_sh@
 
237
libdir = @libdir@
 
238
libexecdir = @libexecdir@
 
239
localedir = @localedir@
 
240
localstatedir = @localstatedir@
 
241
mandir = @mandir@
 
242
mkdir_p = @mkdir_p@
 
243
oldincludedir = @oldincludedir@
 
244
pdfdir = @pdfdir@
 
245
pkgpyexecdir = @pkgpyexecdir@
 
246
pkgpythondir = @pkgpythondir@
 
247
prefix = @prefix@
 
248
program_transform_name = @program_transform_name@
 
249
psdir = @psdir@
 
250
pyexecdir = @pyexecdir@
 
251
pythondir = @pythondir@
 
252
sbindir = @sbindir@
 
253
sharedstatedir = @sharedstatedir@
 
254
srcdir = @srcdir@
 
255
sysconfdir = @sysconfdir@
 
256
target_alias = @target_alias@
 
257
top_builddir = @top_builddir@
 
258
top_srcdir = @top_srcdir@
 
259
GTKPATH = "/Library/Frameworks/GTK+.framework/Versions/Current/bin"
 
260
INCLUDES = $(PYTHON_INCLUDES)
 
261
GTKLDFLAGS = `$(GTKPATH)/pkg-config --libs gtk+-2.0 pygobject-2.0` 
 
262
GTKCFLAGS = `$(GTKPATH)/pkg-config --cflags gtk+-2.0 pygobject-2.0`
 
263
@BUILD_COCOA_TRUE@syncmenulib_LTLIBRARIES = syncmenu.la
 
264
@BUILD_COCOA_TRUE@syncmenulibdir = $(libdir)/gajim
 
265
@BUILD_COCOA_TRUE@syncmenu_la_SOURCES = sync-menu.c pysyncmenu.c
 
266
@BUILD_COCOA_TRUE@syncmenu_la_LDFLAGS = -module -avoid-version -Xcompiler -isysroot -Xcompiler /Developer/SDKs/MacOSX10.4u.sdk -Xcompiler -arch -Xcompiler ppc -Xcompiler -arch -Xcompiler i386 $(GTKLDFLAGS)
 
267
@BUILD_COCOA_TRUE@syncmenu_la_CFLAGS = -Xcompiler -isysroot -Xcompiler /Developer/SDKs/MacOSX10.4u.sdk -Xcompiler -arch -Xcompiler ppc -Xcompiler -arch -Xcompiler i386 $(GTKCFLAGS) -Wall -g $(INCLUDES)
 
268
DISTCLEANFILES = 
 
269
EXTRA_DIST = 
 
270
MAINTAINERCLEANFILES = Makefile.in
 
271
all: all-am
 
272
 
 
273
.SUFFIXES:
 
274
.SUFFIXES: .c .lo .o .obj
 
275
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
276
        @for dep in $?; do \
 
277
          case '$(am__configure_deps)' in \
 
278
            *$$dep*) \
 
279
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
280
                && exit 0; \
 
281
              exit 1;; \
 
282
          esac; \
 
283
        done; \
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/osx/syncmenu/Makefile'; \
 
285
        cd $(top_srcdir) && \
 
286
          $(AUTOMAKE) --gnu  src/osx/syncmenu/Makefile
 
287
.PRECIOUS: Makefile
 
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
289
        @case '$?' in \
 
290
          *config.status*) \
 
291
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
 
 
300
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
install-syncmenulibLTLIBRARIES: $(syncmenulib_LTLIBRARIES)
 
305
        @$(NORMAL_INSTALL)
 
306
        test -z "$(syncmenulibdir)" || $(MKDIR_P) "$(DESTDIR)$(syncmenulibdir)"
 
307
        @list='$(syncmenulib_LTLIBRARIES)'; for p in $$list; do \
 
308
          if test -f $$p; then \
 
309
            f=$(am__strip_dir) \
 
310
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(syncmenulibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(syncmenulibdir)/$$f'"; \
 
311
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(syncmenulibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(syncmenulibdir)/$$f"; \
 
312
          else :; fi; \
 
313
        done
 
314
 
 
315
uninstall-syncmenulibLTLIBRARIES:
 
316
        @$(NORMAL_UNINSTALL)
 
317
        @list='$(syncmenulib_LTLIBRARIES)'; for p in $$list; do \
 
318
          p=$(am__strip_dir) \
 
319
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(syncmenulibdir)/$$p'"; \
 
320
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(syncmenulibdir)/$$p"; \
 
321
        done
 
322
 
 
323
clean-syncmenulibLTLIBRARIES:
 
324
        -test -z "$(syncmenulib_LTLIBRARIES)" || rm -f $(syncmenulib_LTLIBRARIES)
 
325
        @list='$(syncmenulib_LTLIBRARIES)'; for p in $$list; do \
 
326
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
327
          test "$$dir" != "$$p" || dir=.; \
 
328
          echo "rm -f \"$${dir}/so_locations\""; \
 
329
          rm -f "$${dir}/so_locations"; \
 
330
        done
 
331
syncmenu.la: $(syncmenu_la_OBJECTS) $(syncmenu_la_DEPENDENCIES) 
 
332
        $(syncmenu_la_LINK) $(am_syncmenu_la_rpath) $(syncmenu_la_OBJECTS) $(syncmenu_la_LIBADD) $(LIBS)
 
333
 
 
334
mostlyclean-compile:
 
335
        -rm -f *.$(OBJEXT)
 
336
 
 
337
distclean-compile:
 
338
        -rm -f *.tab.c
 
339
 
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncmenu_la-pysyncmenu.Plo@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syncmenu_la-sync-menu.Plo@am__quote@
 
342
 
 
343
.c.o:
 
344
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
345
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
348
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
349
 
 
350
.c.obj:
 
351
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
352
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
356
 
 
357
.c.lo:
 
358
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
359
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
362
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
363
 
 
364
syncmenu_la-sync-menu.lo: sync-menu.c
 
365
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncmenu_la_CFLAGS) $(CFLAGS) -MT syncmenu_la-sync-menu.lo -MD -MP -MF $(DEPDIR)/syncmenu_la-sync-menu.Tpo -c -o syncmenu_la-sync-menu.lo `test -f 'sync-menu.c' || echo '$(srcdir)/'`sync-menu.c
 
366
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/syncmenu_la-sync-menu.Tpo $(DEPDIR)/syncmenu_la-sync-menu.Plo
 
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sync-menu.c' object='syncmenu_la-sync-menu.lo' libtool=yes @AMDEPBACKSLASH@
 
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
369
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncmenu_la_CFLAGS) $(CFLAGS) -c -o syncmenu_la-sync-menu.lo `test -f 'sync-menu.c' || echo '$(srcdir)/'`sync-menu.c
 
370
 
 
371
syncmenu_la-pysyncmenu.lo: pysyncmenu.c
 
372
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncmenu_la_CFLAGS) $(CFLAGS) -MT syncmenu_la-pysyncmenu.lo -MD -MP -MF $(DEPDIR)/syncmenu_la-pysyncmenu.Tpo -c -o syncmenu_la-pysyncmenu.lo `test -f 'pysyncmenu.c' || echo '$(srcdir)/'`pysyncmenu.c
 
373
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/syncmenu_la-pysyncmenu.Tpo $(DEPDIR)/syncmenu_la-pysyncmenu.Plo
 
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pysyncmenu.c' object='syncmenu_la-pysyncmenu.lo' libtool=yes @AMDEPBACKSLASH@
 
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
376
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(syncmenu_la_CFLAGS) $(CFLAGS) -c -o syncmenu_la-pysyncmenu.lo `test -f 'pysyncmenu.c' || echo '$(srcdir)/'`pysyncmenu.c
 
377
 
 
378
mostlyclean-libtool:
 
379
        -rm -f *.lo
 
380
 
 
381
clean-libtool:
 
382
        -rm -rf .libs _libs
 
383
 
 
384
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
385
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
386
        unique=`for i in $$list; do \
 
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
388
          done | \
 
389
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
390
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
391
        mkid -fID $$unique
 
392
tags: TAGS
 
393
 
 
394
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
395
                $(TAGS_FILES) $(LISP)
 
396
        tags=; \
 
397
        here=`pwd`; \
 
398
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
399
        unique=`for i in $$list; do \
 
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
401
          done | \
 
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
404
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
405
          test -n "$$unique" || unique=$$empty_fix; \
 
406
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
407
            $$tags $$unique; \
 
408
        fi
 
409
ctags: CTAGS
 
410
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
411
                $(TAGS_FILES) $(LISP)
 
412
        tags=; \
 
413
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
414
        unique=`for i in $$list; do \
 
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
416
          done | \
 
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
419
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
420
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
421
             $$tags $$unique
 
422
 
 
423
GTAGS:
 
424
        here=`$(am__cd) $(top_builddir) && pwd` \
 
425
          && cd $(top_srcdir) \
 
426
          && gtags -i $(GTAGS_ARGS) $$here
 
427
 
 
428
distclean-tags:
 
429
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
430
 
 
431
distdir: $(DISTFILES)
 
432
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
433
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
434
        list='$(DISTFILES)'; \
 
435
          dist_files=`for file in $$list; do echo $$file; done | \
 
436
          sed -e "s|^$$srcdirstrip/||;t" \
 
437
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
438
        case $$dist_files in \
 
439
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
440
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
441
                           sort -u` ;; \
 
442
        esac; \
 
443
        for file in $$dist_files; do \
 
444
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
445
          if test -d $$d/$$file; then \
 
446
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
447
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
448
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
449
            fi; \
 
450
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
451
          else \
 
452
            test -f $(distdir)/$$file \
 
453
            || cp -p $$d/$$file $(distdir)/$$file \
 
454
            || exit 1; \
 
455
          fi; \
 
456
        done
 
457
check-am: all-am
 
458
check: check-am
 
459
all-am: Makefile $(LTLIBRARIES)
 
460
installdirs:
 
461
        for dir in "$(DESTDIR)$(syncmenulibdir)"; do \
 
462
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
463
        done
 
464
install: install-am
 
465
install-exec: install-exec-am
 
466
install-data: install-data-am
 
467
uninstall: uninstall-am
 
468
 
 
469
install-am: all-am
 
470
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
471
 
 
472
installcheck: installcheck-am
 
473
install-strip:
 
474
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
475
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
476
          `test -z '$(STRIP)' || \
 
477
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
478
mostlyclean-generic:
 
479
 
 
480
clean-generic:
 
481
 
 
482
distclean-generic:
 
483
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
484
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
485
 
 
486
maintainer-clean-generic:
 
487
        @echo "This command is intended for maintainers to use"
 
488
        @echo "it deletes files that may require special tools to rebuild."
 
489
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
490
clean: clean-am
 
491
 
 
492
clean-am: clean-generic clean-libtool clean-syncmenulibLTLIBRARIES \
 
493
        mostlyclean-am
 
494
 
 
495
distclean: distclean-am
 
496
        -rm -rf ./$(DEPDIR)
 
497
        -rm -f Makefile
 
498
distclean-am: clean-am distclean-compile distclean-generic \
 
499
        distclean-tags
 
500
 
 
501
dvi: dvi-am
 
502
 
 
503
dvi-am:
 
504
 
 
505
html: html-am
 
506
 
 
507
info: info-am
 
508
 
 
509
info-am:
 
510
 
 
511
install-data-am: install-syncmenulibLTLIBRARIES
 
512
 
 
513
install-dvi: install-dvi-am
 
514
 
 
515
install-exec-am:
 
516
 
 
517
install-html: install-html-am
 
518
 
 
519
install-info: install-info-am
 
520
 
 
521
install-man:
 
522
 
 
523
install-pdf: install-pdf-am
 
524
 
 
525
install-ps: install-ps-am
 
526
 
 
527
installcheck-am:
 
528
 
 
529
maintainer-clean: maintainer-clean-am
 
530
        -rm -rf ./$(DEPDIR)
 
531
        -rm -f Makefile
 
532
maintainer-clean-am: distclean-am maintainer-clean-generic
 
533
 
 
534
mostlyclean: mostlyclean-am
 
535
 
 
536
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
537
        mostlyclean-libtool
 
538
 
 
539
pdf: pdf-am
 
540
 
 
541
pdf-am:
 
542
 
 
543
ps: ps-am
 
544
 
 
545
ps-am:
 
546
 
 
547
uninstall-am: uninstall-syncmenulibLTLIBRARIES
 
548
 
 
549
.MAKE: install-am install-strip
 
550
 
 
551
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
552
        clean-libtool clean-syncmenulibLTLIBRARIES ctags distclean \
 
553
        distclean-compile distclean-generic distclean-libtool \
 
554
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
555
        install install-am install-data install-data-am install-dvi \
 
556
        install-dvi-am install-exec install-exec-am install-html \
 
557
        install-html-am install-info install-info-am install-man \
 
558
        install-pdf install-pdf-am install-ps install-ps-am \
 
559
        install-strip install-syncmenulibLTLIBRARIES installcheck \
 
560
        installcheck-am installdirs maintainer-clean \
 
561
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
562
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
563
        tags uninstall uninstall-am uninstall-syncmenulibLTLIBRARIES
 
564
 
 
565
 
 
566
export MACOSX_DEPLOYMENT_TARGET=10.4
 
567
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
568
# Otherwise a system limit (for SysV at least) may be exceeded.
 
569
.NOEXPORT: