~ubuntu-branches/ubuntu/hardy/f-spot/hardy-proposed

« back to all changes in this revision

Viewing changes to Tao/Tao.GlPostProcess/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2007-01-24 22:03:15 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124220315-8mozwksmqb9crf7m
Tags: 0.3.2-0ubuntu1
* New upstream release
  - New editing effects: Soft Focus and Straighten.
  - Lots of fixes to the OpenGL slideshow introduced in 0.3.1
  - Export to 23hq.com and SmugMug (Thomas Van Machelen)
  - Background color for transparent regions of images can be chosen 
    in --view mode (Stephane Delcroix)
  - New red-eye removal algorithm. Threshold value for redeye removal is 
    read from gconf. Default is set to -15 (Stephane Delcroix)
  - Zero-pad month and days while creating files and directories 
    (Stephane Delcroix)
  - In browse mode hjkl now behave just like left, down, up, right arrow
    keys do (Gabriel Burt)
  - Accepts dropped URIs from Firefox. Drag an image from Firefox and 
    drop it in f-spot --view (Stephane Delcroix)
  - Fullscreen mode uses overlayed controls, powered by compiz (Larry Ewing)
  - Fixes to histogram (Larry Ewing)
  - Initial work on color management (Larry Ewing)
  - Refactored multi service support (Larry Ewing)
  - More work on unit tests (Larry Ewing)
  - Other fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ../..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
subdir = Tao/Tao.GlPostProcess
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
42
        $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
51
ACLOCAL = @ACLOCAL@
 
52
AMDEP_FALSE = @AMDEP_FALSE@
 
53
AMDEP_TRUE = @AMDEP_TRUE@
 
54
AMTAR = @AMTAR@
 
55
AR = @AR@
 
56
AUTOCONF = @AUTOCONF@
 
57
AUTOHEADER = @AUTOHEADER@
 
58
AUTOMAKE = @AUTOMAKE@
 
59
AWK = @AWK@
 
60
CATALOGS = @CATALOGS@
 
61
CATOBJEXT = @CATOBJEXT@
 
62
CC = @CC@
 
63
CCDEPMODE = @CCDEPMODE@
 
64
CFLAGS = @CFLAGS@
 
65
CPP = @CPP@
 
66
CPPFLAGS = @CPPFLAGS@
 
67
CSC = @CSC@
 
68
CXX = @CXX@
 
69
CXXCPP = @CXXCPP@
 
70
CXXDEPMODE = @CXXDEPMODE@
 
71
CXXFLAGS = @CXXFLAGS@
 
72
CYGPATH_W = @CYGPATH_W@
 
73
DATADIRNAME = @DATADIRNAME@
 
74
DEFS = @DEFS@
 
75
DEPDIR = @DEPDIR@
 
76
ECHO = @ECHO@
 
77
ECHO_C = @ECHO_C@
 
78
ECHO_N = @ECHO_N@
 
79
ECHO_T = @ECHO_T@
 
80
EGREP = @EGREP@
 
81
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
 
82
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
 
83
EXEEXT = @EXEEXT@
 
84
EXIF_CFLAGS = @EXIF_CFLAGS@
 
85
EXIF_LIBS = @EXIF_LIBS@
 
86
EXIF_SOVERSION = @EXIF_SOVERSION@
 
87
F77 = @F77@
 
88
FFLAGS = @FFLAGS@
 
89
F_CFLAGS = @F_CFLAGS@
 
90
F_LIBS = @F_LIBS@
 
91
GCONFTOOL = @GCONFTOOL@
 
92
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
93
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
94
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
95
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
96
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
97
GLIB_CFLAGS = @GLIB_CFLAGS@
 
98
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
99
GLIB_LIBS = @GLIB_LIBS@
 
100
GLIB_MKENUMS = @GLIB_MKENUMS@
 
101
GMOFILES = @GMOFILES@
 
102
GMSGFMT = @GMSGFMT@
 
103
GNOME_ICON_THEME_PREFIX = @GNOME_ICON_THEME_PREFIX@
 
104
GNOME_SCREENSAVER_SAVERDIR = @GNOME_SCREENSAVER_SAVERDIR@
 
105
GNOME_SCREENSAVER_THEMESDIR = @GNOME_SCREENSAVER_THEMESDIR@
 
106
GOBJECT_QUERY = @GOBJECT_QUERY@
 
107
GREP = @GREP@
 
108
ICONS_DIRECTORY = @ICONS_DIRECTORY@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
INSTOBJEXT = @INSTOBJEXT@
 
114
INTLLIBS = @INTLLIBS@
 
115
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
116
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
117
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
118
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
119
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
120
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
121
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
122
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
123
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
124
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
125
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
126
INTLTOOL_PERL = @INTLTOOL_PERL@
 
127
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
128
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
129
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
130
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
131
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
132
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
133
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
134
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
135
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
136
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
137
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
138
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
139
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
140
LCMS_CFLAGS = @LCMS_CFLAGS@
 
141
LCMS_LIBS = @LCMS_LIBS@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBEXIF_VERSION_CHECK_CFLAGS = @LIBEXIF_VERSION_CHECK_CFLAGS@
 
144
LIBEXIF_VERSION_CHECK_LIBS = @LIBEXIF_VERSION_CHECK_LIBS@
 
145
LIBGPHOTO2_CFLAGS = @LIBGPHOTO2_CFLAGS@
 
146
LIBGPHOTO2_LIBS = @LIBGPHOTO2_LIBS@
 
147
LIBJPEG = @LIBJPEG@
 
148
LIBOBJS = @LIBOBJS@
 
149
LIBS = @LIBS@
 
150
LIBTOOL = @LIBTOOL@
 
151
LN_S = @LN_S@
 
152
LTLIBOBJS = @LTLIBOBJS@
 
153
MAINT = @MAINT@
 
154
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
155
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
156
MAKEINFO = @MAKEINFO@
 
157
MCS = @MCS@
 
158
MONO = @MONO@
 
159
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
 
160
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
 
161
MSGFMT = @MSGFMT@
 
162
NUNIT22_CFLAGS = @NUNIT22_CFLAGS@
 
163
NUNIT22_LIBS = @NUNIT22_LIBS@
 
164
NUNIT_CFLAGS = @NUNIT_CFLAGS@
 
165
NUNIT_DEFINES = @NUNIT_DEFINES@
 
166
NUNIT_LIBS = @NUNIT_LIBS@
 
167
NUNIT_PKG = @NUNIT_PKG@
 
168
OBJEXT = @OBJEXT@
 
169
PACKAGE = @PACKAGE@
 
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
171
PACKAGE_NAME = @PACKAGE_NAME@
 
172
PACKAGE_STRING = @PACKAGE_STRING@
 
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_VERSION = @PACKAGE_VERSION@
 
175
PATH_SEPARATOR = @PATH_SEPARATOR@
 
176
PKG_CONFIG = @PKG_CONFIG@
 
177
POFILES = @POFILES@
 
178
POSUB = @POSUB@
 
179
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
180
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
181
RANLIB = @RANLIB@
 
182
SCROLLKEEPER_CONFIG = @SCROLLKEEPER_CONFIG@
 
183
SET_MAKE = @SET_MAKE@
 
184
SHELL = @SHELL@
 
185
STRIP = @STRIP@
 
186
TURTLEDIR = @TURTLEDIR@
 
187
USE_NLS = @USE_NLS@
 
188
VERSION = @VERSION@
 
189
WARN_CFLAGS = @WARN_CFLAGS@
 
190
WITH_TURTLE_FALSE = @WITH_TURTLE_FALSE@
 
191
WITH_TURTLE_TRUE = @WITH_TURTLE_TRUE@
 
192
XGETTEXT = @XGETTEXT@
 
193
ac_ct_CC = @ac_ct_CC@
 
194
ac_ct_CXX = @ac_ct_CXX@
 
195
ac_ct_F77 = @ac_ct_F77@
 
196
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
197
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
198
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
199
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
200
am__include = @am__include@
 
201
am__leading_dot = @am__leading_dot@
 
202
am__quote = @am__quote@
 
203
am__tar = @am__tar@
 
204
am__untar = @am__untar@
 
205
bindir = @bindir@
 
206
build = @build@
 
207
build_alias = @build_alias@
 
208
build_cpu = @build_cpu@
 
209
build_os = @build_os@
 
210
build_vendor = @build_vendor@
 
211
datadir = @datadir@
 
212
datarootdir = @datarootdir@
 
213
docdir = @docdir@
 
214
dvidir = @dvidir@
 
215
exec_prefix = @exec_prefix@
 
216
expanded_libdir = @expanded_libdir@
 
217
host = @host@
 
218
host_alias = @host_alias@
 
219
host_cpu = @host_cpu@
 
220
host_os = @host_os@
 
221
host_vendor = @host_vendor@
 
222
htmldir = @htmldir@
 
223
includedir = @includedir@
 
224
infodir = @infodir@
 
225
install_sh = @install_sh@
 
226
libdir = @libdir@
 
227
libexecdir = @libexecdir@
 
228
localedir = @localedir@
 
229
localstatedir = @localstatedir@
 
230
mandir = @mandir@
 
231
mkdir_p = @mkdir_p@
 
232
oldincludedir = @oldincludedir@
 
233
pdfdir = @pdfdir@
 
234
prefix = @prefix@
 
235
program_transform_name = @program_transform_name@
 
236
psdir = @psdir@
 
237
sbindir = @sbindir@
 
238
sharedstatedir = @sharedstatedir@
 
239
sysconfdir = @sysconfdir@
 
240
target_alias = @target_alias@
 
241
PROGRAM = Tao.GlPostProcess
 
242
TARGET = exe
 
243
ASSEMBLY_EXE = $(PROGRAM).exe
 
244
ASSEMBLY = $(ASSEMBLY_EXE)
 
245
ASSEMBLY_NAME = $(LIBRARY)
 
246
FILES = \
 
247
        AssemblyInfo.cs \
 
248
        GlPostProcess.cs
 
249
 
 
250
REFERENCES = \
 
251
        -r:$(top_builddir)/Tao/Tao.OpenGl.ExtensionLoader/Tao.OpenGl.ExtensionLoader.dll
 
252
 
 
253
BUILD_FILES = $(addprefix $(srcdir)/, $(FILES))
 
254
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
 
255
EXTRA_DIST = \
 
256
        $(FILES) \
 
257
        Tao.GlPostProcess.snk
 
258
 
 
259
all: all-am
 
260
 
 
261
.SUFFIXES:
 
262
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
263
        @for dep in $?; do \
 
264
          case '$(am__configure_deps)' in \
 
265
            *$$dep*) \
 
266
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
267
                && exit 0; \
 
268
              exit 1;; \
 
269
          esac; \
 
270
        done; \
 
271
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Tao/Tao.GlPostProcess/Makefile'; \
 
272
        cd $(top_srcdir) && \
 
273
          $(AUTOMAKE) --gnu  Tao/Tao.GlPostProcess/Makefile
 
274
.PRECIOUS: Makefile
 
275
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
276
        @case '$?' in \
 
277
          *config.status*) \
 
278
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
279
          *) \
 
280
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
281
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
282
        esac;
 
283
 
 
284
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
286
 
 
287
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
291
 
 
292
mostlyclean-libtool:
 
293
        -rm -f *.lo
 
294
 
 
295
clean-libtool:
 
296
        -rm -rf .libs _libs
 
297
 
 
298
distclean-libtool:
 
299
        -rm -f libtool
 
300
uninstall-info-am:
 
301
tags: TAGS
 
302
TAGS:
 
303
 
 
304
ctags: CTAGS
 
305
CTAGS:
 
306
 
 
307
 
 
308
distdir: $(DISTFILES)
 
309
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
310
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
311
        list='$(DISTFILES)'; for file in $$list; do \
 
312
          case $$file in \
 
313
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
314
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
315
          esac; \
 
316
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
317
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
318
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
319
            dir="/$$dir"; \
 
320
            $(mkdir_p) "$(distdir)$$dir"; \
 
321
          else \
 
322
            dir=''; \
 
323
          fi; \
 
324
          if test -d $$d/$$file; then \
 
325
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
326
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
327
            fi; \
 
328
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
329
          else \
 
330
            test -f $(distdir)/$$file \
 
331
            || cp -p $$d/$$file $(distdir)/$$file \
 
332
            || exit 1; \
 
333
          fi; \
 
334
        done
 
335
check-am: all-am
 
336
check: check-am
 
337
all-am: Makefile
 
338
installdirs:
 
339
install: install-am
 
340
install-exec: install-exec-am
 
341
install-data: install-data-am
 
342
uninstall: uninstall-am
 
343
 
 
344
install-am: all-am
 
345
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
346
 
 
347
installcheck: installcheck-am
 
348
install-strip:
 
349
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
350
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
351
          `test -z '$(STRIP)' || \
 
352
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
353
mostlyclean-generic:
 
354
 
 
355
clean-generic:
 
356
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
357
 
 
358
distclean-generic:
 
359
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
360
 
 
361
maintainer-clean-generic:
 
362
        @echo "This command is intended for maintainers to use"
 
363
        @echo "it deletes files that may require special tools to rebuild."
 
364
clean: clean-am
 
365
 
 
366
clean-am: clean-generic clean-libtool mostlyclean-am
 
367
 
 
368
distclean: distclean-am
 
369
        -rm -f Makefile
 
370
distclean-am: clean-am distclean-generic distclean-libtool
 
371
 
 
372
dvi: dvi-am
 
373
 
 
374
dvi-am:
 
375
 
 
376
html: html-am
 
377
 
 
378
info: info-am
 
379
 
 
380
info-am:
 
381
 
 
382
install-data-am:
 
383
 
 
384
install-exec-am:
 
385
 
 
386
install-info: install-info-am
 
387
 
 
388
install-man:
 
389
 
 
390
installcheck-am:
 
391
 
 
392
maintainer-clean: maintainer-clean-am
 
393
        -rm -f Makefile
 
394
maintainer-clean-am: distclean-am maintainer-clean-generic
 
395
 
 
396
mostlyclean: mostlyclean-am
 
397
 
 
398
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
399
 
 
400
pdf: pdf-am
 
401
 
 
402
pdf-am:
 
403
 
 
404
ps: ps-am
 
405
 
 
406
ps-am:
 
407
 
 
408
uninstall-am: uninstall-info-am
 
409
 
 
410
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
411
        distclean distclean-generic distclean-libtool distdir dvi \
 
412
        dvi-am html html-am info info-am install install-am \
 
413
        install-data install-data-am install-exec install-exec-am \
 
414
        install-info install-info-am install-man install-strip \
 
415
        installcheck installcheck-am installdirs maintainer-clean \
 
416
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
417
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
418
        uninstall-info-am
 
419
 
 
420
 
 
421
all: $(ASSEMBLY)
 
422
 
 
423
$(ASSEMBLY): $(FILES)
 
424
        mkdir -p $(top_builddir)/
 
425
        $(CSC) -debug -out:$@ \
 
426
                -target:$(TARGET) \
 
427
                $(REFERENCES) \
 
428
                $(CSFLAGS) \
 
429
                $(BUILD_FILES)
 
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
431
# Otherwise a system limit (for SysV at least) may be exceeded.
 
432
.NOEXPORT: