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

« back to all changes in this revision

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