~ubuntu-branches/ubuntu/precise/calf/precise

« back to all changes in this revision

Viewing changes to gui/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar
  • Date: 2009-05-04 16:57:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090504165718-n1zoumojon6ysq0c
Tags: 0.0.18.5-0ubuntu1
* Upgraded package to newer upstream version (LP: #367735)
* debian/control
  - add Build-dep on libreadline5-dev, fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
48
44
DIST_SOURCES =
49
45
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50
46
ACLOCAL = @ACLOCAL@
51
 
AMDEP_FALSE = @AMDEP_FALSE@
52
 
AMDEP_TRUE = @AMDEP_TRUE@
53
47
AMTAR = @AMTAR@
54
48
AR = @AR@
55
49
AUTOCONF = @AUTOCONF@
69
63
DEFS = @DEFS@
70
64
DEPDIR = @DEPDIR@
71
65
DSYMUTIL = @DSYMUTIL@
72
 
ECHO = @ECHO@
 
66
DUMPBIN = @DUMPBIN@
73
67
ECHO_C = @ECHO_C@
74
68
ECHO_N = @ECHO_N@
75
69
ECHO_T = @ECHO_T@
76
70
EGREP = @EGREP@
77
71
EXEEXT = @EXEEXT@
78
 
F77 = @F77@
79
 
FFLAGS = @FFLAGS@
 
72
FGREP = @FGREP@
80
73
GLIB_DEPS_CFLAGS = @GLIB_DEPS_CFLAGS@
81
74
GLIB_DEPS_LIBS = @GLIB_DEPS_LIBS@
82
75
GREP = @GREP@
83
76
GUI_DEPS_CFLAGS = @GUI_DEPS_CFLAGS@
84
77
GUI_DEPS_LIBS = @GUI_DEPS_LIBS@
 
78
INSTALL = @INSTALL@
85
79
INSTALL_DATA = @INSTALL_DATA@
86
80
INSTALL_PROGRAM = @INSTALL_PROGRAM@
87
81
INSTALL_SCRIPT = @INSTALL_SCRIPT@
92
86
JACK_MIDI_DEPS_LIBS = @JACK_MIDI_DEPS_LIBS@
93
87
LASH_DEPS_CFLAGS = @LASH_DEPS_CFLAGS@
94
88
LASH_DEPS_LIBS = @LASH_DEPS_LIBS@
 
89
LD = @LD@
95
90
LDFLAGS = @LDFLAGS@
96
91
LIBOBJS = @LIBOBJS@
97
92
LIBS = @LIBS@
98
93
LIBTOOL = @LIBTOOL@
 
94
LIPO = @LIPO@
99
95
LN_S = @LN_S@
100
96
LTLIBOBJS = @LTLIBOBJS@
101
97
LV2_DEPS_CFLAGS = @LV2_DEPS_CFLAGS@
102
98
LV2_DEPS_LIBS = @LV2_DEPS_LIBS@
103
99
MAKEINFO = @MAKEINFO@
 
100
MKDIR_P = @MKDIR_P@
 
101
NM = @NM@
104
102
NMEDIT = @NMEDIT@
 
103
OBJDUMP = @OBJDUMP@
105
104
OBJEXT = @OBJEXT@
 
105
OTOOL = @OTOOL@
 
106
OTOOL64 = @OTOOL64@
106
107
PACKAGE = @PACKAGE@
107
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
108
109
PACKAGE_NAME = @PACKAGE_NAME@
116
117
SET_MAKE = @SET_MAKE@
117
118
SHELL = @SHELL@
118
119
STRIP = @STRIP@
119
 
USE_DEBUG_FALSE = @USE_DEBUG_FALSE@
120
 
USE_DEBUG_TRUE = @USE_DEBUG_TRUE@
121
 
USE_DSSI_FALSE = @USE_DSSI_FALSE@
122
 
USE_DSSI_GUI_FALSE = @USE_DSSI_GUI_FALSE@
123
 
USE_DSSI_GUI_TRUE = @USE_DSSI_GUI_TRUE@
124
 
USE_DSSI_TRUE = @USE_DSSI_TRUE@
125
 
USE_GUI_FALSE = @USE_GUI_FALSE@
126
 
USE_GUI_TRUE = @USE_GUI_TRUE@
127
 
USE_JACK_FALSE = @USE_JACK_FALSE@
128
 
USE_JACK_TRUE = @USE_JACK_TRUE@
129
 
USE_LADSPA_FALSE = @USE_LADSPA_FALSE@
130
 
USE_LADSPA_TRUE = @USE_LADSPA_TRUE@
131
 
USE_LASH_FALSE = @USE_LASH_FALSE@
132
 
USE_LASH_TRUE = @USE_LASH_TRUE@
133
 
USE_LV2_FALSE = @USE_LV2_FALSE@
134
 
USE_LV2_GUI_FALSE = @USE_LV2_GUI_FALSE@
135
 
USE_LV2_GUI_TRUE = @USE_LV2_GUI_TRUE@
136
 
USE_LV2_TRUE = @USE_LV2_TRUE@
137
120
VERSION = @VERSION@
 
121
abs_builddir = @abs_builddir@
 
122
abs_srcdir = @abs_srcdir@
 
123
abs_top_builddir = @abs_top_builddir@
 
124
abs_top_srcdir = @abs_top_srcdir@
138
125
ac_ct_CC = @ac_ct_CC@
139
126
ac_ct_CXX = @ac_ct_CXX@
140
 
ac_ct_F77 = @ac_ct_F77@
141
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
127
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
145
128
am__include = @am__include@
146
129
am__leading_dot = @am__leading_dot@
147
130
am__quote = @am__quote@
153
136
build_cpu = @build_cpu@
154
137
build_os = @build_os@
155
138
build_vendor = @build_vendor@
 
139
builddir = @builddir@
156
140
datadir = @datadir@
157
141
datarootdir = @datarootdir@
158
142
docdir = @docdir@
171
155
libexecdir = @libexecdir@
172
156
localedir = @localedir@
173
157
localstatedir = @localstatedir@
 
158
lt_ECHO = @lt_ECHO@
174
159
mandir = @mandir@
175
160
mkdir_p = @mkdir_p@
176
161
oldincludedir = @oldincludedir@
180
165
psdir = @psdir@
181
166
sbindir = @sbindir@
182
167
sharedstatedir = @sharedstatedir@
 
168
srcdir = @srcdir@
183
169
sysconfdir = @sysconfdir@
184
170
target_alias = @target_alias@
 
171
top_build_prefix = @top_build_prefix@
 
172
top_builddir = @top_builddir@
 
173
top_srcdir = @top_srcdir@
185
174
with_dssi_dir = @with_dssi_dir@
186
175
with_ladspa_dir = @with_ladspa_dir@
187
176
with_ladspa_rdf_dir = @with_ladspa_rdf_dir@
194
183
        @for dep in $?; do \
195
184
          case '$(am__configure_deps)' in \
196
185
            *$$dep*) \
197
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
198
 
                && exit 0; \
 
186
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
187
                && { if test -f $@; then exit 0; else break; fi; }; \
199
188
              exit 1;; \
200
189
          esac; \
201
190
        done; \
225
214
 
226
215
clean-libtool:
227
216
        -rm -rf .libs _libs
228
 
 
229
 
distclean-libtool:
230
 
        -rm -f libtool
231
 
uninstall-info-am:
232
217
tags: TAGS
233
218
TAGS:
234
219
 
237
222
 
238
223
 
239
224
distdir: $(DISTFILES)
240
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
241
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
242
 
        list='$(DISTFILES)'; for file in $$list; do \
243
 
          case $$file in \
244
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
245
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
246
 
          esac; \
 
225
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
226
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
227
        list='$(DISTFILES)'; \
 
228
          dist_files=`for file in $$list; do echo $$file; done | \
 
229
          sed -e "s|^$$srcdirstrip/||;t" \
 
230
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
231
        case $$dist_files in \
 
232
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
233
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
234
                           sort -u` ;; \
 
235
        esac; \
 
236
        for file in $$dist_files; do \
247
237
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
248
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
249
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
250
 
            dir="/$$dir"; \
251
 
            $(mkdir_p) "$(distdir)$$dir"; \
252
 
          else \
253
 
            dir=''; \
254
 
          fi; \
255
238
          if test -d $$d/$$file; then \
 
239
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
256
240
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
257
241
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
258
242
            fi; \
297
281
 
298
282
distclean: distclean-am
299
283
        -rm -f Makefile
300
 
distclean-am: clean-am distclean-generic distclean-libtool
 
284
distclean-am: clean-am distclean-generic
301
285
 
302
286
dvi: dvi-am
303
287
 
311
295
 
312
296
install-data-am:
313
297
 
 
298
install-dvi: install-dvi-am
 
299
 
314
300
install-exec-am:
315
301
 
 
302
install-html: install-html-am
 
303
 
316
304
install-info: install-info-am
317
305
 
318
306
install-man:
319
307
 
 
308
install-pdf: install-pdf-am
 
309
 
 
310
install-ps: install-ps-am
 
311
 
320
312
installcheck-am:
321
313
 
322
314
maintainer-clean: maintainer-clean-am
335
327
 
336
328
ps-am:
337
329
 
338
 
uninstall-am: uninstall-info-am
 
330
uninstall-am:
 
331
 
 
332
.MAKE: install-am install-strip
339
333
 
340
334
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
341
335
        distclean distclean-generic distclean-libtool distdir dvi \
342
336
        dvi-am html html-am info info-am install install-am \
343
 
        install-data install-data-am install-exec install-exec-am \
344
 
        install-info install-info-am install-man install-strip \
 
337
        install-data install-data-am install-dvi install-dvi-am \
 
338
        install-exec install-exec-am install-html install-html-am \
 
339
        install-info install-info-am install-man install-pdf \
 
340
        install-pdf-am install-ps install-ps-am install-strip \
345
341
        installcheck installcheck-am installdirs maintainer-clean \
346
342
        maintainer-clean-generic mostlyclean mostlyclean-generic \
347
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
348
 
        uninstall-info-am
 
343
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
349
344
 
350
345
# Tell versions [3.59,3.63) of GNU make to not export all variables.
351
346
# Otherwise a system limit (for SysV at least) may be exceeded.