~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

2.3.2 by Jordi Mallach, Elimar Riesebieter, Jordi Mallach
* New upstream release.
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1 by Jordi Mallach
Import upstream version 1.0.8
2
# @configure_input@
3
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by Jordi Mallach
Import upstream version 1.0.8
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by Jordi Mallach
Import upstream version 1.0.8
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
34
build_triplet = @build@
35
host_triplet = @host@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
36
subdir = src/pcm/scopes
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
	$(top_srcdir)/configure.in
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
	$(ACLOCAL_M4)
43
mkinstalldirs = $(install_sh) -d
44
CONFIG_HEADER = $(top_builddir)/include/config.h
45
CONFIG_CLEAN_FILES =
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
46
CONFIG_CLEAN_VPATH_FILES =
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
am__vpath_adj = case $$p in \
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
    *) f=$$p;; \
51
  esac;
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53
am__install_max = 40
54
am__nobase_strip_setup = \
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56
am__nobase_strip = \
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
am__nobase_list = $(am__nobase_strip_setup); \
59
  for p in $$list; do echo "$$p $$p"; done | \
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
    if (++n[$$2] == $(am__install_max)) \
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
    END { for (dir in files) print dir, files[dir] }'
65
am__base_list = \
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
68
am__installdirs = "$(DESTDIR)$(pkglibdir)"
69
LTLIBRARIES = $(pkglib_LTLIBRARIES)
70
scope_level_la_DEPENDENCIES =
71
am_scope_level_la_OBJECTS = level.lo
72
scope_level_la_OBJECTS = $(am_scope_level_la_OBJECTS)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
73
AM_V_lt = $(am__v_lt_$(V))
74
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
75
am__v_lt_0 = --silent
76
scope_level_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
77
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
78
	$(AM_CFLAGS) $(CFLAGS) $(scope_level_la_LDFLAGS) $(LDFLAGS) -o \
79
	$@
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
81
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
am__depfiles_maybe = depfiles
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
83
am__mv = mv -f
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
86
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
87
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
88
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89
	$(AM_CFLAGS) $(CFLAGS)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
90
AM_V_CC = $(am__v_CC_$(V))
91
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
92
am__v_CC_0 = @echo "  CC    " $@;
93
AM_V_at = $(am__v_at_$(V))
94
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
95
am__v_at_0 = @
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
96
CCLD = $(CC)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
97
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
98
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
99
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
100
AM_V_CCLD = $(am__v_CCLD_$(V))
101
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
102
am__v_CCLD_0 = @echo "  CCLD  " $@;
103
AM_V_GEN = $(am__v_GEN_$(V))
104
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
105
am__v_GEN_0 = @echo "  GEN   " $@;
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
106
SOURCES = $(scope_level_la_SOURCES)
107
DIST_SOURCES = $(scope_level_la_SOURCES)
108
ETAGS = etags
109
CTAGS = ctags
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.2 by Matthias Klose
Import upstream version 1.0.10
111
pkglibdir = $(libdir)/@PACKAGE@/scopes
1 by Jordi Mallach
Import upstream version 1.0.8
112
ACLOCAL = @ACLOCAL@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
113
ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
114
ALSA_DEPLIBS = @ALSA_DEPLIBS@
115
ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
1 by Jordi Mallach
Import upstream version 1.0.8
116
AMTAR = @AMTAR@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
117
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Jordi Mallach
Import upstream version 1.0.8
118
AR = @AR@
119
AUTOCONF = @AUTOCONF@
120
AUTOHEADER = @AUTOHEADER@
121
AUTOMAKE = @AUTOMAKE@
122
AWK = @AWK@
123
CC = @CC@
124
CCDEPMODE = @CCDEPMODE@
125
CFLAGS = @CFLAGS@
126
CPP = @CPP@
127
CPPFLAGS = @CPPFLAGS@
128
CYGPATH_W = @CYGPATH_W@
129
DEFS = @DEFS@
130
DEPDIR = @DEPDIR@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
131
DSYMUTIL = @DSYMUTIL@
132
DUMPBIN = @DUMPBIN@
1 by Jordi Mallach
Import upstream version 1.0.8
133
ECHO_C = @ECHO_C@
134
ECHO_N = @ECHO_N@
135
ECHO_T = @ECHO_T@
136
EGREP = @EGREP@
137
EXEEXT = @EXEEXT@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
138
FGREP = @FGREP@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
139
GREP = @GREP@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
140
INSTALL = @INSTALL@
1 by Jordi Mallach
Import upstream version 1.0.8
141
INSTALL_DATA = @INSTALL_DATA@
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
145
LD = @LD@
1 by Jordi Mallach
Import upstream version 1.0.8
146
LDFLAGS = @LDFLAGS@
147
LIBOBJS = @LIBOBJS@
148
LIBS = @LIBS@
149
LIBTOOL = @LIBTOOL@
150
LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
151
LIPO = @LIPO@
1 by Jordi Mallach
Import upstream version 1.0.8
152
LN_S = @LN_S@
153
LTLIBOBJS = @LTLIBOBJS@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
154
MAINT = @MAINT@
1 by Jordi Mallach
Import upstream version 1.0.8
155
MAKEINFO = @MAKEINFO@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
156
MKDIR_P = @MKDIR_P@
157
NM = @NM@
158
NMEDIT = @NMEDIT@
159
OBJDUMP = @OBJDUMP@
1 by Jordi Mallach
Import upstream version 1.0.8
160
OBJEXT = @OBJEXT@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
161
OTOOL = @OTOOL@
162
OTOOL64 = @OTOOL64@
1 by Jordi Mallach
Import upstream version 1.0.8
163
PACKAGE = @PACKAGE@
164
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165
PACKAGE_NAME = @PACKAGE_NAME@
166
PACKAGE_STRING = @PACKAGE_STRING@
167
PACKAGE_TARNAME = @PACKAGE_TARNAME@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
168
PACKAGE_URL = @PACKAGE_URL@
1 by Jordi Mallach
Import upstream version 1.0.8
169
PACKAGE_VERSION = @PACKAGE_VERSION@
170
PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.6 by Daniel T Chen
Import upstream version 1.0.15
171
PYTHON_INCLUDES = @PYTHON_INCLUDES@
172
PYTHON_LIBS = @PYTHON_LIBS@
1 by Jordi Mallach
Import upstream version 1.0.8
173
RANLIB = @RANLIB@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
174
SED = @SED@
1 by Jordi Mallach
Import upstream version 1.0.8
175
SET_MAKE = @SET_MAKE@
176
SHELL = @SHELL@
177
SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
178
SND_LIB_MAJOR = @SND_LIB_MAJOR@
179
SND_LIB_MINOR = @SND_LIB_MINOR@
180
SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
181
SND_LIB_VERSION = @SND_LIB_VERSION@
182
STRIP = @STRIP@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
183
SYMBOL_PREFIX = @SYMBOL_PREFIX@
1 by Jordi Mallach
Import upstream version 1.0.8
184
VERSION = @VERSION@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
185
abs_builddir = @abs_builddir@
186
abs_srcdir = @abs_srcdir@
187
abs_top_builddir = @abs_top_builddir@
188
abs_top_srcdir = @abs_top_srcdir@
1 by Jordi Mallach
Import upstream version 1.0.8
189
ac_ct_CC = @ac_ct_CC@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
190
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1 by Jordi Mallach
Import upstream version 1.0.8
191
am__include = @am__include@
192
am__leading_dot = @am__leading_dot@
193
am__quote = @am__quote@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
194
am__tar = @am__tar@
195
am__untar = @am__untar@
1 by Jordi Mallach
Import upstream version 1.0.8
196
bindir = @bindir@
197
build = @build@
198
build_alias = @build_alias@
199
build_cpu = @build_cpu@
200
build_os = @build_os@
201
build_vendor = @build_vendor@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
202
builddir = @builddir@
1 by Jordi Mallach
Import upstream version 1.0.8
203
datadir = @datadir@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
204
datarootdir = @datarootdir@
205
docdir = @docdir@
206
dvidir = @dvidir@
1 by Jordi Mallach
Import upstream version 1.0.8
207
exec_prefix = @exec_prefix@
208
host = @host@
209
host_alias = @host_alias@
210
host_cpu = @host_cpu@
211
host_os = @host_os@
212
host_vendor = @host_vendor@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
213
htmldir = @htmldir@
1 by Jordi Mallach
Import upstream version 1.0.8
214
includedir = @includedir@
215
infodir = @infodir@
216
install_sh = @install_sh@
217
libdir = @libdir@
218
libexecdir = @libexecdir@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
219
localedir = @localedir@
1 by Jordi Mallach
Import upstream version 1.0.8
220
localstatedir = @localstatedir@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
221
lt_ECHO = @lt_ECHO@
1 by Jordi Mallach
Import upstream version 1.0.8
222
mandir = @mandir@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
223
mkdir_p = @mkdir_p@
1 by Jordi Mallach
Import upstream version 1.0.8
224
oldincludedir = @oldincludedir@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
225
pdfdir = @pdfdir@
1 by Jordi Mallach
Import upstream version 1.0.8
226
prefix = @prefix@
227
program_transform_name = @program_transform_name@
1.1.5 by Daniel T Chen
Import upstream version 1.0.14
228
psdir = @psdir@
1 by Jordi Mallach
Import upstream version 1.0.8
229
sbindir = @sbindir@
230
sharedstatedir = @sharedstatedir@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
231
srcdir = @srcdir@
1 by Jordi Mallach
Import upstream version 1.0.8
232
sysconfdir = @sysconfdir@
233
target_alias = @target_alias@
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
234
top_build_prefix = @top_build_prefix@
235
top_builddir = @top_builddir@
236
top_srcdir = @top_srcdir@
1 by Jordi Mallach
Import upstream version 1.0.8
237
AM_CFLAGS = -g -O2 -W -Wall
1.1.2 by Matthias Klose
Import upstream version 1.0.10
238
pkglib_LTLIBRARIES = scope-level.la
239
scope_level_la_SOURCES = level.c
240
scope_level_la_LDFLAGS = -module
241
scope_level_la_LIBADD = -lncurses
1 by Jordi Mallach
Import upstream version 1.0.8
242
all: all-am
243
244
.SUFFIXES:
245
.SUFFIXES: .c .lo .o .obj
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
246
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
247
	@for dep in $?; do \
248
	  case '$(am__configure_deps)' in \
249
	    *$$dep*) \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
250
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
251
	        && { if test -f $@; then exit 0; else break; fi; }; \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
252
	      exit 1;; \
253
	  esac; \
254
	done; \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
255
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pcm/scopes/Makefile'; \
256
	$(am__cd) $(top_srcdir) && \
257
	  $(AUTOMAKE) --foreign src/pcm/scopes/Makefile
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
258
.PRECIOUS: Makefile
259
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260
	@case '$?' in \
261
	  *config.status*) \
262
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
263
	  *) \
264
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
265
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
266
	esac;
267
268
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
271
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
$(am__aclocal_m4_deps):
1 by Jordi Mallach
Import upstream version 1.0.8
276
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
277
	@$(NORMAL_INSTALL)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
278
	test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
279
	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
280
	list2=; for p in $$list; do \
1 by Jordi Mallach
Import upstream version 1.0.8
281
	  if test -f $$p; then \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
282
	    list2="$$list2 $$p"; \
1 by Jordi Mallach
Import upstream version 1.0.8
283
	  else :; fi; \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
284
	done; \
285
	test -z "$$list2" || { \
286
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
287
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
288
	}
1 by Jordi Mallach
Import upstream version 1.0.8
289
290
uninstall-pkglibLTLIBRARIES:
291
	@$(NORMAL_UNINSTALL)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
292
	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
293
	for p in $$list; do \
294
	  $(am__strip_dir) \
295
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
296
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
1 by Jordi Mallach
Import upstream version 1.0.8
297
	done
298
299
clean-pkglibLTLIBRARIES:
300
	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
301
	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
302
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
303
	  test "$$dir" != "$$p" || dir=.; \
1 by Jordi Mallach
Import upstream version 1.0.8
304
	  echo "rm -f \"$${dir}/so_locations\""; \
305
	  rm -f "$${dir}/so_locations"; \
306
	done
1.1.2 by Matthias Klose
Import upstream version 1.0.10
307
scope-level.la: $(scope_level_la_OBJECTS) $(scope_level_la_DEPENDENCIES) 
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
308
	$(AM_V_CCLD)$(scope_level_la_LINK) -rpath $(pkglibdir) $(scope_level_la_OBJECTS) $(scope_level_la_LIBADD) $(LIBS)
1 by Jordi Mallach
Import upstream version 1.0.8
309
310
mostlyclean-compile:
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
311
	-rm -f *.$(OBJEXT)
1 by Jordi Mallach
Import upstream version 1.0.8
312
313
distclean-compile:
314
	-rm -f *.tab.c
315
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/level.Plo@am__quote@
317
318
.c.o:
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
319
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
320
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
321
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Jordi Mallach
Import upstream version 1.0.8
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
1 by Jordi Mallach
Import upstream version 1.0.8
325
326
.c.obj:
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
327
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
328
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Jordi Mallach
Import upstream version 1.0.8
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
1 by Jordi Mallach
Import upstream version 1.0.8
333
334
.c.lo:
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
335
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
337
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Jordi Mallach
Import upstream version 1.0.8
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
1 by Jordi Mallach
Import upstream version 1.0.8
341
342
mostlyclean-libtool:
343
	-rm -f *.lo
344
345
clean-libtool:
346
	-rm -rf .libs _libs
347
348
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
	unique=`for i in $$list; do \
351
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
	  done | \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
353
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Jordi Mallach
Import upstream version 1.0.8
355
	mkid -fID $$unique
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
356
tags: TAGS
1 by Jordi Mallach
Import upstream version 1.0.8
357
358
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
		$(TAGS_FILES) $(LISP)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
360
	set x; \
1 by Jordi Mallach
Import upstream version 1.0.8
361
	here=`pwd`; \
362
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
363
	unique=`for i in $$list; do \
364
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
	  done | \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
366
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
368
	shift; \
369
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
370
	  test -n "$$unique" || unique=$$empty_fix; \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
371
	  if test $$# -gt 0; then \
372
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373
	      "$$@" $$unique; \
374
	  else \
375
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376
	      $$unique; \
377
	  fi; \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
378
	fi
1 by Jordi Mallach
Import upstream version 1.0.8
379
ctags: CTAGS
380
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
		$(TAGS_FILES) $(LISP)
382
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
	unique=`for i in $$list; do \
384
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
	  done | \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
386
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
388
	test -z "$(CTAGS_ARGS)$$unique" \
1 by Jordi Mallach
Import upstream version 1.0.8
389
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
390
	     $$unique
1 by Jordi Mallach
Import upstream version 1.0.8
391
392
GTAGS:
393
	here=`$(am__cd) $(top_builddir) && pwd` \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
394
	  && $(am__cd) $(top_srcdir) \
395
	  && gtags -i $(GTAGS_ARGS) "$$here"
1 by Jordi Mallach
Import upstream version 1.0.8
396
397
distclean-tags:
398
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
399
400
distdir: $(DISTFILES)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
401
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403
	list='$(DISTFILES)'; \
404
	  dist_files=`for file in $$list; do echo $$file; done | \
405
	  sed -e "s|^$$srcdirstrip/||;t" \
406
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407
	case $$dist_files in \
408
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
409
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410
			   sort -u` ;; \
411
	esac; \
412
	for file in $$dist_files; do \
1 by Jordi Mallach
Import upstream version 1.0.8
413
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414
	  if test -d $$d/$$file; then \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
415
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416
	    if test -d "$(distdir)/$$file"; then \
417
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418
	    fi; \
1 by Jordi Mallach
Import upstream version 1.0.8
419
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
420
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by Jordi Mallach
Import upstream version 1.0.8
422
	    fi; \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
423
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Jordi Mallach
Import upstream version 1.0.8
424
	  else \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
425
	    test -f "$(distdir)/$$file" \
426
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by Jordi Mallach
Import upstream version 1.0.8
427
	    || exit 1; \
428
	  fi; \
429
	done
430
check-am: all-am
431
check: check-am
432
all-am: Makefile $(LTLIBRARIES)
433
installdirs:
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
434
	for dir in "$(DESTDIR)$(pkglibdir)"; do \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
435
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
436
	done
1 by Jordi Mallach
Import upstream version 1.0.8
437
install: install-am
438
install-exec: install-exec-am
439
install-data: install-data-am
440
uninstall: uninstall-am
441
442
install-am: all-am
443
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
444
445
installcheck: installcheck-am
446
install-strip:
447
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
448
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1 by Jordi Mallach
Import upstream version 1.0.8
449
	  `test -z '$(STRIP)' || \
450
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
451
mostlyclean-generic:
452
453
clean-generic:
454
455
distclean-generic:
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
456
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
457
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by Jordi Mallach
Import upstream version 1.0.8
458
459
maintainer-clean-generic:
460
	@echo "This command is intended for maintainers to use"
461
	@echo "it deletes files that may require special tools to rebuild."
462
clean: clean-am
463
464
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
465
	mostlyclean-am
466
467
distclean: distclean-am
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
468
	-rm -rf ./$(DEPDIR)
469
	-rm -f Makefile
470
distclean-am: clean-am distclean-compile distclean-generic \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
471
	distclean-tags
1 by Jordi Mallach
Import upstream version 1.0.8
472
473
dvi: dvi-am
474
475
dvi-am:
476
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
477
html: html-am
478
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
479
html-am:
480
1 by Jordi Mallach
Import upstream version 1.0.8
481
info: info-am
482
483
info-am:
484
485
install-data-am:
486
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
487
install-dvi: install-dvi-am
488
489
install-dvi-am:
490
1 by Jordi Mallach
Import upstream version 1.0.8
491
install-exec-am: install-pkglibLTLIBRARIES
492
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
493
install-html: install-html-am
494
495
install-html-am:
496
1 by Jordi Mallach
Import upstream version 1.0.8
497
install-info: install-info-am
498
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
499
install-info-am:
500
1 by Jordi Mallach
Import upstream version 1.0.8
501
install-man:
502
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
503
install-pdf: install-pdf-am
504
505
install-pdf-am:
506
507
install-ps: install-ps-am
508
509
install-ps-am:
510
1 by Jordi Mallach
Import upstream version 1.0.8
511
installcheck-am:
512
513
maintainer-clean: maintainer-clean-am
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
514
	-rm -rf ./$(DEPDIR)
515
	-rm -f Makefile
1 by Jordi Mallach
Import upstream version 1.0.8
516
maintainer-clean-am: distclean-am maintainer-clean-generic
517
518
mostlyclean: mostlyclean-am
519
520
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
521
	mostlyclean-libtool
522
523
pdf: pdf-am
524
525
pdf-am:
526
527
ps: ps-am
528
529
ps-am:
530
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
531
uninstall-am: uninstall-pkglibLTLIBRARIES
532
533
.MAKE: install-am install-strip
1 by Jordi Mallach
Import upstream version 1.0.8
534
535
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
536
	clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
537
	distclean-compile distclean-generic distclean-libtool \
538
	distclean-tags distdir dvi dvi-am html html-am info info-am \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
539
	install install-am install-data install-data-am install-dvi \
540
	install-dvi-am install-exec install-exec-am install-html \
541
	install-html-am install-info install-info-am install-man \
542
	install-pdf install-pdf-am install-pkglibLTLIBRARIES \
543
	install-ps install-ps-am install-strip installcheck \
1.1.3 by Daniel T Chen
Import upstream version 1.0.11
544
	installcheck-am installdirs maintainer-clean \
1 by Jordi Mallach
Import upstream version 1.0.8
545
	maintainer-clean-generic mostlyclean mostlyclean-compile \
546
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2.2.5 by Jordi Mallach, Jordi Mallach, Daniel T Chen, Elimar Riesebieter
* New upstream release. (Closes: #549531)
547
	tags uninstall uninstall-am uninstall-pkglibLTLIBRARIES
548
1 by Jordi Mallach
Import upstream version 1.0.8
549
550
# Tell versions [3.59,3.63) of GNU make to not export all variables.
551
# Otherwise a system limit (for SysV at least) may be exceeded.
552
.NOEXPORT: