~ubuntu-branches/ubuntu/natty/gnome-do/natty

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.AnimationBase/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 10:40:45 UTC
  • mfrom: (1.1.8 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090627104045-7st10y1cqr6dpz37
Tags: 0.8.2+dfsg-1
* New upstream release
  + No longer uses a plugin repository.  Fixes many plugin-
    related issues. (LP: #343096, LP: #330025, LP #345001)
  + No longer blocks on "About Do" (LP: #361679)
  + Reacts correctly when a Composite manager is enabled/
    disabled at runtime. (LP: #346347, LP: #390150)
  + Fixes for space reserved by Docky blocking drag and 
    drop operations. (LP: #354729, LP: #347052, LP: #382843)
  + Properly sets "Hidden" key on autostart files in response to 
    "Start on login" option.  (Closes: #526023) (LP: #369988)
* debian/patches/10_application_search_path:
  + Drop; included upstream
* debian/patches/10_sk_translation_update:
  + Import sk translation update from Debian BTS.
    (Closes: #531779)
* debian/patches/11_fix_autostart_when_directory_does_not_exist:
  + Patch from upstream.  Fixes the "Start on login" option when the 
    ~/.config/autostart directory does not exist. (LP: #393729)
* debian/control:
  + Update standards version to 3.8.2; no changes required.
  + Add libtool to Build-Depends; required for autoreconf.
  + Add Recommends: on new gnome-do-docklets package.
* debian/gnome-do.1
  + Fix spelling: GNOME-Do => GNOME Do.
  + Miscelaneous lintian fixes; NAME section, escaping minus signs with \-
* debian/copyright:
  + Update for new copyright holders.
  + Minor update to DEP-5 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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
# Rules to more easily specify a C# build for automake.
 
18
#
 
19
# Inspired and adapted from Banshee's build system
 
20
 
 
21
 
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
 
39
host_triplet = @host@
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
41
        $(top_srcdir)/build.rules.mk
 
42
@ENABLE_DEBUG_TRUE@am__append_1 = -debug -d:DEBUG
 
43
subdir = Do.Interface.Linux.AnimationBase
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/m4/shamrock/expansions.m4 \
 
46
        $(top_srcdir)/m4/shamrock/i18n.m4 \
 
47
        $(top_srcdir)/m4/shamrock/mono.m4 \
 
48
        $(top_srcdir)/m4/shamrock/programs.m4 \
 
49
        $(top_srcdir)/configure.ac
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(install_sh) -d
 
53
CONFIG_CLEAN_FILES =
 
54
am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)" \
 
55
        "$(DESTDIR)$(pkgconfigdir)"
 
56
moduleSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
57
SCRIPTS = $(module_SCRIPTS)
 
58
SOURCES =
 
59
DIST_SOURCES =
 
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 = `echo $$p | sed -e 's|^.*/||'`;
 
66
moduleDATA_INSTALL = $(INSTALL_DATA)
 
67
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
68
DATA = $(module_DATA) $(pkgconfig_DATA)
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
ABI_VERSION = @ABI_VERSION@
 
71
ACLOCAL = @ACLOCAL@
 
72
ALL_LINGUAS = @ALL_LINGUAS@
 
73
AMTAR = @AMTAR@
 
74
AR = @AR@
 
75
AUTOCONF = @AUTOCONF@
 
76
AUTOHEADER = @AUTOHEADER@
 
77
AUTOMAKE = @AUTOMAKE@
 
78
AWK = @AWK@
 
79
CATALOGS = @CATALOGS@
 
80
CATOBJEXT = @CATOBJEXT@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
84
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
 
85
CPP = @CPP@
 
86
CPPFLAGS = @CPPFLAGS@
 
87
CYGPATH_W = @CYGPATH_W@
 
88
DATADIRNAME = @DATADIRNAME@
 
89
DEFS = @DEFS@
 
90
DEPDIR = @DEPDIR@
 
91
DSYMUTIL = @DSYMUTIL@
 
92
DUMPBIN = @DUMPBIN@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
 
97
EXEEXT = @EXEEXT@
 
98
FGREP = @FGREP@
 
99
GCONFTOOL = @GCONFTOOL@
 
100
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
101
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
102
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
 
103
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
 
104
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
105
GLADE_SHARP_20_CFLAGS = @GLADE_SHARP_20_CFLAGS@
 
106
GLADE_SHARP_20_LIBS = @GLADE_SHARP_20_LIBS@
 
107
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
 
108
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
 
109
GMOFILES = @GMOFILES@
 
110
GMSGFMT = @GMSGFMT@
 
111
GNOME_DESKTOP_SHARP_20_CFLAGS = @GNOME_DESKTOP_SHARP_20_CFLAGS@
 
112
GNOME_DESKTOP_SHARP_20_LIBS = @GNOME_DESKTOP_SHARP_20_LIBS@
 
113
GNOME_KEYRING_SHARP_CFLAGS = @GNOME_KEYRING_SHARP_CFLAGS@
 
114
GNOME_KEYRING_SHARP_LIBS = @GNOME_KEYRING_SHARP_LIBS@
 
115
GNOME_SHARP_20_CFLAGS = @GNOME_SHARP_20_CFLAGS@
 
116
GNOME_SHARP_20_LIBS = @GNOME_SHARP_20_LIBS@
 
117
GNOME_VFS_SHARP_20_CFLAGS = @GNOME_VFS_SHARP_20_CFLAGS@
 
118
GNOME_VFS_SHARP_20_LIBS = @GNOME_VFS_SHARP_20_LIBS@
 
119
GREP = @GREP@
 
120
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
 
121
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
 
122
INSTALL = @INSTALL@
 
123
INSTALL_DATA = @INSTALL_DATA@
 
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
127
INSTOBJEXT = @INSTOBJEXT@
 
128
INTLLIBS = @INTLLIBS@
 
129
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
130
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
131
INTLTOOL_PERL = @INTLTOOL_PERL@
 
132
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
133
LD = @LD@
 
134
LDFLAGS = @LDFLAGS@
 
135
LIBDO_CFLAGS = @LIBDO_CFLAGS@
 
136
LIBDO_LIBS = @LIBDO_LIBS@
 
137
LIBOBJS = @LIBOBJS@
 
138
LIBRSVG_SHARP_CFLAGS = @LIBRSVG_SHARP_CFLAGS@
 
139
LIBRSVG_SHARP_LIBS = @LIBRSVG_SHARP_LIBS@
 
140
LIBS = @LIBS@
 
141
LIBTOOL = @LIBTOOL@
 
142
LIPO = @LIPO@
 
143
LN_S = @LN_S@
 
144
LTLIBOBJS = @LTLIBOBJS@
 
145
MAKEINFO = @MAKEINFO@
 
146
MCS = @MCS@
 
147
MKDIR_P = @MKDIR_P@
 
148
MKINSTALLDIRS = @MKINSTALLDIRS@
 
149
MONO = @MONO@
 
150
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
 
151
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
 
152
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
 
153
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
 
154
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
 
155
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
 
156
MSGFMT = @MSGFMT@
 
157
MSGFMT_OPTS = @MSGFMT_OPTS@
 
158
MSGMERGE = @MSGMERGE@
 
159
NDESK_DBUS_10_CFLAGS = @NDESK_DBUS_10_CFLAGS@
 
160
NDESK_DBUS_10_LIBS = @NDESK_DBUS_10_LIBS@
 
161
NDESK_DBUS_GLIB_10_CFLAGS = @NDESK_DBUS_GLIB_10_CFLAGS@
 
162
NDESK_DBUS_GLIB_10_LIBS = @NDESK_DBUS_GLIB_10_LIBS@
 
163
NM = @NM@
 
164
NMEDIT = @NMEDIT@
 
165
NOTIFY_SHARP_CFLAGS = @NOTIFY_SHARP_CFLAGS@
 
166
NOTIFY_SHARP_LIBS = @NOTIFY_SHARP_LIBS@
 
167
NUNIT_CFLAGS = @NUNIT_CFLAGS@
 
168
NUNIT_LIBS = @NUNIT_LIBS@
 
169
OBJDUMP = @OBJDUMP@
 
170
OBJEXT = @OBJEXT@
 
171
OTOOL = @OTOOL@
 
172
OTOOL64 = @OTOOL64@
 
173
PACKAGE = @PACKAGE@
 
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
175
PACKAGE_NAME = @PACKAGE_NAME@
 
176
PACKAGE_STRING = @PACKAGE_STRING@
 
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_VERSION = @PACKAGE_VERSION@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
PKG_CONFIG = @PKG_CONFIG@
 
181
POFILES = @POFILES@
 
182
POSUB = @POSUB@
 
183
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
184
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
185
RANLIB = @RANLIB@
 
186
SED = @SED@
 
187
SET_MAKE = @SET_MAKE@
 
188
SHELL = @SHELL@
 
189
STRIP = @STRIP@
 
190
USE_NLS = @USE_NLS@
 
191
VERSION = @VERSION@
 
192
VERSION_INFO = @VERSION_INFO@
 
193
WNCK_SHARP_10_CFLAGS = @WNCK_SHARP_10_CFLAGS@
 
194
WNCK_SHARP_10_LIBS = @WNCK_SHARP_10_LIBS@
 
195
XGETTEXT = @XGETTEXT@
 
196
abs_builddir = @abs_builddir@
 
197
abs_srcdir = @abs_srcdir@
 
198
abs_top_builddir = @abs_top_builddir@
 
199
abs_top_srcdir = @abs_top_srcdir@
 
200
ac_ct_CC = @ac_ct_CC@
 
201
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
202
am__include = @am__include@
 
203
am__leading_dot = @am__leading_dot@
 
204
am__quote = @am__quote@
 
205
am__tar = @am__tar@
 
206
am__untar = @am__untar@
 
207
bindir = @bindir@
 
208
build = @build@
 
209
build_alias = @build_alias@
 
210
build_cpu = @build_cpu@
 
211
build_os = @build_os@
 
212
build_vendor = @build_vendor@
 
213
builddir = @builddir@
 
214
datadir = @datadir@
 
215
datarootdir = @datarootdir@
 
216
docdir = @docdir@
 
217
dvidir = @dvidir@
 
218
exec_prefix = @exec_prefix@
 
219
expanded_bindir = @expanded_bindir@
 
220
expanded_datadir = @expanded_datadir@
 
221
expanded_libdir = @expanded_libdir@
 
222
host = @host@
 
223
host_alias = @host_alias@
 
224
host_cpu = @host_cpu@
 
225
host_os = @host_os@
 
226
host_vendor = @host_vendor@
 
227
htmldir = @htmldir@
 
228
includedir = @includedir@
 
229
infodir = @infodir@
 
230
install_sh = @install_sh@
 
231
libdir = @libdir@
 
232
libexecdir = @libexecdir@
 
233
localedir = @localedir@
 
234
localstatedir = @localstatedir@
 
235
lt_ECHO = @lt_ECHO@
 
236
mandir = @mandir@
 
237
mkdir_p = @mkdir_p@
 
238
oldincludedir = @oldincludedir@
 
239
pdfdir = @pdfdir@
 
240
prefix = @prefix@
 
241
program_transform_name = @program_transform_name@
 
242
psdir = @psdir@
 
243
sbindir = @sbindir@
 
244
sharedstatedir = @sharedstatedir@
 
245
srcdir = @srcdir@
 
246
sysconfdir = @sysconfdir@
 
247
target_alias = @target_alias@
 
248
top_build_prefix = @top_build_prefix@
 
249
top_builddir = @top_builddir@
 
250
top_srcdir = @top_srcdir@
 
251
SOURCES_BUILD = $(addprefix $(srcdir)/, $(FILES))
 
252
RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
 
253
RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
 
254
        -resource:$(resource),$(notdir $(resource)))
 
255
 
 
256
BUILD_DIR = $(top_builddir)/build
 
257
ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
 
258
ASSEMBLY_FILE = $(BUILD_DIR)/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
 
259
STD_REFERENCES = $(foreach ref,$(filter-out -r:%,$(REFERENCES)),-r:$(ref))
 
260
BUILD_REFERENCES = $(filter -r:%,$(REFERENCES) $(STD_REFERENCES))
 
261
COMPONENT_REFERENCES = $(foreach ref, $(PROJECT_REFERENCES),-r:$(BUILD_DIR)/$(ref).dll)
 
262
COMPONENT_DEPS = $(foreach ref,$(PROJECT_REFERENCES),$(BUILD_DIR)/$(ref).dll)
 
263
OUTPUT_FILES = \
 
264
        $(ASSEMBLY_FILE) \
 
265
        $(ASSEMBLY_FILE).mdb
 
266
 
 
267
moduledir = $(pkglibdir)
 
268
# Install libraries as data; there's no need for them to be excutable
 
269
module_DATA = $(foreach file,$(filter %.dll,$(OUTPUT_FILES)),$(file) $(file).mdb) $(foreach file,$(filter %.exe,$(OUTPUT_FILES)),$(file).mdb)
 
270
# Install executables as scripts
 
271
module_SCRIPTS = $(filter %.exe,$(OUTPUT_FILES))
 
272
MCS_FLAGS = $(MCS_LINQ_FLAG) -noconfig -codepage:utf8 -warn:4 \
 
273
        $(am__append_1)
 
274
 
 
275
#
 
276
# pkg-config handling
 
277
#
 
278
pkgconfigdir = $(libdir)/pkgconfig
 
279
pkgconfig_DATA = $(PKG_CONFIG_FILES)
 
280
 
 
281
#
 
282
# Clean and dist targets
 
283
#
 
284
EXTRA_DIST = $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(THEME_ICONS_SOURCE) \
 
285
        $(foreach pkgcfg_file, $(PKG_CONFIG_FILES), $(pkgcfg_file).in)
 
286
 
 
287
CLEANFILES = $(OUTPUT_FILES) $(pkgconfig_DATA)
 
288
DISTCLEANFILES = *.pidb
 
289
MAINTAINERCLEANFILES = Makefile.in
 
290
 
 
291
# Simple component buildsystem
 
292
ASSEMBLY = Do.Interface.Linux.AnimationBase
 
293
TARGET = library
 
294
PKG_CONFIG_FILES = do.interface.linux.animationbase.pc
 
295
FILES = \
 
296
        AssemblyInfo.cs \
 
297
        src/Do.Interface/IRenderTheme.cs \
 
298
        src/Do.Interface/Do.Interface.AnimationBase/AnimationBaseConfigurationWidget.cs \
 
299
        src/Do.Interface/Do.Interface.AnimationBase/Bezel.cs \
 
300
        src/Do.Interface/Do.Interface.AnimationBase/BezelColors.cs \
 
301
        src/Do.Interface/Do.Interface.AnimationBase/BezelDefaults.cs \
 
302
        src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs \
 
303
        src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingContext.cs \
 
304
        src/Do.Interface/Do.Interface.AnimationBase/BezelGlassRenderClasses.cs \
 
305
        src/Do.Interface/Do.Interface.AnimationBase/BezelGlassResults.cs \
 
306
        src/Do.Interface/Do.Interface.AnimationBase/BezelGlassWindow.cs \
 
307
        src/Do.Interface/Do.Interface.AnimationBase/BezelResultsDrawingArea.cs \
 
308
        src/Do.Interface/Do.Interface.AnimationBase/IRenderInterfaces.cs \
 
309
        src/Do.Interface/Do.Interface.AnimationBase/TextRenderer.cs \
 
310
        gtk-gui/Do.Interface.AnimationBase.AnimationBaseConfigurationWidget.cs \
 
311
        gtk-gui/generated.cs
 
312
 
 
313
RESOURCES = \
 
314
        gtk-gui/gui.stetic \
 
315
        Resources/Do.Interface.Linux.AnimationBase.addin.xml
 
316
 
 
317
REFERENCES = \
 
318
        System \
 
319
        System.Core \
 
320
        Mono.Cairo \
 
321
        Mono.Posix \
 
322
        $(GCONF_SHARP_20_LIBS) \
 
323
        $(GTK_SHARP_20_LIBS)
 
324
 
 
325
PROJECT_REFERENCES = \
 
326
        Do.Platform.Linux \
 
327
        Do.Platform \
 
328
        Do.Interface.Linux \
 
329
        Do.Universe
 
330
 
 
331
all: all-am
 
332
 
 
333
.SUFFIXES:
 
334
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build.rules.mk $(am__configure_deps)
 
335
        @for dep in $?; do \
 
336
          case '$(am__configure_deps)' in \
 
337
            *$$dep*) \
 
338
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
339
                && { if test -f $@; then exit 0; else break; fi; }; \
 
340
              exit 1;; \
 
341
          esac; \
 
342
        done; \
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Do.Interface.Linux.AnimationBase/Makefile'; \
 
344
        cd $(top_srcdir) && \
 
345
          $(AUTOMAKE) --foreign  Do.Interface.Linux.AnimationBase/Makefile
 
346
.PRECIOUS: Makefile
 
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
348
        @case '$?' in \
 
349
          *config.status*) \
 
350
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
351
          *) \
 
352
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
353
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
354
        esac;
 
355
 
 
356
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
358
 
 
359
$(top_srcdir)/configure:  $(am__configure_deps)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
install-moduleSCRIPTS: $(module_SCRIPTS)
 
364
        @$(NORMAL_INSTALL)
 
365
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
366
        @list='$(module_SCRIPTS)'; for p in $$list; do \
 
367
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
368
          if test -f $$d$$p; then \
 
369
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
370
            echo " $(moduleSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
371
            $(moduleSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
372
          else :; fi; \
 
373
        done
 
374
 
 
375
uninstall-moduleSCRIPTS:
 
376
        @$(NORMAL_UNINSTALL)
 
377
        @list='$(module_SCRIPTS)'; for p in $$list; do \
 
378
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
379
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
380
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
381
        done
 
382
 
 
383
mostlyclean-libtool:
 
384
        -rm -f *.lo
 
385
 
 
386
clean-libtool:
 
387
        -rm -rf .libs _libs
 
388
install-moduleDATA: $(module_DATA)
 
389
        @$(NORMAL_INSTALL)
 
390
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
 
391
        @list='$(module_DATA)'; for p in $$list; do \
 
392
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
393
          f=$(am__strip_dir) \
 
394
          echo " $(moduleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
395
          $(moduleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
396
        done
 
397
 
 
398
uninstall-moduleDATA:
 
399
        @$(NORMAL_UNINSTALL)
 
400
        @list='$(module_DATA)'; for p in $$list; do \
 
401
          f=$(am__strip_dir) \
 
402
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
403
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
404
        done
 
405
install-pkgconfigDATA: $(pkgconfig_DATA)
 
406
        @$(NORMAL_INSTALL)
 
407
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
408
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
409
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
410
          f=$(am__strip_dir) \
 
411
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
412
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
413
        done
 
414
 
 
415
uninstall-pkgconfigDATA:
 
416
        @$(NORMAL_UNINSTALL)
 
417
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
418
          f=$(am__strip_dir) \
 
419
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
420
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
421
        done
 
422
tags: TAGS
 
423
TAGS:
 
424
 
 
425
ctags: CTAGS
 
426
CTAGS:
 
427
 
 
428
 
 
429
distdir: $(DISTFILES)
 
430
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
432
        list='$(DISTFILES)'; \
 
433
          dist_files=`for file in $$list; do echo $$file; done | \
 
434
          sed -e "s|^$$srcdirstrip/||;t" \
 
435
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
436
        case $$dist_files in \
 
437
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
438
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
439
                           sort -u` ;; \
 
440
        esac; \
 
441
        for file in $$dist_files; do \
 
442
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
443
          if test -d $$d/$$file; then \
 
444
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
445
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
446
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
447
            fi; \
 
448
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
449
          else \
 
450
            test -f $(distdir)/$$file \
 
451
            || cp -p $$d/$$file $(distdir)/$$file \
 
452
            || exit 1; \
 
453
          fi; \
 
454
        done
 
455
check-am: all-am
 
456
check: check-am
 
457
all-am: Makefile $(SCRIPTS) $(DATA)
 
458
installdirs:
 
459
        for dir in "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(pkgconfigdir)"; do \
 
460
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
461
        done
 
462
install: install-am
 
463
install-exec: install-exec-am
 
464
install-data: install-data-am
 
465
uninstall: uninstall-am
 
466
 
 
467
install-am: all-am
 
468
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
469
 
 
470
installcheck: installcheck-am
 
471
install-strip:
 
472
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
473
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
474
          `test -z '$(STRIP)' || \
 
475
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
476
mostlyclean-generic:
 
477
 
 
478
clean-generic:
 
479
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
480
 
 
481
distclean-generic:
 
482
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
483
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
484
 
 
485
maintainer-clean-generic:
 
486
        @echo "This command is intended for maintainers to use"
 
487
        @echo "it deletes files that may require special tools to rebuild."
 
488
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
489
clean: clean-am
 
490
 
 
491
clean-am: clean-generic clean-libtool mostlyclean-am
 
492
 
 
493
distclean: distclean-am
 
494
        -rm -f Makefile
 
495
distclean-am: clean-am distclean-generic
 
496
 
 
497
dvi: dvi-am
 
498
 
 
499
dvi-am:
 
500
 
 
501
html: html-am
 
502
 
 
503
info: info-am
 
504
 
 
505
info-am:
 
506
 
 
507
install-data-am: install-moduleDATA install-moduleSCRIPTS \
 
508
        install-pkgconfigDATA
 
509
 
 
510
install-dvi: install-dvi-am
 
511
 
 
512
install-exec-am:
 
513
 
 
514
install-html: install-html-am
 
515
 
 
516
install-info: install-info-am
 
517
 
 
518
install-man:
 
519
 
 
520
install-pdf: install-pdf-am
 
521
 
 
522
install-ps: install-ps-am
 
523
 
 
524
installcheck-am:
 
525
 
 
526
maintainer-clean: maintainer-clean-am
 
527
        -rm -f Makefile
 
528
maintainer-clean-am: distclean-am maintainer-clean-generic
 
529
 
 
530
mostlyclean: mostlyclean-am
 
531
 
 
532
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
533
 
 
534
pdf: pdf-am
 
535
 
 
536
pdf-am:
 
537
 
 
538
ps: ps-am
 
539
 
 
540
ps-am:
 
541
 
 
542
uninstall-am: uninstall-moduleDATA uninstall-moduleSCRIPTS \
 
543
        uninstall-pkgconfigDATA
 
544
 
 
545
.MAKE: install-am install-strip
 
546
 
 
547
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
548
        distclean distclean-generic distclean-libtool distdir dvi \
 
549
        dvi-am html html-am info info-am install install-am \
 
550
        install-data install-data-am install-dvi install-dvi-am \
 
551
        install-exec install-exec-am install-html install-html-am \
 
552
        install-info install-info-am install-man install-moduleDATA \
 
553
        install-moduleSCRIPTS install-pdf install-pdf-am \
 
554
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
555
        installcheck installcheck-am installdirs maintainer-clean \
 
556
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
557
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
558
        uninstall-moduleDATA uninstall-moduleSCRIPTS \
 
559
        uninstall-pkgconfigDATA
 
560
 
 
561
 
 
562
all: $(ASSEMBLY_FILE)
 
563
 
 
564
$(ASSEMBLY_FILE).mdb: $(ASSEMBLY_FILE)
 
565
 
 
566
build-debug :
 
567
        @echo $(COMPONENT_REFERENCES)
 
568
 
 
569
$(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(COMPONENT_DEPS)
 
570
        @mkdir -p $(BUILD_DIR)
 
571
        @colors=no; \
 
572
        case $$TERM in \
 
573
                "xterm" | "rxvt" | "rxvt-unicode") \
 
574
                        test "x$$COLORTERM" != "x" && colors=yes ;; \
 
575
                "xterm-color") colors=yes ;; \
 
576
        esac; \
 
577
        if [ "x$$colors" = "xyes" ]; then \
 
578
                tty -s && true || { colors=no; true; } \
 
579
        fi; \
 
580
        test "x$$colors" = "xyes" && \
 
581
                echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
 
582
                echo "Compiling $(notdir $@)...";
 
583
        @$(MCS) $(MCS_FLAGS) -target:$(TARGET) -out:$@ $(BUILD_DEFINES) $(BUILD_REFERENCES) $(COMPONENT_REFERENCES) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
 
584
        @if [ -e $(srcdir)/$(notdir $@.config) ]; then \
 
585
                cp $(srcdir)/$(notdir $@.config) $(BUILD_DIR) ; \
 
586
        fi;
 
587
 
 
588
%.pc : %.pc.in
 
589
        @colors=no; \
 
590
        case $$TERM in \
 
591
                "xterm" | "rxvt" | "rxvt-unicode") \
 
592
                        test "x$$COLORTERM" != "x" && colors=yes ;; \
 
593
                "xterm-color") colors=yes ;; \
 
594
        esac; \
 
595
        if [ "x$$colors" = "xyes" ]; then \
 
596
                tty -s && true || { colors=no; true; } \
 
597
        fi; \
 
598
        test "x$$colors" = "xyes" && \
 
599
                echo -e "\033[1mGenerating $(notdir $@)...\033[0m" || \
 
600
                echo "Generating $(notdir $@)...";
 
601
        @sed "s,\@ABI_VERSION\@,$(ABI_VERSION),g; s,\@expanded_libdir\@,$(expanded_libdir),g; s,\@PACKAGE\@,$(PACKAGE),g" < $< > $@
 
602
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
603
# Otherwise a system limit (for SysV at least) may be exceeded.
 
604
.NOEXPORT: