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

« back to all changes in this revision

Viewing changes to synti/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 automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
 
17
 
SHELL = @SHELL@
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
 
prefix = @prefix@
23
 
exec_prefix = @exec_prefix@
24
 
 
25
 
bindir = @bindir@
26
 
sbindir = @sbindir@
27
 
libexecdir = @libexecdir@
28
 
datadir = @datadir@
29
 
sysconfdir = @sysconfdir@
30
 
sharedstatedir = @sharedstatedir@
31
 
localstatedir = @localstatedir@
32
 
libdir = @libdir@
33
 
infodir = @infodir@
34
 
mandir = @mandir@
35
 
includedir = @includedir@
36
 
oldincludedir = /usr/include
37
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
23
top_builddir = ..
41
24
 
42
 
ACLOCAL = @ACLOCAL@
43
 
AUTOCONF = @AUTOCONF@
44
 
AUTOMAKE = @AUTOMAKE@
45
 
AUTOHEADER = @AUTOHEADER@
46
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
26
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
51
30
INSTALL_HEADER = $(INSTALL_DATA)
52
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
53
32
NORMAL_INSTALL = :
54
33
PRE_INSTALL = :
55
34
POST_INSTALL = :
56
35
NORMAL_UNINSTALL = :
57
36
PRE_UNINSTALL = :
58
37
POST_UNINSTALL = :
59
 
host_alias = @host_alias@
60
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
61
40
ALSA_CFLAGS = @ALSA_CFLAGS@
62
41
ALSA_LIBS = @ALSA_LIBS@
 
42
AMDEP_FALSE = @AMDEP_FALSE@
 
43
AMDEP_TRUE = @AMDEP_TRUE@
63
44
AMTAR = @AMTAR@
64
 
AS = @AS@
 
45
AUDIO_FALSE = @AUDIO_FALSE@
 
46
AUDIO_TRUE = @AUDIO_TRUE@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
65
50
AWK = @AWK@
66
51
CC = @CC@
 
52
CCDEPMODE = @CCDEPMODE@
 
53
CFLAGS = @CFLAGS@
 
54
CPP = @CPP@
 
55
CPPFLAGS = @CPPFLAGS@
67
56
CXX = @CXX@
 
57
CXXCPP = @CXXCPP@
 
58
CXXDEPMODE = @CXXDEPMODE@
 
59
CXXFLAGS = @CXXFLAGS@
 
60
CYGPATH_W = @CYGPATH_W@
 
61
DEFS = @DEFS@
68
62
DEPDIR = @DEPDIR@
69
 
DLLTOOL = @DLLTOOL@
70
63
DOCBOOKSTYLE = @DOCBOOKSTYLE@
71
64
DOCBOOKTARGETS = @DOCBOOKTARGETS@
72
65
DOT = @DOT@
74
67
DOXYGEN = @DOXYGEN@
75
68
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
76
69
ECHO = @ECHO@
 
70
ECHO_C = @ECHO_C@
 
71
ECHO_N = @ECHO_N@
 
72
ECHO_T = @ECHO_T@
 
73
EGREP = @EGREP@
77
74
EXEEXT = @EXEEXT@
 
75
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
78
76
GIVERTCAP = @GIVERTCAP@
79
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@
80
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
 
JACK_HEADERS = @JACK_HEADERS@
82
 
JACK_LIB = @JACK_LIB@
 
86
JACK_CFLAGS = @JACK_CFLAGS@
 
87
JACK_FALSE = @JACK_FALSE@
 
88
JACK_LIBS = @JACK_LIBS@
 
89
JACK_TRUE = @JACK_TRUE@
83
90
JADE = @JADE@
84
 
LIBALSA5AUDIO = @LIBALSA5AUDIO@
85
 
LIBALSA5MIDI = @LIBALSA5MIDI@
86
 
LIBALSA9AUDIO = @LIBALSA9AUDIO@
87
 
LIBALSA9MIDI = @LIBALSA9MIDI@
88
 
LIBALSAMIDI = @LIBALSAMIDI@
89
 
LIBIIWUSYNTH = @LIBIIWUSYNTH@
90
 
LIBJACK = @LIBJACK@
91
 
LIBMESS = @LIBMESS@
92
 
LIBOSSAUDIO = @LIBOSSAUDIO@
 
91
LADCCA_CFLAGS = @LADCCA_CFLAGS@
 
92
LADCCA_LIBS = @LADCCA_LIBS@
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBOBJS = @LIBOBJS@
 
95
LIBS = @LIBS@
93
96
LIBTOOL = @LIBTOOL@
94
97
LN_S = @LN_S@
 
98
LTLIBOBJS = @LTLIBOBJS@
95
99
MAINT = @MAINT@
 
100
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
101
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
102
MAKEINFO = @MAKEINFO@
96
103
MOC = @MOC@
97
104
MUSECXXFLAGS = @MUSECXXFLAGS@
98
105
NSGMLS = @NSGMLS@
99
 
OBJDUMP = @OBJDUMP@
100
106
OBJEXT = @OBJEXT@
101
107
PACKAGE = @PACKAGE@
102
 
PATCHBAY = @PATCHBAY@
 
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@
103
114
PERL = @PERL@
 
115
PKG_CONFIG = @PKG_CONFIG@
104
116
QT_CFLAGS = @QT_CFLAGS@
105
117
QT_LIBS = @QT_LIBS@
106
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
122
SNDFILE_LIBS = @SNDFILE_LIBS@
107
123
STRIP = @STRIP@
108
124
SUIDBUILD = @SUIDBUILD@
109
125
SUIDINSTALL = @SUIDINSTALL@
113
129
X_EXTRA_LIBS = @X_EXTRA_LIBS@
114
130
X_LIBS = @X_LIBS@
115
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@
116
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
117
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@
118
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@
119
159
install_sh = @install_sh@
120
 
 
121
 
SUBDIRS = iiwu organ s1 stklib stk vam
 
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
SUBDIRS = organ s1 vam $(FLUIDSYNTHDIRS)
 
172
AM_CPPFLAGS = 
 
173
AM_CXXFLAGS = 
122
174
 
123
175
INCLUDES = $(MUSECXXFLAGS)
124
176
 
125
 
BUILT_SOURCES = $(MOCBASES:%=moc_%.cpp) $(UICBASES:%=%.h) \
126
 
                $(UICBASES:%=moc_%.cpp) $(UICBASES:%=%.cpp)
127
 
 
128
 
 
129
 
MOSTLYCLEANFILES = $(MOCBASES:%=moc_%.cpp) $(UICBASES:%=%.h) \
130
 
                   $(UICBASES:%=moc_%.cpp) $(UICBASES:%=%.cpp)
131
 
 
132
 
 
133
 
EXTRA_DIST = $(UICBASES:%=%.ui) synti-install.am
134
 
 
135
 
MOCBASES = synthconfig
136
 
 
137
 
UICBASES = 
 
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
138
191
 
139
192
noinst_LTLIBRARIES = libsynth.la
140
 
 
141
 
dist_libsynth_la_SOURCES = \
142
 
        synth.cpp \
143
 
        synthconfig.cpp synthconfig.h
144
 
 
145
 
nodist_libsynth_la_SOURCES = \
146
 
        moc_synthconfig.cpp
147
 
 
 
193
libsynth_la_LDFLAGS = -static
 
194
 
 
195
dist_libsynth_la_SOURCES = synth.cpp
 
196
 
 
197
EXTRA_DIST = synti-install.am
148
198
subdir = synti
 
199
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
149
200
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
150
201
CONFIG_HEADER = $(top_builddir)/config.h
151
202
CONFIG_CLEAN_FILES =
152
203
LTLIBRARIES = $(noinst_LTLIBRARIES)
153
204
 
154
 
libsynth_la_LDFLAGS =
155
205
libsynth_la_LIBADD =
156
 
dist_libsynth_la_OBJECTS = synth.lo synthconfig.lo
157
 
nodist_libsynth_la_OBJECTS = moc_synthconfig.lo
158
 
libsynth_la_OBJECTS = $(dist_libsynth_la_OBJECTS) \
159
 
        $(nodist_libsynth_la_OBJECTS)
 
206
dist_libsynth_la_OBJECTS = synth.lo
 
207
libsynth_la_OBJECTS = $(dist_libsynth_la_OBJECTS)
160
208
 
161
 
DEFS = @DEFS@
162
209
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
163
 
CPPFLAGS = @CPPFLAGS@
164
 
LDFLAGS = @LDFLAGS@
165
 
LIBS = @LIBS@
166
210
depcomp = $(SHELL) $(top_srcdir)/depcomp
167
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/moc_synthconfig.Plo \
168
 
@AMDEP_TRUE@    $(DEPDIR)/synth.Plo $(DEPDIR)/synthconfig.Plo
 
211
am__depfiles_maybe = depfiles
 
212
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/synth.Plo
169
213
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
170
214
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
171
215
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
174
218
CXXLD = $(CXX)
175
219
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
176
220
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
177
 
CXXFLAGS = @CXXFLAGS@
178
 
CFLAGS = @CFLAGS@
179
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
182
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
183
 
CCLD = $(CC)
184
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
185
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
186
221
DIST_SOURCES = $(dist_libsynth_la_SOURCES)
187
222
 
188
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
189
 
        uninstall-info-recursive all-recursive install-data-recursive \
190
 
        install-exec-recursive installdirs-recursive install-recursive \
191
 
        uninstall-recursive check-recursive installcheck-recursive
192
 
DIST_COMMON = Makefile.am Makefile.in
 
223
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
224
        ps-recursive install-info-recursive uninstall-info-recursive \
 
225
        all-recursive install-data-recursive install-exec-recursive \
 
226
        installdirs-recursive install-recursive uninstall-recursive \
 
227
        check-recursive installcheck-recursive
 
228
DIST_COMMON = $(top_srcdir)/common.am Makefile.am Makefile.in
193
229
DIST_SUBDIRS = $(SUBDIRS)
194
 
SOURCES = $(dist_libsynth_la_SOURCES) $(nodist_libsynth_la_SOURCES)
 
230
SOURCES = $(dist_libsynth_la_SOURCES)
195
231
 
196
232
all: $(BUILT_SOURCES)
197
233
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
198
234
 
199
235
.SUFFIXES:
200
 
.SUFFIXES: .cpp .lo .o .obj
201
 
 
202
 
mostlyclean-libtool:
203
 
        -rm -f *.lo
204
 
 
205
 
clean-libtool:
206
 
        -rm -rf .libs _libs
207
 
 
208
 
distclean-libtool:
209
 
        -rm -f libtool
 
236
.SUFFIXES: .ui .cpp .lo .o .obj
210
237
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/common.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
211
238
        cd $(top_srcdir) && \
212
239
          $(AUTOMAKE) --gnu  synti/Makefile
213
240
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
214
 
        cd $(top_builddir) && \
215
 
          CONFIG_HEADERS= CONFIG_LINKS= \
216
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
241
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
217
242
 
218
243
clean-noinstLTLIBRARIES:
219
244
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
245
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
246
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
247
          test "$$dir" = "$$p" && dir=.; \
 
248
          echo "rm -f \"$${dir}/so_locations\""; \
 
249
          rm -f "$${dir}/so_locations"; \
 
250
        done
220
251
libsynth.la: $(libsynth_la_OBJECTS) $(libsynth_la_DEPENDENCIES) 
221
252
        $(CXXLINK)  $(libsynth_la_LDFLAGS) $(libsynth_la_OBJECTS) $(libsynth_la_LIBADD) $(LIBS)
222
253
 
226
257
distclean-compile:
227
258
        -rm -f *.tab.c
228
259
 
229
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/moc_synthconfig.Plo@am__quote@
230
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/synth.Plo@am__quote@
231
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/synthconfig.Plo@am__quote@
 
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synth.Plo@am__quote@
232
261
 
233
262
distclean-depend:
234
 
        -rm -rf $(DEPDIR)
 
263
        -rm -rf ./$(DEPDIR)
235
264
 
236
265
.cpp.o:
237
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
238
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
239
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
240
 
        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
266
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
267
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
268
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
269
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
270
@am__fastdepCXX_TRUE@   fi
 
271
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
272
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
273
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
274
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
241
275
 
242
276
.cpp.obj:
243
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
245
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246
 
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
277
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
278
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
279
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
280
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
281
@am__fastdepCXX_TRUE@   fi
 
282
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
283
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
284
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
285
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
247
286
 
248
287
.cpp.lo:
249
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
250
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
251
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252
 
        $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
253
 
CXXDEPMODE = @CXXDEPMODE@
 
288
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
289
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
290
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
291
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
292
@am__fastdepCXX_TRUE@   fi
 
293
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
294
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
295
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
296
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
297
 
 
298
mostlyclean-libtool:
 
299
        -rm -f *.lo
 
300
 
 
301
clean-libtool:
 
302
        -rm -rf .libs _libs
 
303
 
 
304
distclean-libtool:
 
305
        -rm -f libtool
254
306
uninstall-info-am:
255
307
 
256
308
# This directory's subdirectories are mostly independent; you can cd
260
312
#     (which will cause the Makefiles to be regenerated when you run `make');
261
313
# (2) otherwise, pass the desired values on the `make' command line.
262
314
$(RECURSIVE_TARGETS):
263
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
315
        @set fnord $$MAKEFLAGS; amf=$$2; \
264
316
        dot_seen=no; \
265
317
        target=`echo $@ | sed s/-recursive//`; \
266
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
280
332
 
281
333
mostlyclean-recursive clean-recursive distclean-recursive \
282
334
maintainer-clean-recursive:
283
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
335
        @set fnord $$MAKEFLAGS; amf=$$2; \
284
336
        dot_seen=no; \
285
337
        case "$@" in \
286
338
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307
359
        list='$(SUBDIRS)'; for subdir in $$list; do \
308
360
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309
361
        done
 
362
ctags-recursive:
 
363
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
364
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
365
        done
 
366
 
 
367
ETAGS = etags
 
368
ETAGSFLAGS =
 
369
 
 
370
CTAGS = ctags
 
371
CTAGSFLAGS =
310
372
 
311
373
tags: TAGS
312
374
 
313
375
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
314
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
376
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315
377
        unique=`for i in $$list; do \
316
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
379
          done | \
318
380
          $(AWK) '    { files[$$0] = 1; } \
319
381
               END { for (i in files) print i; }'`; \
320
 
        mkid -fID $$unique $(LISP)
 
382
        mkid -fID $$unique
321
383
 
322
384
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
385
                $(TAGS_FILES) $(LISP)
324
386
        tags=; \
325
387
        here=`pwd`; \
 
388
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
389
          include_option=--etags-include; \
 
390
        else \
 
391
          include_option=--include; \
 
392
        fi; \
326
393
        list='$(SUBDIRS)'; for subdir in $$list; do \
327
394
          if test "$$subdir" = .; then :; else \
328
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
395
            test -f $$subdir/TAGS && \
 
396
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
329
397
          fi; \
330
398
        done; \
331
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
332
 
        unique=`for i in $$list; do \
333
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334
 
          done | \
335
 
          $(AWK) '    { files[$$0] = 1; } \
336
 
               END { for (i in files) print i; }'`; \
337
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
338
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
399
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
400
        unique=`for i in $$list; do \
 
401
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
402
          done | \
 
403
          $(AWK) '    { files[$$0] = 1; } \
 
404
               END { for (i in files) print i; }'`; \
 
405
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
406
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
407
             $$tags $$unique
 
408
 
 
409
ctags: CTAGS
 
410
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
411
                $(TAGS_FILES) $(LISP)
 
412
        tags=; \
 
413
        here=`pwd`; \
 
414
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '    { files[$$0] = 1; } \
 
419
               END { for (i in files) print i; }'`; \
 
420
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
421
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
422
             $$tags $$unique
339
423
 
340
424
GTAGS:
341
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
425
        here=`$(am__cd) $(top_builddir) && pwd` \
342
426
          && cd $(top_srcdir) \
343
427
          && gtags -i $(GTAGS_ARGS) $$here
344
428
 
345
429
distclean-tags:
346
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
347
 
 
 
430
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
348
431
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
349
432
 
350
433
top_distdir = ..
351
434
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
352
435
 
353
436
distdir: $(DISTFILES)
354
 
        @for file in $(DISTFILES); do \
355
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
437
        $(mkinstalldirs) $(distdir)/..
 
438
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
439
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
440
        list='$(DISTFILES)'; for file in $$list; do \
 
441
          case $$file in \
 
442
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
443
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
444
          esac; \
 
445
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356
446
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
357
447
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
358
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
448
            dir="/$$dir"; \
 
449
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
450
          else \
 
451
            dir=''; \
359
452
          fi; \
360
453
          if test -d $$d/$$file; then \
361
 
            cp -pR $$d/$$file $(distdir) \
362
 
            || exit 1; \
 
454
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
455
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
456
            fi; \
 
457
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
363
458
          else \
364
459
            test -f $(distdir)/$$file \
365
460
            || cp -p $$d/$$file $(distdir)/$$file \
366
461
            || exit 1; \
367
462
          fi; \
368
463
        done
369
 
        for subdir in $(SUBDIRS); do \
 
464
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
465
          if test "$$subdir" = .; then :; else \
371
466
            test -d $(distdir)/$$subdir \
372
467
            || mkdir $(distdir)/$$subdir \
380
475
          fi; \
381
476
        done
382
477
check-am: all-am
383
 
check: check-recursive
 
478
check: $(BUILT_SOURCES)
 
479
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
384
480
all-am: Makefile $(LTLIBRARIES)
385
481
installdirs: installdirs-recursive
386
482
installdirs-am:
387
483
 
388
 
install: install-recursive
 
484
install: $(BUILT_SOURCES)
 
485
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
389
486
install-exec: install-exec-recursive
390
487
install-data: install-data-recursive
391
488
uninstall: uninstall-recursive
396
493
installcheck: installcheck-recursive
397
494
install-strip:
398
495
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
496
          INSTALL_STRIP_FLAG=-s \
399
497
          `test -z '$(STRIP)' || \
400
498
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
401
499
mostlyclean-generic:
404
502
clean-generic:
405
503
 
406
504
distclean-generic:
407
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
505
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
408
506
 
409
507
maintainer-clean-generic:
410
508
        @echo "This command is intended for maintainers to use"
447
545
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
448
546
        mostlyclean-libtool
449
547
 
 
548
pdf: pdf-recursive
 
549
 
 
550
pdf-am:
 
551
 
 
552
ps: ps-recursive
 
553
 
 
554
ps-am:
 
555
 
450
556
uninstall-am: uninstall-info-am
451
557
 
452
558
uninstall-info: uninstall-info-recursive
453
559
 
454
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
560
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
455
561
        clean-generic clean-libtool clean-noinstLTLIBRARIES \
456
 
        clean-recursive distclean distclean-compile distclean-depend \
457
 
        distclean-generic distclean-libtool distclean-recursive \
458
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
459
 
        info-recursive install install-am install-data install-data-am \
460
 
        install-data-recursive install-exec install-exec-am \
461
 
        install-exec-recursive install-info install-info-am \
462
 
        install-info-recursive install-man install-recursive \
463
 
        install-strip installcheck installcheck-am installdirs \
464
 
        installdirs-am installdirs-recursive maintainer-clean \
465
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
466
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
467
 
        mostlyclean-recursive tags tags-recursive uninstall \
468
 
        uninstall-am uninstall-info-am uninstall-info-recursive \
469
 
        uninstall-recursive
470
 
 
 
562
        clean-recursive ctags ctags-recursive distclean \
 
563
        distclean-compile distclean-depend distclean-generic \
 
564
        distclean-libtool distclean-recursive distclean-tags distdir \
 
565
        dvi dvi-am dvi-recursive info info-am info-recursive install \
 
566
        install-am install-data install-data-am install-data-recursive \
 
567
        install-exec install-exec-am install-exec-recursive \
 
568
        install-info install-info-am install-info-recursive install-man \
 
569
        install-recursive install-strip installcheck installcheck-am \
 
570
        installdirs installdirs-am installdirs-recursive \
 
571
        maintainer-clean maintainer-clean-generic \
 
572
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
573
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
574
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
 
575
        tags-recursive uninstall uninstall-am uninstall-info-am \
 
576
        uninstall-info-recursive uninstall-recursive
 
577
 
 
578
 
 
579
de:
 
580
        @for base in $(MOCFILES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
 
581
 
 
582
nde:
 
583
        @for base in $(MOCFILES); do echo -e "\tmoc_$${base}.cpp \\"; done
 
584
 
 
585
.ui.o: %.h
 
586
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
587
        $(MOC) $*.h -o moc_$*.cpp
 
588
        $(CXXCOMPILE) -c $*.cpp -o base_$*.o
 
589
        $(CXXCOMPILE) -c moc_$*.cpp -o moc_$*.o
 
590
        $(CXXLINK) -r base_$*.o moc_$*.o -o $*.o
 
591
        $(RM) $*.cpp moc_$*.cpp base_$*.o moc_$*.o
 
592
 
 
593
.ui.lo: %.h
 
594
        $(UIC) -o $*.cpp -impl $*.h $*.ui
 
595
        $(MOC) $*.h -o moc_$*.cpp
 
596
        $(LTCXXCOMPILE) -c $*.cpp -o base_$*.lo
 
597
        $(LTCXXCOMPILE) -c moc_$*.cpp -o moc_$*.lo
 
598
        $(CXXLINK) -r base_$*.lo moc_$*.lo -o $*.lo
 
599
        $(RM) $*.cpp moc_$*.cpp base_$*.lo moc_$*.lo base_$*.o moc_$*.o
471
600
 
472
601
moc_%.cpp: %.h
473
602
        $(MOC) $< -o $@
474
603
 
475
 
%.cpp: %.h %.ui
476
 
        $(UIC) -o $@ -impl $*.h $*.ui
477
 
 
478
604
%.h: %.ui
479
605
        $(UIC) -o $@ $<
480
 
 
481
 
de:
482
 
        @for base in $(MOCBASES); do echo -e "\t$${base}.cpp $${base}.h \\"; done
483
 
 
484
 
nde:
485
 
        @for base in $(MOCBASES); do echo -e "\tmoc_$${base}.cpp \\"; done
486
 
        @for base in $(UICBASES); do echo -e "\tmoc_$${base}.cpp $${base}.cpp $${base}.h \\"; done
487
606
# Tell versions [3.59,3.63) of GNU make to not export all variables.
488
607
# Otherwise a system limit (for SysV at least) may be exceeded.
489
608
.NOEXPORT: