~ubuntu-branches/ubuntu/raring/muse/raring

« back to all changes in this revision

Viewing changes to muse/instruments/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar, Eric Hedekar, Fabrice Coutadeur
  • Date: 2010-01-26 02:32:14 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126023214-8ez2g5d26d9p584j
Tags: 1.0.1-0ubuntu1
[ Eric Hedekar ]
* New upstream version (LP: #479688)
* Removed patches that were fixed in upstream source
  -[10_64bit_memcorruption_fix]
  -[10_gcc43_build_fixes]
  -[10_lash_private_api_fix]
  -[10_log2f_aliasing_fix]
  -[10_vamgui_init_fix]
  -[20_fix_const]

[ Fabrice Coutadeur ]
* debian/watch: added watch file
* debian/muse.desktop: deleted deprecated Encoding key, Application category
  and icon extension. This fix several warning with lintian and
  desktop-file-validate

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(dist_libinstruments_a_SOURCES) $(nodist_libinstruments_a_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
57
55
libinstruments_a_LIBADD =
58
56
dist_libinstruments_a_OBJECTS = minstrument.$(OBJEXT) \
59
57
        editinstrument.$(OBJEXT) editinstrumentbase.$(OBJEXT)
60
 
nodist_libinstruments_a_OBJECTS = moc_minstrument.$(OBJEXT) \
61
 
        moc_editinstrument.$(OBJEXT)
 
58
nodist_libinstruments_a_OBJECTS = moc_editinstrument.$(OBJEXT)
62
59
libinstruments_a_OBJECTS = $(dist_libinstruments_a_OBJECTS) \
63
60
        $(nodist_libinstruments_a_OBJECTS)
64
61
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
115
112
DOTPATH = @DOTPATH@
116
113
DOXYGEN = @DOXYGEN@
117
114
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
 
115
DSSI_SUPPORT_FALSE = @DSSI_SUPPORT_FALSE@
 
116
DSSI_SUPPORT_TRUE = @DSSI_SUPPORT_TRUE@
118
117
ECHO = @ECHO@
119
118
ECHO_C = @ECHO_C@
120
119
ECHO_N = @ECHO_N@
122
121
EGREP = @EGREP@
123
122
ENABLEFLUIDSYNTH_FALSE = @ENABLEFLUIDSYNTH_FALSE@
124
123
ENABLEFLUIDSYNTH_TRUE = @ENABLEFLUIDSYNTH_TRUE@
 
124
ENABLE_PYTHON_FALSE = @ENABLE_PYTHON_FALSE@
 
125
ENABLE_PYTHON_TRUE = @ENABLE_PYTHON_TRUE@
125
126
EXEEXT = @EXEEXT@
126
127
F77 = @F77@
127
128
FFLAGS = @FFLAGS@
131
132
Fluidsynth_CFLAGS = @Fluidsynth_CFLAGS@
132
133
Fluidsynth_LIBS = @Fluidsynth_LIBS@
133
134
GIVERTCAP = @GIVERTCAP@
 
135
GREP = @GREP@
134
136
HAVEDOT = @HAVEDOT@
135
137
HAVE_AUDIO_FALSE = @HAVE_AUDIO_FALSE@
136
138
HAVE_AUDIO_TRUE = @HAVE_AUDIO_TRUE@
152
154
LIBS = @LIBS@
153
155
LIBTOOL = @LIBTOOL@
154
156
LN_S = @LN_S@
 
157
LO_CFLAGS = @LO_CFLAGS@
 
158
LO_LIBS = @LO_LIBS@
155
159
LTLIBOBJS = @LTLIBOBJS@
156
160
MAKEINFO = @MAKEINFO@
157
161
MOC = @MOC@
170
174
PCH_TRUE = @PCH_TRUE@
171
175
PERL = @PERL@
172
176
PKG_CONFIG = @PKG_CONFIG@
 
177
PYTHON = @PYTHON@
 
178
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
179
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
180
PYTHON_LIB = @PYTHON_LIB@
 
181
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
182
PYTHON_PREFIX = @PYTHON_PREFIX@
 
183
PYTHON_VERSION = @PYTHON_VERSION@
173
184
QT_CFLAGS = @QT_CFLAGS@
174
185
QT_LIBS = @QT_LIBS@
175
186
RANLIB = @RANLIB@
185
196
SUIDBUILD = @SUIDBUILD@
186
197
SUIDINSTALL = @SUIDINSTALL@
187
198
UIC = @UIC@
 
199
USE_SSE = @USE_SSE@
 
200
USE_SSE_FALSE = @USE_SSE_FALSE@
 
201
USE_SSE_TRUE = @USE_SSE_TRUE@
 
202
UUID_CFLAGS = @UUID_CFLAGS@
 
203
UUID_LIBS = @UUID_LIBS@
188
204
VERSION = @VERSION@
189
205
VST_SUPPORT_FALSE = @VST_SUPPORT_FALSE@
190
206
VST_SUPPORT_TRUE = @VST_SUPPORT_TRUE@
 
207
XMKMF = @XMKMF@
191
208
X_CFLAGS = @X_CFLAGS@
192
209
X_EXTRA_LIBS = @X_EXTRA_LIBS@
193
210
X_LIBS = @X_LIBS@
194
211
X_PRE_LIBS = @X_PRE_LIBS@
195
 
ac_ct_AR = @ac_ct_AR@
196
212
ac_ct_CC = @ac_ct_CC@
197
213
ac_ct_CXX = @ac_ct_CXX@
198
214
ac_ct_F77 = @ac_ct_F77@
199
 
ac_ct_RANLIB = @ac_ct_RANLIB@
200
 
ac_ct_STRIP = @ac_ct_STRIP@
201
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
202
215
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
203
216
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
204
217
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
215
228
build_os = @build_os@
216
229
build_vendor = @build_vendor@
217
230
datadir = @datadir@
 
231
datarootdir = @datarootdir@
 
232
docdir = @docdir@
 
233
dvidir = @dvidir@
218
234
exec_prefix = @exec_prefix@
219
235
have_docbook = @have_docbook@
220
236
host = @host@
222
238
host_cpu = @host_cpu@
223
239
host_os = @host_os@
224
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
225
242
includedir = @includedir@
226
243
infodir = @infodir@
227
244
install_sh = @install_sh@
228
245
libdir = @libdir@
229
246
libexecdir = @libexecdir@
 
247
localedir = @localedir@
230
248
localstatedir = @localstatedir@
231
249
mandir = @mandir@
232
250
mkdir_p = @mkdir_p@
233
251
oldincludedir = @oldincludedir@
 
252
pdfdir = @pdfdir@
 
253
pkgpyexecdir = @pkgpyexecdir@
 
254
pkgpythondir = @pkgpythondir@
234
255
prefix = @prefix@
235
256
program_transform_name = @program_transform_name@
 
257
psdir = @psdir@
 
258
pyexecdir = @pyexecdir@
 
259
pythondir = @pythondir@
236
260
sbindir = @sbindir@
237
261
sharedstatedir = @sharedstatedir@
238
262
synth_fluid = @synth_fluid@
257
281
dist_libinstruments_a_SOURCES = \
258
282
        minstrument.cpp minstrument.h \
259
283
      editinstrument.h editinstrument.cpp \
260
 
        editinstrumentbase.ui
 
284
        editinstrumentbase.ui 
261
285
 
262
286
nodist_libinstruments_a_SOURCES = \
263
 
        moc_minstrument.cpp \
264
 
      moc_editinstrument.cpp
 
287
      moc_editinstrument.cpp 
265
288
 
266
289
all: $(BUILT_SOURCES)
267
290
        $(MAKE) $(AM_MAKEFLAGS) all-am
314
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editinstrument.Po@am__quote@
315
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minstrument.Po@am__quote@
316
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_editinstrument.Po@am__quote@
317
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moc_minstrument.Po@am__quote@
318
340
 
319
341
.cpp.o:
320
342
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \