~ubuntu-branches/ubuntu/breezy/muse/breezy

« back to all changes in this revision

Viewing changes to synti/fluid/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# 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
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../..
 
24
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
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
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
 
40
ALSA_CFLAGS = @ALSA_CFLAGS@
 
41
ALSA_LIBS = @ALSA_LIBS@
 
42
AMDEP_FALSE = @AMDEP_FALSE@
 
43
AMDEP_TRUE = @AMDEP_TRUE@
 
44
AMTAR = @AMTAR@
 
45
AUDIO_FALSE = @AUDIO_FALSE@
 
46
AUDIO_TRUE = @AUDIO_TRUE@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
 
50
AWK = @AWK@
 
51
CC = @CC@
 
52
CCDEPMODE = @CCDEPMODE@
 
53
CFLAGS = @CFLAGS@
 
54
CPP = @CPP@
 
55
CPPFLAGS = @CPPFLAGS@
 
56
CXX = @CXX@
 
57
CXXCPP = @CXXCPP@
 
58
CXXDEPMODE = @CXXDEPMODE@
 
59
CXXFLAGS = @CXXFLAGS@
 
60
CYGPATH_W = @CYGPATH_W@
 
61
DEFS = @DEFS@
 
62
DEPDIR = @DEPDIR@
 
63
DOCBOOKSTYLE = @DOCBOOKSTYLE@
 
64
DOCBOOKTARGETS = @DOCBOOKTARGETS@
 
65
DOT = @DOT@
 
66
DOTPATH = @DOTPATH@
 
67
DOXYGEN = @DOXYGEN@
 
68
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
 
69
ECHO = @ECHO@
 
70
ECHO_C = @ECHO_C@
 
71
ECHO_N = @ECHO_N@
 
72
ECHO_T = @ECHO_T@
 
73
EGREP = @EGREP@
 
74
EXEEXT = @EXEEXT@
 
75
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
 
76
GIVERTCAP = @GIVERTCAP@
 
77
HAVEDOT = @HAVEDOT@
 
78
HAVE_LADCCA_FALSE = @HAVE_LADCCA_FALSE@
 
79
HAVE_LADCCA_TRUE = @HAVE_LADCCA_TRUE@
 
80
INSIDE_GNOME_COMMON_FALSE = @INSIDE_GNOME_COMMON_FALSE@
 
81
INSIDE_GNOME_COMMON_TRUE = @INSIDE_GNOME_COMMON_TRUE@
 
82
INSTALL_DATA = @INSTALL_DATA@
 
83
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
86
JACK_CFLAGS = @JACK_CFLAGS@
 
87
JACK_FALSE = @JACK_FALSE@
 
88
JACK_LIBS = @JACK_LIBS@
 
89
JACK_TRUE = @JACK_TRUE@
 
90
JADE = @JADE@
 
91
LADCCA_CFLAGS = @LADCCA_CFLAGS@
 
92
LADCCA_LIBS = @LADCCA_LIBS@
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBOBJS = @LIBOBJS@
 
95
LIBS = @LIBS@
 
96
LIBTOOL = @LIBTOOL@
 
97
LN_S = @LN_S@
 
98
LTLIBOBJS = @LTLIBOBJS@
 
99
MAINT = @MAINT@
 
100
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
101
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
102
MAKEINFO = @MAKEINFO@
 
103
MOC = @MOC@
 
104
MUSECXXFLAGS = @MUSECXXFLAGS@
 
105
NSGMLS = @NSGMLS@
 
106
OBJEXT = @OBJEXT@
 
107
PACKAGE = @PACKAGE@
 
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
109
PACKAGE_NAME = @PACKAGE_NAME@
 
110
PACKAGE_STRING = @PACKAGE_STRING@
 
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
112
PACKAGE_VERSION = @PACKAGE_VERSION@
 
113
PATH_SEPARATOR = @PATH_SEPARATOR@
 
114
PERL = @PERL@
 
115
PKG_CONFIG = @PKG_CONFIG@
 
116
QT_CFLAGS = @QT_CFLAGS@
 
117
QT_LIBS = @QT_LIBS@
 
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
122
SNDFILE_LIBS = @SNDFILE_LIBS@
 
123
STRIP = @STRIP@
 
124
SUIDBUILD = @SUIDBUILD@
 
125
SUIDINSTALL = @SUIDINSTALL@
 
126
UIC = @UIC@
 
127
VERSION = @VERSION@
 
128
X_CFLAGS = @X_CFLAGS@
 
129
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
130
X_LIBS = @X_LIBS@
 
131
X_PRE_LIBS = @X_PRE_LIBS@
 
132
ac_ct_CC = @ac_ct_CC@
 
133
ac_ct_CXX = @ac_ct_CXX@
 
134
ac_ct_RANLIB = @ac_ct_RANLIB@
 
135
ac_ct_STRIP = @ac_ct_STRIP@
 
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
137
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
138
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
139
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
 
142
am__quote = @am__quote@
 
143
bindir = @bindir@
 
144
build = @build@
 
145
build_alias = @build_alias@
 
146
build_cpu = @build_cpu@
 
147
build_os = @build_os@
 
148
build_vendor = @build_vendor@
 
149
datadir = @datadir@
 
150
exec_prefix = @exec_prefix@
 
151
have_docbook = @have_docbook@
 
152
host = @host@
 
153
host_alias = @host_alias@
 
154
host_cpu = @host_cpu@
 
155
host_os = @host_os@
 
156
host_vendor = @host_vendor@
 
157
includedir = @includedir@
 
158
infodir = @infodir@
 
159
install_sh = @install_sh@
 
160
libdir = @libdir@
 
161
libexecdir = @libexecdir@
 
162
localstatedir = @localstatedir@
 
163
mandir = @mandir@
 
164
oldincludedir = @oldincludedir@
 
165
prefix = @prefix@
 
166
program_transform_name = @program_transform_name@
 
167
sbindir = @sbindir@
 
168
sharedstatedir = @sharedstatedir@
 
169
sysconfdir = @sysconfdir@
 
170
target_alias = @target_alias@
 
171
 
 
172
AM_CPPFLAGS = -DINSTDIR=\"$(pkgdatadir)\"
 
173
AM_CXXFLAGS = 
 
174
 
 
175
INCLUDES = $(MUSECXXFLAGS)
 
176
 
 
177
UIFILES = $(wildcard *.ui)
 
178
 
 
179
MOCFILES = $(shell for h in $(filter %.h,$(SOURCES)); do \
 
180
                     if grep -q Q_OBJECT $$h; then \
 
181
                       echo $$h | sed "s/\(.*\)\.h/moc_\1.cpp/"; \
 
182
                     fi; \
 
183
                   done)
 
184
 
 
185
 
 
186
BUILT_SOURCES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
187
 
 
188
MOSTLYCLEANFILES = $(MOCFILES) $(UIFILES:%.ui=%.h)
 
189
 
 
190
SUFFIXES = .ui
 
191
synthidir = $(pkglibdir)/synthi
 
192
 
 
193
synthi_PROGRAMS = fluid
 
194
synthi_LTLIBRARIES = fluid.la
 
195
 
 
196
fluid_la_SOURCES = \
 
197
        fluid.cpp \
 
198
        synth.cpp synth.h \
 
199
        $(top_srcdir)/driver/mess.cpp
 
200
 
 
201
 
 
202
fluid_la_LDFLAGS = -module -avoid-version -lfluidsynth
 
203
 
 
204
fluid_LDFLAGS = -fexceptions $(X_LIBS) $(QT_LIBS)
 
205
 
 
206
dist_fluid_SOURCES = \
 
207
        fluidgui.cpp fluidgui.h \
 
208
        fluidguibase.ui
 
209
 
 
210
nodist_fluid_SOURCES = \
 
211
        moc_fluidgui.cpp
 
212
 
 
213
subdir = synti/fluid
 
214
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
215
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
216
CONFIG_HEADER = $(top_builddir)/config.h
 
217
CONFIG_CLEAN_FILES =
 
218
LTLIBRARIES = $(synthi_LTLIBRARIES)
 
219
 
 
220
fluid_la_LIBADD =
 
221
am_fluid_la_OBJECTS = fluid.lo synth.lo mess.lo
 
222
fluid_la_OBJECTS = $(am_fluid_la_OBJECTS)
 
223
synthi_PROGRAMS = fluid$(EXEEXT)
 
224
PROGRAMS = $(synthi_PROGRAMS)
 
225
 
 
226
dist_fluid_OBJECTS = fluidgui.$(OBJEXT) fluidguibase.$(OBJEXT)
 
227
nodist_fluid_OBJECTS = moc_fluidgui.$(OBJEXT)
 
228
fluid_OBJECTS = $(dist_fluid_OBJECTS) $(nodist_fluid_OBJECTS)
 
229
fluid_LDADD = $(LDADD)
 
230
fluid_DEPENDENCIES =
 
231
 
 
232
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
233
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
234
am__depfiles_maybe = depfiles
 
235
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/fluid.Plo ./$(DEPDIR)/fluidgui.Po \
 
236
@AMDEP_TRUE@    ./$(DEPDIR)/mess.Plo ./$(DEPDIR)/moc_fluidgui.Po \
 
237
@AMDEP_TRUE@    ./$(DEPDIR)/synth.Plo
 
238
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
239
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
240
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
241
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
242
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
243
CXXLD = $(CXX)
 
244
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
245
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
246
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
247
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
248
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
249
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
250
CCLD = $(CC)
 
251
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
252
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
253
DIST_SOURCES = $(fluid_la_SOURCES) $(dist_fluid_SOURCES)
 
254
DIST_COMMON = $(top_srcdir)/common.am \
 
255
        $(top_srcdir)/synti/synti-install.am Makefile.am Makefile.in
 
256
SOURCES = $(fluid_la_SOURCES) $(dist_fluid_SOURCES) $(nodist_fluid_SOURCES)
 
257
 
 
258
all: $(BUILT_SOURCES)
 
259
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
260
 
 
261
.SUFFIXES:
 
262
.SUFFIXES: .ui .cpp .lo .o .obj
 
263
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/common.am $(top_srcdir)/synti/synti-install.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
264
        cd $(top_srcdir) && \
 
265
          $(AUTOMAKE) --gnu  synti/fluid/Makefile
 
266
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
267
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
268
synthiLTLIBRARIES_INSTALL = $(INSTALL)
 
269
install-synthiLTLIBRARIES: $(synthi_LTLIBRARIES)
 
270
        @$(NORMAL_INSTALL)
 
271
        $(mkinstalldirs) $(DESTDIR)$(synthidir)
 
272
        @list='$(synthi_LTLIBRARIES)'; for p in $$list; do \
 
273
          if test -f $$p; then \
 
274
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
275
            echo " $(LIBTOOL) --mode=install $(synthiLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(synthidir)/$$f"; \
 
276
            $(LIBTOOL) --mode=install $(synthiLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(synthidir)/$$f; \
 
277
          else :; fi; \
 
278
        done
 
279
 
 
280
uninstall-synthiLTLIBRARIES:
 
281
        @$(NORMAL_UNINSTALL)
 
282
        @list='$(synthi_LTLIBRARIES)'; for p in $$list; do \
 
283
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
284
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(synthidir)/$$p"; \
 
285
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(synthidir)/$$p; \
 
286
        done
 
287
 
 
288
clean-synthiLTLIBRARIES:
 
289
        -test -z "$(synthi_LTLIBRARIES)" || rm -f $(synthi_LTLIBRARIES)
 
290
        @list='$(synthi_LTLIBRARIES)'; for p in $$list; do \
 
291
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
292
          test "$$dir" = "$$p" && dir=.; \
 
293
          echo "rm -f \"$${dir}/so_locations\""; \
 
294
          rm -f "$${dir}/so_locations"; \
 
295
        done
 
296
fluid.la: $(fluid_la_OBJECTS) $(fluid_la_DEPENDENCIES) 
 
297
        $(CXXLINK) -rpath $(synthidir) $(fluid_la_LDFLAGS) $(fluid_la_OBJECTS) $(fluid_la_LIBADD) $(LIBS)
 
298
synthiPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
299
install-synthiPROGRAMS: $(synthi_PROGRAMS)
 
300
        @$(NORMAL_INSTALL)
 
301
        $(mkinstalldirs) $(DESTDIR)$(synthidir)
 
302
        @list='$(synthi_PROGRAMS)'; for p in $$list; do \
 
303
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
304
          if test -f $$p \
 
305
             || test -f $$p1 \
 
306
          ; then \
 
307
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
308
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(synthiPROGRAMS_INSTALL) $$p $(DESTDIR)$(synthidir)/$$f"; \
 
309
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(synthiPROGRAMS_INSTALL) $$p $(DESTDIR)$(synthidir)/$$f || exit 1; \
 
310
          else :; fi; \
 
311
        done
 
312
 
 
313
uninstall-synthiPROGRAMS:
 
314
        @$(NORMAL_UNINSTALL)
 
315
        @list='$(synthi_PROGRAMS)'; for p in $$list; do \
 
316
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
317
          echo " rm -f $(DESTDIR)$(synthidir)/$$f"; \
 
318
          rm -f $(DESTDIR)$(synthidir)/$$f; \
 
319
        done
 
320
 
 
321
clean-synthiPROGRAMS:
 
322
        @list='$(synthi_PROGRAMS)'; for p in $$list; do \
 
323
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
324
          echo " rm -f $$p $$f"; \
 
325
          rm -f $$p $$f ; \
 
326
        done
 
327
fluid$(EXEEXT): $(fluid_OBJECTS) $(fluid_DEPENDENCIES) 
 
328
        @rm -f fluid$(EXEEXT)
 
329
        $(CXXLINK) $(fluid_LDFLAGS) $(fluid_OBJECTS) $(fluid_LDADD) $(LIBS)
 
330
 
 
331
mostlyclean-compile:
 
332
        -rm -f *.$(OBJEXT) core *.core
 
333
 
 
334
distclean-compile:
 
335
        -rm -f *.tab.c
 
336
 
 
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fluid.Plo@am__quote@
 
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fluidgui.Po@am__quote@
 
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mess.Plo@am__quote@
 
340
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_fluidgui.Po@am__quote@
 
341
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synth.Plo@am__quote@
 
342
 
 
343
distclean-depend:
 
344
        -rm -rf ./$(DEPDIR)
 
345
 
 
346
.cpp.o:
 
347
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
348
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
349
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
350
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
351
@am__fastdepCXX_TRUE@   fi
 
352
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
353
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
354
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
355
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
356
 
 
357
.cpp.obj:
 
358
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
359
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
360
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
361
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
362
@am__fastdepCXX_TRUE@   fi
 
363
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
367
 
 
368
.cpp.lo:
 
369
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
370
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
371
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
372
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
373
@am__fastdepCXX_TRUE@   fi
 
374
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
375
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
376
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
377
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
378
 
 
379
mess.o: $(top_srcdir)/driver/mess.cpp
 
380
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mess.o -MD -MP -MF "$(DEPDIR)/mess.Tpo" \
 
381
@am__fastdepCXX_TRUE@     -c -o mess.o `test -f '$(top_srcdir)/driver/mess.cpp' || echo '$(srcdir)/'`$(top_srcdir)/driver/mess.cpp; \
 
382
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/mess.Tpo" "$(DEPDIR)/mess.Po"; \
 
383
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/mess.Tpo"; exit 1; \
 
384
@am__fastdepCXX_TRUE@   fi
 
385
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(top_srcdir)/driver/mess.cpp' object='mess.o' libtool=no @AMDEPBACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/mess.Po' tmpdepfile='$(DEPDIR)/mess.TPo' @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mess.o `test -f '$(top_srcdir)/driver/mess.cpp' || echo '$(srcdir)/'`$(top_srcdir)/driver/mess.cpp
 
389
 
 
390
mess.obj: $(top_srcdir)/driver/mess.cpp
 
391
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mess.obj -MD -MP -MF "$(DEPDIR)/mess.Tpo" \
 
392
@am__fastdepCXX_TRUE@     -c -o mess.obj `if test -f '$(top_srcdir)/driver/mess.cpp'; then $(CYGPATH_W) '$(top_srcdir)/driver/mess.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/driver/mess.cpp'; fi`; \
 
393
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/mess.Tpo" "$(DEPDIR)/mess.Po"; \
 
394
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/mess.Tpo"; exit 1; \
 
395
@am__fastdepCXX_TRUE@   fi
 
396
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(top_srcdir)/driver/mess.cpp' object='mess.obj' libtool=no @AMDEPBACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/mess.Po' tmpdepfile='$(DEPDIR)/mess.TPo' @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mess.obj `if test -f '$(top_srcdir)/driver/mess.cpp'; then $(CYGPATH_W) '$(top_srcdir)/driver/mess.cpp'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/driver/mess.cpp'; fi`
 
400
 
 
401
mess.lo: $(top_srcdir)/driver/mess.cpp
 
402
@am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mess.lo -MD -MP -MF "$(DEPDIR)/mess.Tpo" \
 
403
@am__fastdepCXX_TRUE@     -c -o mess.lo `test -f '$(top_srcdir)/driver/mess.cpp' || echo '$(srcdir)/'`$(top_srcdir)/driver/mess.cpp; \
 
404
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/mess.Tpo" "$(DEPDIR)/mess.Plo"; \
 
405
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/mess.Tpo"; exit 1; \
 
406
@am__fastdepCXX_TRUE@   fi
 
407
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$(top_srcdir)/driver/mess.cpp' object='mess.lo' libtool=yes @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/mess.Plo' tmpdepfile='$(DEPDIR)/mess.TPlo' @AMDEPBACKSLASH@
 
409
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mess.lo `test -f '$(top_srcdir)/driver/mess.cpp' || echo '$(srcdir)/'`$(top_srcdir)/driver/mess.cpp
 
411
 
 
412
mostlyclean-libtool:
 
413
        -rm -f *.lo
 
414
 
 
415
clean-libtool:
 
416
        -rm -rf .libs _libs
 
417
 
 
418
distclean-libtool:
 
419
        -rm -f libtool
 
420
uninstall-info-am:
 
421
 
 
422
ETAGS = etags
 
423
ETAGSFLAGS =
 
424
 
 
425
CTAGS = ctags
 
426
CTAGSFLAGS =
 
427
 
 
428
tags: TAGS
 
429
 
 
430
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
431
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
432
        unique=`for i in $$list; do \
 
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
434
          done | \
 
435
          $(AWK) '    { files[$$0] = 1; } \
 
436
               END { for (i in files) print i; }'`; \
 
437
        mkid -fID $$unique
 
438
 
 
439
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
440
                $(TAGS_FILES) $(LISP)
 
441
        tags=; \
 
442
        here=`pwd`; \
 
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
444
        unique=`for i in $$list; do \
 
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
446
          done | \
 
447
          $(AWK) '    { files[$$0] = 1; } \
 
448
               END { for (i in files) print i; }'`; \
 
449
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
450
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
451
             $$tags $$unique
 
452
 
 
453
ctags: CTAGS
 
454
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
455
                $(TAGS_FILES) $(LISP)
 
456
        tags=; \
 
457
        here=`pwd`; \
 
458
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
459
        unique=`for i in $$list; do \
 
460
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
461
          done | \
 
462
          $(AWK) '    { files[$$0] = 1; } \
 
463
               END { for (i in files) print i; }'`; \
 
464
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
465
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
466
             $$tags $$unique
 
467
 
 
468
GTAGS:
 
469
        here=`$(am__cd) $(top_builddir) && pwd` \
 
470
          && cd $(top_srcdir) \
 
471
          && gtags -i $(GTAGS_ARGS) $$here
 
472
 
 
473
distclean-tags:
 
474
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
475
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
476
 
 
477
top_distdir = ../..
 
478
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
479
 
 
480
distdir: $(DISTFILES)
 
481
        $(mkinstalldirs) $(distdir)/../.. $(distdir)/../../synti
 
482
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
483
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
484
        list='$(DISTFILES)'; for file in $$list; do \
 
485
          case $$file in \
 
486
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
487
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
488
          esac; \
 
489
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
490
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
491
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
492
            dir="/$$dir"; \
 
493
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
494
          else \
 
495
            dir=''; \
 
496
          fi; \
 
497
          if test -d $$d/$$file; then \
 
498
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
499
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
500
            fi; \
 
501
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
502
          else \
 
503
            test -f $(distdir)/$$file \
 
504
            || cp -p $$d/$$file $(distdir)/$$file \
 
505
            || exit 1; \
 
506
          fi; \
 
507
        done
 
508
check-am: all-am
 
509
check: $(BUILT_SOURCES)
 
510
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
511
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
 
512
 
 
513
installdirs:
 
514
        $(mkinstalldirs) $(DESTDIR)$(synthidir) $(DESTDIR)$(synthidir)
 
515
install: $(BUILT_SOURCES)
 
516
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
517
install-exec: install-exec-am
 
518
install-data: install-data-am
 
519
uninstall: uninstall-am
 
520
 
 
521
install-am: all-am
 
522
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
523
 
 
524
installcheck: installcheck-am
 
525
install-strip:
 
526
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
527
          INSTALL_STRIP_FLAG=-s \
 
528
          `test -z '$(STRIP)' || \
 
529
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
530
mostlyclean-generic:
 
531
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
532
 
 
533
clean-generic:
 
534
 
 
535
distclean-generic:
 
536
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
537
 
 
538
maintainer-clean-generic:
 
539
        @echo "This command is intended for maintainers to use"
 
540
        @echo "it deletes files that may require special tools to rebuild."
 
541
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
542
clean: clean-am
 
543
 
 
544
clean-am: clean-generic clean-libtool clean-synthiLTLIBRARIES \
 
545
        clean-synthiPROGRAMS mostlyclean-am
 
546
 
 
547
distclean: distclean-am
 
548
 
 
549
distclean-am: clean-am distclean-compile distclean-depend \
 
550
        distclean-generic distclean-libtool distclean-tags
 
551
 
 
552
dvi: dvi-am
 
553
 
 
554
dvi-am:
 
555
 
 
556
info: info-am
 
557
 
 
558
info-am:
 
559
 
 
560
install-data-am: install-synthiLTLIBRARIES install-synthiPROGRAMS
 
561
 
 
562
install-exec-am:
 
563
 
 
564
install-info: install-info-am
 
565
 
 
566
install-man:
 
567
 
 
568
installcheck-am:
 
569
 
 
570
maintainer-clean: maintainer-clean-am
 
571
 
 
572
maintainer-clean-am: distclean-am maintainer-clean-generic
 
573
 
 
574
mostlyclean: mostlyclean-am
 
575
 
 
576
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
577
        mostlyclean-libtool
 
578
 
 
579
pdf: pdf-am
 
580
 
 
581
pdf-am:
 
582
 
 
583
ps: ps-am
 
584
 
 
585
ps-am:
 
586
 
 
587
uninstall-am: uninstall-info-am uninstall-synthiLTLIBRARIES \
 
588
        uninstall-synthiPROGRAMS
 
589
 
 
590
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
591
        clean-libtool clean-synthiLTLIBRARIES clean-synthiPROGRAMS \
 
592
        ctags distclean distclean-compile distclean-depend \
 
593
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
594
        dvi-am info info-am install install-am install-data \
 
595
        install-data-am install-exec install-exec-am install-info \
 
596
        install-info-am install-man install-strip \
 
597
        install-synthiLTLIBRARIES install-synthiPROGRAMS installcheck \
 
598
        installcheck-am installdirs maintainer-clean \
 
599
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
600
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
601
        tags uninstall uninstall-am uninstall-info-am \
 
602
        uninstall-synthiLTLIBRARIES uninstall-synthiPROGRAMS
 
603
 
 
604
 
 
605
de:
 
606
        @for base in $(MOCFILES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
 
607
 
 
608
nde:
 
609
        @for base in $(MOCFILES); do echo -e "\tmoc_$${base}.cpp \\"; done
 
610
 
 
611
.ui.o: %.h
 
612
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
613
        $(MOC) $*.h -o moc_$*.cpp
 
614
        $(CXXCOMPILE) -c $*.cpp -o base_$*.o
 
615
        $(CXXCOMPILE) -c moc_$*.cpp -o moc_$*.o
 
616
        $(CXXLINK) -r base_$*.o moc_$*.o -o $*.o
 
617
        $(RM) $*.cpp moc_$*.cpp base_$*.o moc_$*.o
 
618
 
 
619
.ui.lo: %.h
 
620
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
621
        $(MOC) $*.h -o moc_$*.cpp
 
622
        $(LTCXXCOMPILE) -c $*.cpp -o base_$*.lo
 
623
        $(LTCXXCOMPILE) -c moc_$*.cpp -o moc_$*.lo
 
624
        $(CXXLINK) -r base_$*.lo moc_$*.lo -o $*.lo
 
625
        $(RM) $*.cpp moc_$*.cpp base_$*.lo moc_$*.lo base_$*.o moc_$*.o
 
626
 
 
627
moc_%.cpp: %.h
 
628
        $(MOC) $< -o $@
 
629
 
 
630
%.h: %.ui
 
631
        $(UIC) -o $@ $<
 
632
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
633
# Otherwise a system limit (for SysV at least) may be exceeded.
 
634
.NOEXPORT: