~ubuntu-branches/ubuntu/lucid/docky/lucid-proposed

« back to all changes in this revision

Viewing changes to Docky.Widgets/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-02-17 15:10:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100217151007-msxpd0lsj300ndde
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# Rules to more easily specify a C# build for automake.
 
19
#
 
20
# Inspired and adapted from Banshee's build system
 
21
 
 
22
# Rules to more easily specify a C# build for automake.
 
23
#
 
24
# Inspired and adapted from Banshee's build system
 
25
 
 
26
 
 
27
VPATH = @srcdir@
 
28
pkgdatadir = $(datadir)/@PACKAGE@
 
29
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibdir = $(libdir)/@PACKAGE@
 
31
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
32
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
33
install_sh_DATA = $(install_sh) -c -m 644
 
34
install_sh_PROGRAM = $(install_sh) -c
 
35
install_sh_SCRIPT = $(install_sh) -c
 
36
INSTALL_HEADER = $(INSTALL_DATA)
 
37
transform = $(program_transform_name)
 
38
NORMAL_INSTALL = :
 
39
PRE_INSTALL = :
 
40
POST_INSTALL = :
 
41
NORMAL_UNINSTALL = :
 
42
PRE_UNINSTALL = :
 
43
POST_UNINSTALL = :
 
44
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
45
        $(top_srcdir)/build.rules.common.mk \
 
46
        $(top_srcdir)/build.rules.core.mk
 
47
@ENABLE_DEBUG_TRUE@am__append_1 = -debug -d:DEBUG
 
48
subdir = Docky.Widgets
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/m4/shamrock/expansions.m4 \
 
51
        $(top_srcdir)/m4/shamrock/i18n.m4 \
 
52
        $(top_srcdir)/m4/shamrock/mono.m4 \
 
53
        $(top_srcdir)/m4/shamrock/programs.m4 \
 
54
        $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(install_sh) -d
 
58
CONFIG_CLEAN_FILES =
 
59
CONFIG_CLEAN_VPATH_FILES =
 
60
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
61
am__vpath_adj = case $$p in \
 
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
63
    *) f=$$p;; \
 
64
  esac;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
81
am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)" \
 
82
        "$(DESTDIR)$(pkgconfigdir)"
 
83
SCRIPTS = $(module_SCRIPTS)
 
84
SOURCES =
 
85
DIST_SOURCES =
 
86
DATA = $(module_DATA) $(pkgconfig_DATA)
 
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
ABI_VERSION = @ABI_VERSION@
 
89
ACLOCAL = @ACLOCAL@
 
90
ALL_LINGUAS = @ALL_LINGUAS@
 
91
AMTAR = @AMTAR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
BZR_REVNO = @BZR_REVNO@
 
97
CATALOGS = @CATALOGS@
 
98
CATOBJEXT = @CATOBJEXT@
 
99
CC = @CC@
 
100
CCDEPMODE = @CCDEPMODE@
 
101
CFLAGS = @CFLAGS@
 
102
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DATADIRNAME = @DATADIRNAME@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
DOCKY_CAIRO_LIBS = @DOCKY_CAIRO_LIBS@
 
110
DOCKY_ITEMS_LIBS = @DOCKY_ITEMS_LIBS@
 
111
DOCKY_SERVICES_LIBS = @DOCKY_SERVICES_LIBS@
 
112
DOCKY_WIDGETS_LIBS = @DOCKY_WIDGETS_LIBS@
 
113
DOCKY_WINDOWING_LIBS = @DOCKY_WINDOWING_LIBS@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
GAPI2CODEGEN = @GAPI2CODEGEN@
 
120
GAPI2FIXUP = @GAPI2FIXUP@
 
121
GAPI2PARSER = @GAPI2PARSER@
 
122
GCONFTOOL = @GCONFTOOL@
 
123
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
124
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
125
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
 
126
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
 
127
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
128
GIO_CFLAGS = @GIO_CFLAGS@
 
129
GIO_LIBS = @GIO_LIBS@
 
130
GIO_SHARP_LIBS = @GIO_SHARP_LIBS@
 
131
GLADE_SHARP_20_CFLAGS = @GLADE_SHARP_20_CFLAGS@
 
132
GLADE_SHARP_20_LIBS = @GLADE_SHARP_20_LIBS@
 
133
GLIB_CFLAGS = @GLIB_CFLAGS@
 
134
GLIB_LIBS = @GLIB_LIBS@
 
135
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
 
136
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
 
137
GMOFILES = @GMOFILES@
 
138
GMSGFMT = @GMSGFMT@
 
139
GNOME_DESKTOP_SHARP_20_CFLAGS = @GNOME_DESKTOP_SHARP_20_CFLAGS@
 
140
GNOME_DESKTOP_SHARP_20_LIBS = @GNOME_DESKTOP_SHARP_20_LIBS@
 
141
GNOME_KEYRING_SHARP_CFLAGS = @GNOME_KEYRING_SHARP_CFLAGS@
 
142
GNOME_KEYRING_SHARP_LIBS = @GNOME_KEYRING_SHARP_LIBS@
 
143
GNOME_SHARP_20_CFLAGS = @GNOME_SHARP_20_CFLAGS@
 
144
GNOME_SHARP_20_LIBS = @GNOME_SHARP_20_LIBS@
 
145
GNOME_VFS_SHARP_20_CFLAGS = @GNOME_VFS_SHARP_20_CFLAGS@
 
146
GNOME_VFS_SHARP_20_LIBS = @GNOME_VFS_SHARP_20_LIBS@
 
147
GREP = @GREP@
 
148
GTK_CFLAGS = @GTK_CFLAGS@
 
149
GTK_LIBS = @GTK_LIBS@
 
150
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
 
151
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
 
152
INSTALL = @INSTALL@
 
153
INSTALL_DATA = @INSTALL_DATA@
 
154
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
155
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
156
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
157
INSTOBJEXT = @INSTOBJEXT@
 
158
INTLLIBS = @INTLLIBS@
 
159
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
160
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
161
INTLTOOL_PERL = @INTLTOOL_PERL@
 
162
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
163
LDFLAGS = @LDFLAGS@
 
164
LIBOBJS = @LIBOBJS@
 
165
LIBRSVG_SHARP_CFLAGS = @LIBRSVG_SHARP_CFLAGS@
 
166
LIBRSVG_SHARP_LIBS = @LIBRSVG_SHARP_LIBS@
 
167
LIBS = @LIBS@
 
168
LTLIBOBJS = @LTLIBOBJS@
 
169
MAKEINFO = @MAKEINFO@
 
170
MCS = @MCS@
 
171
MKDIR_P = @MKDIR_P@
 
172
MKINSTALLDIRS = @MKINSTALLDIRS@
 
173
MONO = @MONO@
 
174
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
 
175
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
 
176
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
 
177
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
 
178
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
 
179
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
 
180
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
 
181
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
 
182
MONO_OPTIONS_CFLAGS = @MONO_OPTIONS_CFLAGS@
 
183
MONO_OPTIONS_LIBS = @MONO_OPTIONS_LIBS@
 
184
MSGFMT = @MSGFMT@
 
185
MSGFMT_OPTS = @MSGFMT_OPTS@
 
186
MSGMERGE = @MSGMERGE@
 
187
NDESK_DBUS_10_CFLAGS = @NDESK_DBUS_10_CFLAGS@
 
188
NDESK_DBUS_10_LIBS = @NDESK_DBUS_10_LIBS@
 
189
NDESK_DBUS_GLIB_10_CFLAGS = @NDESK_DBUS_GLIB_10_CFLAGS@
 
190
NDESK_DBUS_GLIB_10_LIBS = @NDESK_DBUS_GLIB_10_LIBS@
 
191
NOTIFY_SHARP_CFLAGS = @NOTIFY_SHARP_CFLAGS@
 
192
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
 
193
NUNIT_CFLAGS = @NUNIT_CFLAGS@
 
194
NUNIT_LIBS = @NUNIT_LIBS@
 
195
OBJEXT = @OBJEXT@
 
196
PACKAGE = @PACKAGE@
 
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
198
PACKAGE_NAME = @PACKAGE_NAME@
 
199
PACKAGE_STRING = @PACKAGE_STRING@
 
200
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
201
PACKAGE_URL = @PACKAGE_URL@
 
202
PACKAGE_VERSION = @PACKAGE_VERSION@
 
203
PATH_SEPARATOR = @PATH_SEPARATOR@
 
204
PKG_CONFIG = @PKG_CONFIG@
 
205
POFILES = @POFILES@
 
206
POSUB = @POSUB@
 
207
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
208
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
209
PYTHON = @PYTHON@
 
210
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
211
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
212
PYTHON_PREFIX = @PYTHON_PREFIX@
 
213
PYTHON_VERSION = @PYTHON_VERSION@
 
214
SET_MAKE = @SET_MAKE@
 
215
SHELL = @SHELL@
 
216
STRIP = @STRIP@
 
217
USE_NLS = @USE_NLS@
 
218
VERSION = @VERSION@
 
219
VERSION_INFO = @VERSION_INFO@
 
220
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
221
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
 
222
XGETTEXT = @XGETTEXT@
 
223
abs_builddir = @abs_builddir@
 
224
abs_srcdir = @abs_srcdir@
 
225
abs_top_builddir = @abs_top_builddir@
 
226
abs_top_srcdir = @abs_top_srcdir@
 
227
ac_ct_CC = @ac_ct_CC@
 
228
am__include = @am__include@
 
229
am__leading_dot = @am__leading_dot@
 
230
am__quote = @am__quote@
 
231
am__tar = @am__tar@
 
232
am__untar = @am__untar@
 
233
bindir = @bindir@
 
234
build_alias = @build_alias@
 
235
builddir = @builddir@
 
236
datadir = @datadir@
 
237
datarootdir = @datarootdir@
 
238
docdir = @docdir@
 
239
dvidir = @dvidir@
 
240
exec_prefix = @exec_prefix@
 
241
expanded_bindir = @expanded_bindir@
 
242
expanded_datadir = @expanded_datadir@
 
243
expanded_libdir = @expanded_libdir@
 
244
host_alias = @host_alias@
 
245
htmldir = @htmldir@
 
246
includedir = @includedir@
 
247
infodir = @infodir@
 
248
install_sh = @install_sh@
 
249
libdir = @libdir@
 
250
libexecdir = @libexecdir@
 
251
localedir = @localedir@
 
252
localstatedir = @localstatedir@
 
253
mandir = @mandir@
 
254
mkdir_p = @mkdir_p@
 
255
oldincludedir = @oldincludedir@
 
256
pdfdir = @pdfdir@
 
257
pkgpyexecdir = @pkgpyexecdir@
 
258
pkgpythondir = @pkgpythondir@
 
259
prefix = @prefix@
 
260
program_transform_name = @program_transform_name@
 
261
psdir = @psdir@
 
262
pyexecdir = @pyexecdir@
 
263
pythondir = @pythondir@
 
264
sbindir = @sbindir@
 
265
sharedstatedir = @sharedstatedir@
 
266
srcdir = @srcdir@
 
267
sysconfdir = @sysconfdir@
 
268
target_alias = @target_alias@
 
269
top_build_prefix = @top_build_prefix@
 
270
top_builddir = @top_builddir@
 
271
top_srcdir = @top_srcdir@
 
272
SOURCES_BUILD = $(addprefix $(srcdir)/, $(FILES))
 
273
RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
 
274
RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
 
275
        -resource:$(resource),$(notdir $(resource)))
 
276
 
 
277
COMPONENT_REFERENCES = $(foreach ref, $(PROJECT_REFERENCES),-r:$(BUILD_DIR)/$(ref).dll)
 
278
COMPONENT_DEPS = $(foreach ref,$(PROJECT_REFERENCES),$(BUILD_DIR)/$(ref).dll)
 
279
BUILD_DIR = $(top_builddir)/build
 
280
ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
 
281
ASSEMBLY_FILE = $(BUILD_DIR)/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
 
282
STD_REFERENCES = $(foreach ref,$(filter-out -r:%,$(REFERENCES)),-r:$(ref))
 
283
BUILD_REFERENCES = $(filter -r:%,$(REFERENCES) $(STD_REFERENCES))
 
284
OUTPUT_FILES = \
 
285
        $(ASSEMBLY_FILE) \
 
286
        $(ASSEMBLY_FILE).mdb
 
287
 
 
288
MCS_FLAGS = $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 \
 
289
        $(am__append_1) -unsafe
 
290
 
 
291
#
 
292
# Clean and dist targets
 
293
#
 
294
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) \
 
295
        $(THEME_ICONS_SOURCE) $(foreach pkgcfg_file, \
 
296
        $(PKG_CONFIG_FILES), $(pkgcfg_file).in) \
 
297
        Docky.Widgets.dll.config
 
298
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA)
 
299
DISTCLEANFILES = *.pidb
 
300
MAINTAINERCLEANFILES = Makefile.in
 
301
moduledir = $(pkglibdir)
 
302
# Install libraries as data; there's no need for them to be excutable
 
303
module_DATA = $(foreach file,$(filter %.dll,$(OUTPUT_FILES)),$(file) \
 
304
        $(file).mdb) $(foreach file,$(filter \
 
305
        %.exe,$(OUTPUT_FILES)),$(file).mdb) Docky.Widgets.dll.config
 
306
# Install executables as scripts
 
307
module_SCRIPTS = $(filter %.exe,$(OUTPUT_FILES))
 
308
 
 
309
#
 
310
# pkg-config handling
 
311
#
 
312
pkgconfigdir = $(libdir)/pkgconfig
 
313
pkgconfig_DATA = $(PKG_CONFIG_FILES)
 
314
 
 
315
# Simple component buildsystem
 
316
ASSEMBLY = Docky.Widgets
 
317
TARGET = library
 
318
PKG_CONFIG_FILES = docky.widgets.pc
 
319
FILES = \
 
320
        AssemblyInfo.cs \
 
321
        Docky.Widgets/AbstractTileObject.cs \
 
322
        Docky.Widgets/Actor.cs \
 
323
        Docky.Widgets/AnimatedBox.cs \
 
324
        Docky.Widgets/AnimatedHBox.cs \
 
325
        Docky.Widgets/AnimatedVBox.cs \
 
326
        Docky.Widgets/AnimatedWidget.cs \
 
327
        Docky.Widgets/Choreographer.cs \
 
328
        Docky.Widgets/ConfigDialog.cs \
 
329
        Docky.Widgets/ExtensionMethods.cs \
 
330
        Docky.Widgets/SingleActorStage.cs \
 
331
        Docky.Widgets/SearchEntry.cs \
 
332
        Docky.Widgets/HoverImageButton.cs \
 
333
        Docky.Widgets/Stage.cs \
 
334
        Docky.Widgets/Tile.cs \
 
335
        Docky.Widgets/TileView.cs \
 
336
        Docky.Widgets/WrapLabel.cs \
 
337
        Docky.Widgets/ListOnlyTileView.cs \
 
338
        Docky.Widgets/AbstractLoginWidget.cs \
 
339
        Docky.Widgets/IConfig.cs \
 
340
        gtk-gui/Docky.Widgets.AbstractLoginWidget.cs \
 
341
        gtk-gui/generated.cs
 
342
 
 
343
RESOURCES = \
 
344
        Resources/Docky.Widgets.addin.xml
 
345
 
 
346
PROJECT_REFERENCES = \
 
347
        Docky.Services
 
348
 
 
349
REFERENCES = \
 
350
        System \
 
351
        System.Core \
 
352
        Mono.Posix \
 
353
        $(GIO_SHARP_LIBS) \
 
354
        $(GTK_SHARP_20_LIBS)
 
355
 
 
356
all: all-am
 
357
 
 
358
.SUFFIXES:
 
359
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build.rules.core.mk $(top_srcdir)/build.rules.common.mk $(am__configure_deps)
 
360
        @for dep in $?; do \
 
361
          case '$(am__configure_deps)' in \
 
362
            *$$dep*) \
 
363
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
364
                && { if test -f $@; then exit 0; else break; fi; }; \
 
365
              exit 1;; \
 
366
          esac; \
 
367
        done; \
 
368
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Docky.Widgets/Makefile'; \
 
369
        $(am__cd) $(top_srcdir) && \
 
370
          $(AUTOMAKE) --foreign Docky.Widgets/Makefile
 
371
.PRECIOUS: Makefile
 
372
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
373
        @case '$?' in \
 
374
          *config.status*) \
 
375
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
376
          *) \
 
377
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
378
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
379
        esac;
 
380
 
 
381
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
382
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
383
 
 
384
$(top_srcdir)/configure:  $(am__configure_deps)
 
385
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
386
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
387
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
388
$(am__aclocal_m4_deps):
 
389
install-moduleSCRIPTS: $(module_SCRIPTS)
 
390
        @$(NORMAL_INSTALL)
 
391
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
392
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
 
393
        for p in $$list; do \
 
394
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
395
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
396
        done | \
 
397
        sed -e 'p;s,.*/,,;n' \
 
398
            -e 'h;s|.*|.|' \
 
399
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
400
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
401
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
402
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
403
              if (++n[d] == $(am__install_max)) { \
 
404
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
405
            else { print "f", d "/" $$4, $$1 } } \
 
406
          END { for (d in files) print "f", d, files[d] }' | \
 
407
        while read type dir files; do \
 
408
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
409
             test -z "$$files" || { \
 
410
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(moduledir)$$dir'"; \
 
411
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(moduledir)$$dir" || exit $$?; \
 
412
             } \
 
413
        ; done
 
414
 
 
415
uninstall-moduleSCRIPTS:
 
416
        @$(NORMAL_UNINSTALL)
 
417
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
 
418
        files=`for p in $$list; do echo "$$p"; done | \
 
419
               sed -e 's,.*/,,;$(transform)'`; \
 
420
        test -n "$$list" || exit 0; \
 
421
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
 
422
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
423
install-moduleDATA: $(module_DATA)
 
424
        @$(NORMAL_INSTALL)
 
425
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
426
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
 
427
        for p in $$list; do \
 
428
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
429
          echo "$$d$$p"; \
 
430
        done | $(am__base_list) | \
 
431
        while read files; do \
 
432
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(moduledir)'"; \
 
433
          $(INSTALL_DATA) $$files "$(DESTDIR)$(moduledir)" || exit $$?; \
 
434
        done
 
435
 
 
436
uninstall-moduleDATA:
 
437
        @$(NORMAL_UNINSTALL)
 
438
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
 
439
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
440
        test -n "$$files" || exit 0; \
 
441
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
 
442
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
443
install-pkgconfigDATA: $(pkgconfig_DATA)
 
444
        @$(NORMAL_INSTALL)
 
445
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
446
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
447
        for p in $$list; do \
 
448
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
449
          echo "$$d$$p"; \
 
450
        done | $(am__base_list) | \
 
451
        while read files; do \
 
452
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
453
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
454
        done
 
455
 
 
456
uninstall-pkgconfigDATA:
 
457
        @$(NORMAL_UNINSTALL)
 
458
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
459
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
460
        test -n "$$files" || exit 0; \
 
461
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
462
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
463
tags: TAGS
 
464
TAGS:
 
465
 
 
466
ctags: CTAGS
 
467
CTAGS:
 
468
 
 
469
 
 
470
distdir: $(DISTFILES)
 
471
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
472
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
473
        list='$(DISTFILES)'; \
 
474
          dist_files=`for file in $$list; do echo $$file; done | \
 
475
          sed -e "s|^$$srcdirstrip/||;t" \
 
476
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
477
        case $$dist_files in \
 
478
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
479
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
480
                           sort -u` ;; \
 
481
        esac; \
 
482
        for file in $$dist_files; do \
 
483
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
484
          if test -d $$d/$$file; then \
 
485
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
486
            if test -d "$(distdir)/$$file"; then \
 
487
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
488
            fi; \
 
489
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
490
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
492
            fi; \
 
493
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
494
          else \
 
495
            test -f "$(distdir)/$$file" \
 
496
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
497
            || exit 1; \
 
498
          fi; \
 
499
        done
 
500
check-am: all-am
 
501
check: check-am
 
502
all-am: Makefile $(SCRIPTS) $(DATA)
 
503
installdirs:
 
504
        for dir in "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(pkgconfigdir)"; do \
 
505
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
506
        done
 
507
install: install-am
 
508
install-exec: install-exec-am
 
509
install-data: install-data-am
 
510
uninstall: uninstall-am
 
511
 
 
512
install-am: all-am
 
513
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
514
 
 
515
installcheck: installcheck-am
 
516
install-strip:
 
517
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
518
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
519
          `test -z '$(STRIP)' || \
 
520
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
521
mostlyclean-generic:
 
522
 
 
523
clean-generic:
 
524
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
525
 
 
526
distclean-generic:
 
527
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
528
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
529
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
530
 
 
531
maintainer-clean-generic:
 
532
        @echo "This command is intended for maintainers to use"
 
533
        @echo "it deletes files that may require special tools to rebuild."
 
534
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
535
clean: clean-am
 
536
 
 
537
clean-am: clean-generic mostlyclean-am
 
538
 
 
539
distclean: distclean-am
 
540
        -rm -f Makefile
 
541
distclean-am: clean-am distclean-generic
 
542
 
 
543
dvi: dvi-am
 
544
 
 
545
dvi-am:
 
546
 
 
547
html: html-am
 
548
 
 
549
html-am:
 
550
 
 
551
info: info-am
 
552
 
 
553
info-am:
 
554
 
 
555
install-data-am: install-moduleDATA install-moduleSCRIPTS \
 
556
        install-pkgconfigDATA
 
557
 
 
558
install-dvi: install-dvi-am
 
559
 
 
560
install-dvi-am:
 
561
 
 
562
install-exec-am:
 
563
 
 
564
install-html: install-html-am
 
565
 
 
566
install-html-am:
 
567
 
 
568
install-info: install-info-am
 
569
 
 
570
install-info-am:
 
571
 
 
572
install-man:
 
573
 
 
574
install-pdf: install-pdf-am
 
575
 
 
576
install-pdf-am:
 
577
 
 
578
install-ps: install-ps-am
 
579
 
 
580
install-ps-am:
 
581
 
 
582
installcheck-am:
 
583
 
 
584
maintainer-clean: maintainer-clean-am
 
585
        -rm -f Makefile
 
586
maintainer-clean-am: distclean-am maintainer-clean-generic
 
587
 
 
588
mostlyclean: mostlyclean-am
 
589
 
 
590
mostlyclean-am: mostlyclean-generic
 
591
 
 
592
pdf: pdf-am
 
593
 
 
594
pdf-am:
 
595
 
 
596
ps: ps-am
 
597
 
 
598
ps-am:
 
599
 
 
600
uninstall-am: uninstall-moduleDATA uninstall-moduleSCRIPTS \
 
601
        uninstall-pkgconfigDATA
 
602
 
 
603
.MAKE: install-am install-strip
 
604
 
 
605
.PHONY: all all-am check check-am clean clean-generic distclean \
 
606
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
607
        install install-am install-data install-data-am install-dvi \
 
608
        install-dvi-am install-exec install-exec-am install-html \
 
609
        install-html-am install-info install-info-am install-man \
 
610
        install-moduleDATA install-moduleSCRIPTS install-pdf \
 
611
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
612
        install-strip installcheck installcheck-am installdirs \
 
613
        maintainer-clean maintainer-clean-generic mostlyclean \
 
614
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
615
        uninstall-moduleDATA uninstall-moduleSCRIPTS \
 
616
        uninstall-pkgconfigDATA
 
617
 
 
618
 
 
619
$(ASSEMBLY_FILE).mdb: $(ASSEMBLY_FILE)
 
620
 
 
621
$(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(COMPONENT_DEPS)
 
622
        @mkdir -p $(BUILD_DIR)
 
623
        @colors=no; \
 
624
        case $$TERM in \
 
625
                "xterm" | "rxvt" | "rxvt-unicode") \
 
626
                        test "x$$COLORTERM" != "x" && colors=yes ;; \
 
627
                "xterm-color") colors=yes ;; \
 
628
        esac; \
 
629
        if [ "x$$colors" = "xyes" ]; then \
 
630
                tty -s && true || { colors=no; true; } \
 
631
        fi; \
 
632
        test "x$$colors" = "xyes" && \
 
633
                echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
 
634
                echo "Compiling $(notdir $@)...";
 
635
        @$(MCS) $(MCS_FLAGS) -target:$(TARGET) -out:$@ $(BUILD_DEFINES) $(BUILD_REFERENCES) $(COMPONENT_REFERENCES) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
 
636
        @if [ -e $(srcdir)/$(notdir $@.config) ]; then \
 
637
                cp $(srcdir)/$(notdir $@.config) $(BUILD_DIR) ; \
 
638
        fi;
 
639
 
 
640
all: $(ASSEMBLY_FILE)
 
641
 
 
642
$(ASSEMBLY_FILE).mdb: $(ASSEMBLY_FILE)
 
643
 
 
644
build-debug :
 
645
        @echo $(COMPONENT_REFERENCES)
 
646
 
 
647
%.pc : %.pc.in
 
648
        @colors=no; \
 
649
        case $$TERM in \
 
650
                "xterm" | "rxvt" | "rxvt-unicode") \
 
651
                        test "x$$COLORTERM" != "x" && colors=yes ;; \
 
652
                "xterm-color") colors=yes ;; \
 
653
        esac; \
 
654
        if [ "x$$colors" = "xyes" ]; then \
 
655
                tty -s && true || { colors=no; true; } \
 
656
        fi; \
 
657
        test "x$$colors" = "xyes" && \
 
658
                echo -e "\033[1mGenerating $(notdir $@)...\033[0m" || \
 
659
                echo "Generating $(notdir $@)...";
 
660
        @sed "s,\@ABI_VERSION\@,$(ABI_VERSION),g; s,\@expanded_libdir\@,$(expanded_libdir),g; s,\@PACKAGE\@,$(PACKAGE),g" < $< > $@
 
661
 
 
662
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
663
# Otherwise a system limit (for SysV at least) may be exceeded.
 
664
.NOEXPORT: