~ubuntu-branches/debian/squeeze/f-spot/squeeze

« back to all changes in this revision

Viewing changes to extensions/FlickrExport/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Mirco Bauer, Iain Lane
  • Date: 2009-02-07 20:23:32 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090207202332-oc93rfjo1st0571s
Tags: 0.5.0.3-2
[ Mirco Bauer]
* Upload to unstable.
* debian/control:
  + Lowered GNOME# build-deps to 2.0 ABI as that transition didn't happen
    yet in unstable.

[ Iain Lane ]
* debian/patches/svn-r4545_locales-import.dpatch: Patch backported from SVN
  trunk revision 4545 - initialize the translation catalog earlier (LP: #293305)
  (Closes: #514457). Thanks to Florian Heinle for finding the patch and to
  Chris Coulson for preparing the update.
* debian/control: Build-depend on libmono-dev (>= 1.2.4) to match configure
  checks.
* debian/rules: Pass CSC=/usr/bin/csc to configure for gio-sharp to fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
36
 
        $(top_srcdir)/Makefile.include
37
 
subdir = extensions/FlickrExport
38
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
 
        $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
SOURCES =
47
 
DIST_SOURCES =
48
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
 
        html-recursive info-recursive install-data-recursive \
50
 
        install-dvi-recursive install-exec-recursive \
51
 
        install-html-recursive install-info-recursive \
52
 
        install-pdf-recursive install-ps-recursive install-recursive \
53
 
        installcheck-recursive installdirs-recursive pdf-recursive \
54
 
        ps-recursive uninstall-recursive
55
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
 
am__vpath_adj = case $$p in \
57
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
 
    *) f=$$p;; \
59
 
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61
 
am__installdirs = "$(DESTDIR)$(plugindir)"
62
 
pluginDATA_INSTALL = $(INSTALL_DATA)
63
 
DATA = $(plugin_DATA)
64
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
 
  distclean-recursive maintainer-clean-recursive
66
 
ETAGS = etags
67
 
CTAGS = ctags
68
 
DIST_SUBDIRS = $(SUBDIRS)
69
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70
 
ACLOCAL = @ACLOCAL@
71
 
ALL_LINGUAS = @ALL_LINGUAS@
72
 
AMTAR = @AMTAR@
73
 
AR = @AR@
74
 
AUTOCONF = @AUTOCONF@
75
 
AUTOHEADER = @AUTOHEADER@
76
 
AUTOMAKE = @AUTOMAKE@
77
 
AWK = @AWK@
78
 
BEAGLE_CFLAGS = @BEAGLE_CFLAGS@
79
 
BEAGLE_DEFINES = @BEAGLE_DEFINES@
80
 
BEAGLE_DIR = @BEAGLE_DIR@
81
 
BEAGLE_LIBS = @BEAGLE_LIBS@
82
 
CATALOGS = @CATALOGS@
83
 
CATOBJEXT = @CATOBJEXT@
84
 
CC = @CC@
85
 
CCDEPMODE = @CCDEPMODE@
86
 
CFLAGS = @CFLAGS@
87
 
CPP = @CPP@
88
 
CPPFLAGS = @CPPFLAGS@
89
 
CSC = gmcs $(CSC_FLAGS) -target:exe
90
 
CSC_DEFINES = @CSC_DEFINES@
91
 
CXX = @CXX@
92
 
CXXCPP = @CXXCPP@
93
 
CXXDEPMODE = @CXXDEPMODE@
94
 
CXXFLAGS = @CXXFLAGS@
95
 
CYGPATH_W = @CYGPATH_W@
96
 
DATADIRNAME = @DATADIRNAME@
97
 
DEFS = @DEFS@
98
 
DEPDIR = @DEPDIR@
99
 
DIR_DBUS = @DIR_DBUS@
100
 
DIR_DBUS_GLIB = @DIR_DBUS_GLIB@
101
 
DIR_GIO = @DIR_GIO@
102
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
103
 
ECHO = @ECHO@
104
 
ECHO_C = @ECHO_C@
105
 
ECHO_N = @ECHO_N@
106
 
ECHO_T = @ECHO_T@
107
 
EGREP = @EGREP@
108
 
EXEEXT = @EXEEXT@
109
 
EXIF_CFLAGS = @EXIF_CFLAGS@
110
 
EXIF_LIBS = @EXIF_LIBS@
111
 
EXIF_SOVERSION = @EXIF_SOVERSION@
112
 
F77 = @F77@
113
 
FFLAGS = @FFLAGS@
114
 
F_CFLAGS = @F_CFLAGS@
115
 
F_LIBS = @F_LIBS@
116
 
GCONFTOOL = @GCONFTOOL@
117
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
118
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
119
 
GCONF_SHARP_CFLAGS = @GCONF_SHARP_CFLAGS@
120
 
GCONF_SHARP_LIBS = @GCONF_SHARP_LIBS@
121
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
122
 
GLIB_CFLAGS = @GLIB_CFLAGS@
123
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
124
 
GLIB_LIBS = @GLIB_LIBS@
125
 
GLIB_MKENUMS = @GLIB_MKENUMS@
126
 
GMOFILES = @GMOFILES@
127
 
GMSGFMT = @GMSGFMT@
128
 
GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@
129
 
GNOME_SCREENSAVER_SAVERDIR = @GNOME_SCREENSAVER_SAVERDIR@
130
 
GNOME_SCREENSAVER_THEMESDIR = @GNOME_SCREENSAVER_THEMESDIR@
131
 
GNOME_SHARP_CFLAGS = @GNOME_SHARP_CFLAGS@
132
 
GNOME_SHARP_LIBS = @GNOME_SHARP_LIBS@
133
 
GOBJECT_QUERY = @GOBJECT_QUERY@
134
 
GREP = @GREP@
135
 
GTKHTML_SHARP_CFLAGS = @GTKHTML_SHARP_CFLAGS@
136
 
GTKHTML_SHARP_LIBS = @GTKHTML_SHARP_LIBS@
137
 
GTKHTML_SHARP_PKG = @GTKHTML_SHARP_PKG@
138
 
HELP_DIR = @HELP_DIR@
139
 
ICONS_DIRECTORY = @ICONS_DIRECTORY@
140
 
INSTALL = @INSTALL@
141
 
INSTALL_DATA = @INSTALL_DATA@
142
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
 
INSTOBJEXT = @INSTOBJEXT@
146
 
INTLLIBS = @INTLLIBS@
147
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
148
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
149
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
150
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
151
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
152
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
153
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
154
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
155
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
156
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
157
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
158
 
INTLTOOL_PERL = @INTLTOOL_PERL@
159
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
160
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
161
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
162
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
163
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
164
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
165
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
166
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
167
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
168
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
169
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
170
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
171
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
172
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
173
 
LCMS_CFLAGS = @LCMS_CFLAGS@
174
 
LCMS_LIBS = @LCMS_LIBS@
175
 
LDFLAGS = @LDFLAGS@
176
 
LIBEXIF_VERSION_CHECK_CFLAGS = @LIBEXIF_VERSION_CHECK_CFLAGS@
177
 
LIBEXIF_VERSION_CHECK_LIBS = @LIBEXIF_VERSION_CHECK_LIBS@
178
 
LIBGPHOTO2_CFLAGS = @LIBGPHOTO2_CFLAGS@
179
 
LIBGPHOTO2_LIBS = @LIBGPHOTO2_LIBS@
180
 
LIBJPEG = @LIBJPEG@
181
 
LIBOBJS = @LIBOBJS@
182
 
LIBS = @LIBS@
183
 
LIBTOOL = @LIBTOOL@
184
 
LINK_BEAGLE = @LINK_BEAGLE@
185
 
LINK_DBUS = @LINK_DBUS@
186
 
LINK_GIO = @LINK_GIO@
187
 
LN_S = @LN_S@
188
 
LTLIBOBJS = @LTLIBOBJS@
189
 
MAINT = @MAINT@
190
 
MAKEINFO = @MAKEINFO@
191
 
MCS = @MCS@
192
 
MKDIR_P = @MKDIR_P@
193
 
MONO = @MONO@
194
 
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
195
 
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
196
 
MSGFMT = @MSGFMT@
197
 
MSGFMT_OPTS = @MSGFMT_OPTS@
198
 
NDESK_DBUS_CFLAGS = @NDESK_DBUS_CFLAGS@
199
 
NDESK_DBUS_LIBS = @NDESK_DBUS_LIBS@
200
 
NUNIT22_CFLAGS = @NUNIT22_CFLAGS@
201
 
NUNIT22_LIBS = @NUNIT22_LIBS@
202
 
NUNIT_CFLAGS = @NUNIT_CFLAGS@
203
 
NUNIT_DEFINES = @NUNIT_DEFINES@
204
 
NUNIT_LIBS = @NUNIT_LIBS@
205
 
NUNIT_PKG = @NUNIT_PKG@
206
 
OBJEXT = @OBJEXT@
207
 
OMF_DIR = @OMF_DIR@
208
 
PACKAGE = @PACKAGE@
209
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210
 
PACKAGE_NAME = @PACKAGE_NAME@
211
 
PACKAGE_STRING = @PACKAGE_STRING@
212
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
213
 
PACKAGE_VERSION = @PACKAGE_VERSION@
214
 
PATH_DBUS = @PATH_DBUS@
215
 
PATH_GIO = @PATH_GIO@
216
 
PATH_SEPARATOR = @PATH_SEPARATOR@
217
 
PKG_CONFIG = @PKG_CONFIG@
218
 
POFILES = @POFILES@
219
 
POSUB = @POSUB@
220
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
221
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
222
 
RANLIB = @RANLIB@
223
 
SED = @SED@
224
 
SET_MAKE = @SET_MAKE@
225
 
SHELL = @SHELL@
226
 
STRIP = @STRIP@
227
 
TURTLEDIR = @TURTLEDIR@
228
 
USE_NLS = @USE_NLS@
229
 
VERSION = @VERSION@
230
 
XGETTEXT = @XGETTEXT@
231
 
abs_builddir = @abs_builddir@
232
 
abs_srcdir = @abs_srcdir@
233
 
abs_top_builddir = @abs_top_builddir@
234
 
abs_top_srcdir = @abs_top_srcdir@
235
 
ac_ct_CC = @ac_ct_CC@
236
 
ac_ct_CXX = @ac_ct_CXX@
237
 
ac_ct_F77 = @ac_ct_F77@
238
 
am__include = @am__include@
239
 
am__leading_dot = @am__leading_dot@
240
 
am__quote = @am__quote@
241
 
am__tar = @am__tar@
242
 
am__untar = @am__untar@
243
 
bindir = @bindir@
244
 
build = @build@
245
 
build_alias = @build_alias@
246
 
build_cpu = @build_cpu@
247
 
build_os = @build_os@
248
 
build_vendor = @build_vendor@
249
 
builddir = @builddir@
250
 
datadir = @datadir@
251
 
datarootdir = @datarootdir@
252
 
docdir = @docdir@
253
 
dvidir = @dvidir@
254
 
exec_prefix = @exec_prefix@
255
 
expanded_libdir = @expanded_libdir@
256
 
host = @host@
257
 
host_alias = @host_alias@
258
 
host_cpu = @host_cpu@
259
 
host_os = @host_os@
260
 
host_vendor = @host_vendor@
261
 
htmldir = @htmldir@
262
 
includedir = @includedir@
263
 
infodir = @infodir@
264
 
install_sh = @install_sh@
265
 
libdir = @libdir@
266
 
libexecdir = @libexecdir@
267
 
localedir = @localedir@
268
 
localstatedir = @localstatedir@
269
 
mandir = @mandir@
270
 
mkdir_p = @mkdir_p@
271
 
oldincludedir = @oldincludedir@
272
 
pdfdir = @pdfdir@
273
 
prefix = @prefix@
274
 
program_transform_name = @program_transform_name@
275
 
psdir = @psdir@
276
 
sbindir = @sbindir@
277
 
sharedstatedir = @sharedstatedir@
278
 
srcdir = @srcdir@
279
 
subdirs = @subdirs@
280
 
sysconfdir = @sysconfdir@
281
 
target_alias = @target_alias@
282
 
top_builddir = @top_builddir@
283
 
top_srcdir = @top_srcdir@
284
 
DIR_ADDINS_ADDINS = $(top_builddir)/mono-addins/Mono.Addins
285
 
DIR_ADDINS_GUI = $(top_builddir)/mono-addins/Mono.Addins.Gui
286
 
DIR_ADDINS_SETUP = $(top_builddir)/mono-addins/Mono.Addins.Setup
287
 
DIR_DOCS = $(top_builddir)/docs
288
 
DIR_EXTENSIONS = $(top_builddir)/extensions
289
 
DIR_GLITZ = $(top_builddir)/glitz-sharp/src
290
 
DIR_GPHOTO2 = $(top_builddir)/libgphoto2-sharp
291
 
DIR_ICONS = $(top_builddir)/icons
292
 
DIR_JPEGTRAN = $(top_builddir)/libjpegtran
293
 
DIR_KEYRING = $(top_builddir)/gnome-keyring-sharp
294
 
DIR_LIBEOG = $(top_builddir)/libeog
295
 
DIR_LIBFSPOT = $(top_builddir)/libfspot
296
 
DIR_SEMWEB = $(top_builddir)/semweb
297
 
DIR_SRC = $(top_builddir)/src
298
 
DIR_TAO_OPENGL = $(top_builddir)/Tao/Tao.OpenGl
299
 
DIR_TAO_GLU = $(top_builddir)/Tao/Tao.OpenGl.Glu
300
 
DIR_TAO_EXTENSIONLOADER = $(top_builddir)/Tao/Tao.OpenGl.ExtensionLoader
301
 
DIR_TAO_GLPOSTPROCESS = $(top_builddir)/Tao/Tao.GlPostProcess
302
 
LINK_KEYRING = -r:$(DIR_KEYRING)/gnome-keyring-sharp.dll
303
 
LINK_GLITZ = -r:$(DIR_GLITZ)/NDesk.Glitz.dll 
304
 
LINK_GPHOTO2 = -r:$(DIR_GPHOTO2)/libgphoto2-sharp.dll
305
 
LINK_MONO_ADDINS = \
306
 
        -r:$(DIR_ADDINS_ADDINS)/Mono.Addins.dll         \
307
 
        -r:$(DIR_ADDINS_SETUP)/Mono.Addins.Setup.dll    \
308
 
        -r:$(DIR_ADDINS_GUI)/Mono.Addins.Gui.dll
309
 
 
310
 
LINK_SEMWEB = -r:$(DIR_SEMWEB)/SemWeb.dll
311
 
LINK_TAO = \
312
 
        -r:$(DIR_TAO_OPENGL)/Tao.OpenGl.dll                             \
313
 
        -r:$(DIR_TAO_GLU)/Tao.OpenGl.Glu.dll                            \
314
 
        -r:$(DIR_TAO_EXTENSIONLOADER)/Tao.OpenGl.ExtensionLoader.dll
315
 
 
316
 
CSC_FLAGS = -debug
317
 
CSC_LIB = gmcs $(CSC_FLAGS) -target:library
318
 
MONO_DEBUGFLAGS = --debug
319
 
RUNTIME = mono $(MONO_DEBUGFLAGS)
320
 
PLUGIN_NAME = FlickrExport
321
 
PLUGIN_MANIFEST = $(PLUGIN_NAME).addin.xml
322
 
PLUGIN_ASSEMBLY = $(PLUGIN_NAME).dll
323
 
PLUGIN_SOURCES = \
324
 
        $(srcdir)/FlickrExport.cs       \
325
 
        $(srcdir)/FlickrRemote.cs
326
 
 
327
 
REFS = \
328
 
        -r:../../src/f-spot.exe         \
329
 
        -r:../../src/FSpot.Core.dll     \
330
 
        -r:../../src/FSpot.Utils.dll    \
331
 
        $(LINK_SEMWEB)                  \
332
 
        -r:FlickrNet/FlickrNet.dll      \
333
 
        -r:Mono.Posix
334
 
 
335
 
PKGS = \
336
 
        -pkg:gtk-sharp-2.0              \
337
 
        -pkg:glade-sharp-2.0
338
 
 
339
 
SUBDIRS = \
340
 
        FlickrNet
341
 
 
342
 
RESOURCES = \
343
 
        -resource:$(srcdir)/$(PLUGIN_MANIFEST)  \
344
 
        -resource:$(srcdir)/$(PLUGIN_NAME).glade
345
 
 
346
 
plugindir = $(pkglibdir)/extensions
347
 
plugin_DATA = \
348
 
        $(PLUGIN_ASSEMBLY)
349
 
 
350
 
EXTRA_DIST = \
351
 
        $(PLUGIN_SOURCES)       \
352
 
        $(PLUGIN_MANIFEST)      \
353
 
        $(PLUGIN_NAME).glade
354
 
 
355
 
CLEANFILES = \
356
 
        $(PLUGIN_ASSEMBLY)      \
357
 
        $(PLUGIN_ASSEMBLY).mdb  \
358
 
        *.mpack
359
 
 
360
 
all: all-recursive
361
 
 
362
 
.SUFFIXES:
363
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
364
 
        @for dep in $?; do \
365
 
          case '$(am__configure_deps)' in \
366
 
            *$$dep*) \
367
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
368
 
                && exit 0; \
369
 
              exit 1;; \
370
 
          esac; \
371
 
        done; \
372
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extensions/FlickrExport/Makefile'; \
373
 
        cd $(top_srcdir) && \
374
 
          $(AUTOMAKE) --gnu  extensions/FlickrExport/Makefile
375
 
.PRECIOUS: Makefile
376
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377
 
        @case '$?' in \
378
 
          *config.status*) \
379
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380
 
          *) \
381
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383
 
        esac;
384
 
 
385
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
 
 
388
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
389
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
391
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392
 
 
393
 
mostlyclean-libtool:
394
 
        -rm -f *.lo
395
 
 
396
 
clean-libtool:
397
 
        -rm -rf .libs _libs
398
 
install-pluginDATA: $(plugin_DATA)
399
 
        @$(NORMAL_INSTALL)
400
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
401
 
        @list='$(plugin_DATA)'; for p in $$list; do \
402
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403
 
          f=$(am__strip_dir) \
404
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
405
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
406
 
        done
407
 
 
408
 
uninstall-pluginDATA:
409
 
        @$(NORMAL_UNINSTALL)
410
 
        @list='$(plugin_DATA)'; for p in $$list; do \
411
 
          f=$(am__strip_dir) \
412
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
413
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
414
 
        done
415
 
 
416
 
# This directory's subdirectories are mostly independent; you can cd
417
 
# into them and run `make' without going through this Makefile.
418
 
# To change the values of `make' variables: instead of editing Makefiles,
419
 
# (1) if the variable is set in `config.status', edit `config.status'
420
 
#     (which will cause the Makefiles to be regenerated when you run `make');
421
 
# (2) otherwise, pass the desired values on the `make' command line.
422
 
$(RECURSIVE_TARGETS):
423
 
        @failcom='exit 1'; \
424
 
        for f in x $$MAKEFLAGS; do \
425
 
          case $$f in \
426
 
            *=* | --[!k]*);; \
427
 
            *k*) failcom='fail=yes';; \
428
 
          esac; \
429
 
        done; \
430
 
        dot_seen=no; \
431
 
        target=`echo $@ | sed s/-recursive//`; \
432
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
433
 
          echo "Making $$target in $$subdir"; \
434
 
          if test "$$subdir" = "."; then \
435
 
            dot_seen=yes; \
436
 
            local_target="$$target-am"; \
437
 
          else \
438
 
            local_target="$$target"; \
439
 
          fi; \
440
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441
 
          || eval $$failcom; \
442
 
        done; \
443
 
        if test "$$dot_seen" = "no"; then \
444
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
445
 
        fi; test -z "$$fail"
446
 
 
447
 
$(RECURSIVE_CLEAN_TARGETS):
448
 
        @failcom='exit 1'; \
449
 
        for f in x $$MAKEFLAGS; do \
450
 
          case $$f in \
451
 
            *=* | --[!k]*);; \
452
 
            *k*) failcom='fail=yes';; \
453
 
          esac; \
454
 
        done; \
455
 
        dot_seen=no; \
456
 
        case "$@" in \
457
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
458
 
          *) list='$(SUBDIRS)' ;; \
459
 
        esac; \
460
 
        rev=''; for subdir in $$list; do \
461
 
          if test "$$subdir" = "."; then :; else \
462
 
            rev="$$subdir $$rev"; \
463
 
          fi; \
464
 
        done; \
465
 
        rev="$$rev ."; \
466
 
        target=`echo $@ | sed s/-recursive//`; \
467
 
        for subdir in $$rev; do \
468
 
          echo "Making $$target in $$subdir"; \
469
 
          if test "$$subdir" = "."; then \
470
 
            local_target="$$target-am"; \
471
 
          else \
472
 
            local_target="$$target"; \
473
 
          fi; \
474
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
475
 
          || eval $$failcom; \
476
 
        done && test -z "$$fail"
477
 
tags-recursive:
478
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
479
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
480
 
        done
481
 
ctags-recursive:
482
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
483
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
484
 
        done
485
 
 
486
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
487
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
488
 
        unique=`for i in $$list; do \
489
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
 
          done | \
491
 
          $(AWK) '    { files[$$0] = 1; } \
492
 
               END { for (i in files) print i; }'`; \
493
 
        mkid -fID $$unique
494
 
tags: TAGS
495
 
 
496
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
 
                $(TAGS_FILES) $(LISP)
498
 
        tags=; \
499
 
        here=`pwd`; \
500
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
501
 
          include_option=--etags-include; \
502
 
          empty_fix=.; \
503
 
        else \
504
 
          include_option=--include; \
505
 
          empty_fix=; \
506
 
        fi; \
507
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
508
 
          if test "$$subdir" = .; then :; else \
509
 
            test ! -f $$subdir/TAGS || \
510
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
511
 
          fi; \
512
 
        done; \
513
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
 
        unique=`for i in $$list; do \
515
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
 
          done | \
517
 
          $(AWK) '    { files[$$0] = 1; } \
518
 
               END { for (i in files) print i; }'`; \
519
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
520
 
          test -n "$$unique" || unique=$$empty_fix; \
521
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522
 
            $$tags $$unique; \
523
 
        fi
524
 
ctags: CTAGS
525
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
 
                $(TAGS_FILES) $(LISP)
527
 
        tags=; \
528
 
        here=`pwd`; \
529
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
 
        unique=`for i in $$list; do \
531
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
 
          done | \
533
 
          $(AWK) '    { files[$$0] = 1; } \
534
 
               END { for (i in files) print i; }'`; \
535
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
536
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
 
             $$tags $$unique
538
 
 
539
 
GTAGS:
540
 
        here=`$(am__cd) $(top_builddir) && pwd` \
541
 
          && cd $(top_srcdir) \
542
 
          && gtags -i $(GTAGS_ARGS) $$here
543
 
 
544
 
distclean-tags:
545
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546
 
 
547
 
distdir: $(DISTFILES)
548
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
549
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550
 
        list='$(DISTFILES)'; \
551
 
          dist_files=`for file in $$list; do echo $$file; done | \
552
 
          sed -e "s|^$$srcdirstrip/||;t" \
553
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
554
 
        case $$dist_files in \
555
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
556
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
557
 
                           sort -u` ;; \
558
 
        esac; \
559
 
        for file in $$dist_files; do \
560
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
561
 
          if test -d $$d/$$file; then \
562
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
563
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
564
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
565
 
            fi; \
566
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
567
 
          else \
568
 
            test -f $(distdir)/$$file \
569
 
            || cp -p $$d/$$file $(distdir)/$$file \
570
 
            || exit 1; \
571
 
          fi; \
572
 
        done
573
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
574
 
          if test "$$subdir" = .; then :; else \
575
 
            test -d "$(distdir)/$$subdir" \
576
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
577
 
            || exit 1; \
578
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
579
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
580
 
            (cd $$subdir && \
581
 
              $(MAKE) $(AM_MAKEFLAGS) \
582
 
                top_distdir="$$top_distdir" \
583
 
                distdir="$$distdir/$$subdir" \
584
 
                am__remove_distdir=: \
585
 
                am__skip_length_check=: \
586
 
                distdir) \
587
 
              || exit 1; \
588
 
          fi; \
589
 
        done
590
 
check-am: all-am
591
 
check: check-recursive
592
 
all-am: Makefile $(DATA)
593
 
installdirs: installdirs-recursive
594
 
installdirs-am:
595
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
596
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
597
 
        done
598
 
install: install-recursive
599
 
install-exec: install-exec-recursive
600
 
install-data: install-data-recursive
601
 
uninstall: uninstall-recursive
602
 
 
603
 
install-am: all-am
604
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
605
 
 
606
 
installcheck: installcheck-recursive
607
 
install-strip:
608
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610
 
          `test -z '$(STRIP)' || \
611
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
612
 
mostlyclean-generic:
613
 
 
614
 
clean-generic:
615
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
616
 
 
617
 
distclean-generic:
618
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619
 
 
620
 
maintainer-clean-generic:
621
 
        @echo "This command is intended for maintainers to use"
622
 
        @echo "it deletes files that may require special tools to rebuild."
623
 
clean: clean-recursive
624
 
 
625
 
clean-am: clean-generic clean-libtool mostlyclean-am
626
 
 
627
 
distclean: distclean-recursive
628
 
        -rm -f Makefile
629
 
distclean-am: clean-am distclean-generic distclean-tags
630
 
 
631
 
dvi: dvi-recursive
632
 
 
633
 
dvi-am:
634
 
 
635
 
html: html-recursive
636
 
 
637
 
info: info-recursive
638
 
 
639
 
info-am:
640
 
 
641
 
install-data-am: install-pluginDATA
642
 
        @$(NORMAL_INSTALL)
643
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
644
 
 
645
 
install-dvi: install-dvi-recursive
646
 
 
647
 
install-exec-am:
648
 
 
649
 
install-html: install-html-recursive
650
 
 
651
 
install-info: install-info-recursive
652
 
 
653
 
install-man:
654
 
 
655
 
install-pdf: install-pdf-recursive
656
 
 
657
 
install-ps: install-ps-recursive
658
 
 
659
 
installcheck-am:
660
 
 
661
 
maintainer-clean: maintainer-clean-recursive
662
 
        -rm -f Makefile
663
 
maintainer-clean-am: distclean-am maintainer-clean-generic
664
 
 
665
 
mostlyclean: mostlyclean-recursive
666
 
 
667
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
668
 
 
669
 
pdf: pdf-recursive
670
 
 
671
 
pdf-am:
672
 
 
673
 
ps: ps-recursive
674
 
 
675
 
ps-am:
676
 
 
677
 
uninstall-am: uninstall-pluginDATA
678
 
 
679
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
680
 
        install-data-am install-strip
681
 
 
682
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
683
 
        all all-am check check-am clean clean-generic clean-libtool \
684
 
        ctags ctags-recursive distclean distclean-generic \
685
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
686
 
        html-am info info-am install install-am install-data \
687
 
        install-data-am install-data-hook install-dvi install-dvi-am \
688
 
        install-exec install-exec-am install-html install-html-am \
689
 
        install-info install-info-am install-man install-pdf \
690
 
        install-pdf-am install-pluginDATA install-ps install-ps-am \
691
 
        install-strip installcheck installcheck-am installdirs \
692
 
        installdirs-am maintainer-clean maintainer-clean-generic \
693
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
694
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
695
 
        uninstall-pluginDATA
696
 
 
697
 
 
698
 
all: $(PLUGIN_ASSEMBLY)
699
 
 
700
 
mpack: $(PLUGIN_ASSEMBLY)
701
 
        mautil p $(PLUGIN_ASSEMBLY)
702
 
 
703
 
$(PLUGIN_ASSEMBLY): $(PLUGIN_SOURCES) $(PLUGIN_MANIFEST)
704
 
        $(MAKE) -C $(SUBDIRS)
705
 
        $(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
706
 
 
707
 
install-data-hook:
708
 
        rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml
709
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
710
 
# Otherwise a system limit (for SysV at least) may be exceeded.
711
 
.NOEXPORT: