3297 |
kaklik |
1 |
# Makefile.in generated by automake 1.11 from Makefile.am. |
|
|
2 |
# Makefile. Generated from Makefile.in by configure. |
|
|
3 |
|
|
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|
|
5 |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
|
|
6 |
# Inc. |
|
|
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 |
|
|
|
17 |
|
|
|
18 |
pkgdatadir = $(datadir)/sonar |
|
|
19 |
pkgincludedir = $(includedir)/sonar |
|
|
20 |
pkglibdir = $(libdir)/sonar |
|
|
21 |
pkglibexecdir = $(libexecdir)/sonar |
|
|
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 = i686-pc-linux-gnu |
|
|
35 |
host_triplet = i686-pc-linux-gnu |
|
|
36 |
subdir = . |
|
|
37 |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
|
|
38 |
$(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
|
|
39 |
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
|
|
40 |
TODO config.guess config.sub depcomp install-sh ltmain.sh \ |
|
|
41 |
missing mkinstalldirs |
|
|
42 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
43 |
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
|
|
44 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
|
45 |
$(ACLOCAL_M4) |
|
|
46 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
|
|
47 |
configure.lineno config.status.lineno |
|
|
48 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
|
49 |
CONFIG_HEADER = config.h |
|
|
50 |
CONFIG_CLEAN_FILES = |
|
|
51 |
CONFIG_CLEAN_VPATH_FILES = |
|
|
52 |
SOURCES = |
|
|
53 |
DIST_SOURCES = |
|
|
54 |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|
|
55 |
html-recursive info-recursive install-data-recursive \ |
|
|
56 |
install-dvi-recursive install-exec-recursive \ |
|
|
57 |
install-html-recursive install-info-recursive \ |
|
|
58 |
install-pdf-recursive install-ps-recursive install-recursive \ |
|
|
59 |
installcheck-recursive installdirs-recursive pdf-recursive \ |
|
|
60 |
ps-recursive uninstall-recursive |
|
|
61 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
|
|
62 |
distclean-recursive maintainer-clean-recursive |
|
|
63 |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|
|
64 |
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|
|
65 |
distdir dist dist-all distcheck |
|
|
66 |
ETAGS = etags |
|
|
67 |
CTAGS = ctags |
|
|
68 |
DIST_SUBDIRS = $(SUBDIRS) |
|
|
69 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
|
70 |
distdir = $(PACKAGE)-$(VERSION) |
|
|
71 |
top_distdir = $(distdir) |
|
|
72 |
am__remove_distdir = \ |
|
|
73 |
{ test ! -d "$(distdir)" \ |
|
|
74 |
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|
|
75 |
&& rm -fr "$(distdir)"; }; } |
|
|
76 |
am__relativize = \ |
|
|
77 |
dir0=`pwd`; \ |
|
|
78 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
|
|
79 |
sed_rest='s,^[^/]*/*,,'; \ |
|
|
80 |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
|
|
81 |
sed_butlast='s,/*[^/]*$$,,'; \ |
|
|
82 |
while test -n "$$dir1"; do \ |
|
|
83 |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
|
|
84 |
if test "$$first" != "."; then \ |
|
|
85 |
if test "$$first" = ".."; then \ |
|
|
86 |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
|
|
87 |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
|
|
88 |
else \ |
|
|
89 |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
|
|
90 |
if test "$$first2" = "$$first"; then \ |
|
|
91 |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
|
|
92 |
else \ |
|
|
93 |
dir2="../$$dir2"; \ |
|
|
94 |
fi; \ |
|
|
95 |
dir0="$$dir0"/"$$first"; \ |
|
|
96 |
fi; \ |
|
|
97 |
fi; \ |
|
|
98 |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
|
|
99 |
done; \ |
|
|
100 |
reldir="$$dir2" |
|
|
101 |
DIST_ARCHIVES = $(distdir).tar.gz |
|
|
102 |
GZIP_ENV = --best |
|
|
103 |
distuninstallcheck_listfiles = find . -type f -print |
|
|
104 |
distcleancheck_listfiles = find . -type f -print |
|
|
105 |
ACLOCAL = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run aclocal-1.11 |
|
|
106 |
AMTAR = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run tar |
|
|
107 |
AR = ar |
|
|
108 |
AUTOCONF = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run autoconf |
|
|
109 |
AUTOHEADER = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run autoheader |
|
|
110 |
AUTOMAKE = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run automake-1.11 |
|
|
111 |
AWK = gawk |
|
|
112 |
CC = gcc |
|
|
113 |
CCDEPMODE = depmode=gcc3 |
|
|
114 |
CFLAGS = -g -O2 |
|
|
115 |
CPP = gcc -E |
|
|
116 |
CPPFLAGS = |
|
|
117 |
CYGPATH_W = echo |
|
|
118 |
DEFS = -DHAVE_CONFIG_H |
|
|
119 |
DEPDIR = .deps |
|
|
120 |
DSYMUTIL = |
|
|
121 |
DUMPBIN = |
|
|
122 |
ECHO_C = |
|
|
123 |
ECHO_N = -n |
|
|
124 |
ECHO_T = |
|
|
125 |
EGREP = /bin/grep -E |
|
|
126 |
EXEEXT = |
|
|
127 |
FGREP = /bin/grep -F |
|
|
128 |
GREP = /bin/grep |
|
|
129 |
INSTALL = /usr/bin/install -c |
|
|
130 |
INSTALL_DATA = ${INSTALL} -m 644 |
|
|
131 |
INSTALL_PROGRAM = ${INSTALL} |
|
|
132 |
INSTALL_SCRIPT = ${INSTALL} |
|
|
133 |
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
|
|
134 |
LD = /usr/bin/ld |
|
|
135 |
LDFLAGS = -lasound -lfftw3 |
|
|
136 |
LIBOBJS = |
|
|
137 |
LIBS = |
|
|
138 |
LIBTOOL = $(SHELL) $(top_builddir)/libtool |
|
|
139 |
LIPO = |
|
|
140 |
LN_S = ln -s |
|
|
141 |
LTLIBOBJS = |
|
|
142 |
MAKEINFO = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/missing --run makeinfo |
|
|
143 |
MKDIR_P = /bin/mkdir -p |
|
|
144 |
NM = /usr/bin/nm -B |
|
|
145 |
NMEDIT = |
|
|
146 |
OBJDUMP = objdump |
|
|
147 |
OBJEXT = o |
|
|
148 |
OTOOL = |
|
|
149 |
OTOOL64 = |
|
|
150 |
PACKAGE = sonar |
|
|
151 |
PACKAGE_BUGREPORT = |
|
|
152 |
PACKAGE_NAME = |
|
|
153 |
PACKAGE_STRING = |
|
|
154 |
PACKAGE_TARNAME = |
|
|
155 |
PACKAGE_URL = |
|
|
156 |
PACKAGE_VERSION = |
|
|
157 |
PATH_SEPARATOR = : |
|
|
158 |
RANLIB = ranlib |
|
|
159 |
SED = /bin/sed |
|
|
160 |
SET_MAKE = |
|
|
161 |
SHELL = /bin/bash |
|
|
162 |
STRIP = strip |
|
|
163 |
VERSION = 0.1 |
|
|
164 |
abs_builddir = /home/kaklik/svnRobozor/testy/echo/SW/sonar |
|
|
165 |
abs_srcdir = /home/kaklik/svnRobozor/testy/echo/SW/sonar |
|
|
166 |
abs_top_builddir = /home/kaklik/svnRobozor/testy/echo/SW/sonar |
|
|
167 |
abs_top_srcdir = /home/kaklik/svnRobozor/testy/echo/SW/sonar |
|
|
168 |
ac_ct_CC = gcc |
|
|
169 |
ac_ct_DUMPBIN = |
|
|
170 |
am__include = include |
|
|
171 |
am__leading_dot = . |
|
|
172 |
am__quote = |
|
|
173 |
am__tar = ${AMTAR} chof - "$$tardir" |
|
|
174 |
am__untar = ${AMTAR} xf - |
|
|
175 |
bindir = ${exec_prefix}/bin |
|
|
176 |
build = i686-pc-linux-gnu |
|
|
177 |
build_alias = |
|
|
178 |
build_cpu = i686 |
|
|
179 |
build_os = linux-gnu |
|
|
180 |
build_vendor = pc |
|
|
181 |
builddir = . |
|
|
182 |
datadir = ${datarootdir} |
|
|
183 |
datarootdir = ${prefix}/share |
|
|
184 |
docdir = ${datarootdir}/doc/${PACKAGE} |
|
|
185 |
dvidir = ${docdir} |
|
|
186 |
exec_prefix = ${prefix} |
|
|
187 |
host = i686-pc-linux-gnu |
|
|
188 |
host_alias = |
|
|
189 |
host_cpu = i686 |
|
|
190 |
host_os = linux-gnu |
|
|
191 |
host_vendor = pc |
|
|
192 |
htmldir = ${docdir} |
|
|
193 |
includedir = ${prefix}/include |
|
|
194 |
infodir = ${datarootdir}/info |
|
|
195 |
install_sh = ${SHELL} /home/kaklik/svnRobozor/testy/echo/SW/sonar/install-sh |
|
|
196 |
libdir = ${exec_prefix}/lib |
|
|
197 |
libexecdir = ${exec_prefix}/libexec |
|
|
198 |
localedir = ${datarootdir}/locale |
|
|
199 |
localstatedir = ${prefix}/var |
|
|
200 |
lt_ECHO = echo |
|
|
201 |
mandir = ${datarootdir}/man |
|
|
202 |
mkdir_p = /bin/mkdir -p |
|
|
203 |
oldincludedir = /usr/include |
|
|
204 |
pdfdir = ${docdir} |
|
|
205 |
prefix = /usr/local |
|
|
206 |
program_transform_name = s,x,x, |
|
|
207 |
psdir = ${docdir} |
|
|
208 |
sbindir = ${exec_prefix}/sbin |
|
|
209 |
sharedstatedir = ${prefix}/com |
|
|
210 |
srcdir = . |
|
|
211 |
sysconfdir = ${prefix}/etc |
|
|
212 |
target_alias = |
|
|
213 |
top_build_prefix = |
|
|
214 |
top_builddir = . |
|
|
215 |
top_srcdir = . |
|
|
216 |
|
|
|
217 |
# not a GNU package. You can remove this line, if |
|
|
218 |
# have all needed files, that a GNU package needs |
|
|
219 |
AUTOMAKE_OPTIONS = foreign 1.4 |
|
|
220 |
SUBDIRS = src |
|
|
221 |
all: config.h |
|
|
222 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
|
|
223 |
|
|
|
224 |
.SUFFIXES: |
|
|
225 |
am--refresh: |
|
|
226 |
@: |
|
|
227 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
|
228 |
@for dep in $?; do \ |
|
|
229 |
case '$(am__configure_deps)' in \ |
|
|
230 |
*$$dep*) \ |
|
|
231 |
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ |
|
|
232 |
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ |
|
|
233 |
&& exit 0; \ |
|
|
234 |
exit 1;; \ |
|
|
235 |
esac; \ |
|
|
236 |
done; \ |
|
|
237 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
|
|
238 |
$(am__cd) $(top_srcdir) && \ |
|
|
239 |
$(AUTOMAKE) --foreign Makefile |
|
|
240 |
.PRECIOUS: Makefile |
|
|
241 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
|
242 |
@case '$?' in \ |
|
|
243 |
*config.status*) \ |
|
|
244 |
echo ' $(SHELL) ./config.status'; \ |
|
|
245 |
$(SHELL) ./config.status;; \ |
|
|
246 |
*) \ |
|
|
247 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
|
|
248 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
|
|
249 |
esac; |
|
|
250 |
|
|
|
251 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
|
252 |
$(SHELL) ./config.status --recheck |
|
|
253 |
|
|
|
254 |
$(top_srcdir)/configure: $(am__configure_deps) |
|
|
255 |
$(am__cd) $(srcdir) && $(AUTOCONF) |
|
|
256 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
|
257 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
|
258 |
$(am__aclocal_m4_deps): |
|
|
259 |
|
|
|
260 |
config.h: stamp-h1 |
|
|
261 |
@if test ! -f $@; then \ |
|
|
262 |
rm -f stamp-h1; \ |
|
|
263 |
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ |
|
|
264 |
else :; fi |
|
|
265 |
|
|
|
266 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
|
|
267 |
@rm -f stamp-h1 |
|
|
268 |
cd $(top_builddir) && $(SHELL) ./config.status config.h |
|
|
269 |
$(srcdir)/config.h.in: $(am__configure_deps) |
|
|
270 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
|
|
271 |
rm -f stamp-h1 |
|
|
272 |
touch $@ |
|
|
273 |
|
|
|
274 |
distclean-hdr: |
|
|
275 |
-rm -f config.h stamp-h1 |
|
|
276 |
|
|
|
277 |
mostlyclean-libtool: |
|
|
278 |
-rm -f *.lo |
|
|
279 |
|
|
|
280 |
clean-libtool: |
|
|
281 |
-rm -rf .libs _libs |
|
|
282 |
|
|
|
283 |
distclean-libtool: |
|
|
284 |
-rm -f libtool config.lt |
|
|
285 |
|
|
|
286 |
# This directory's subdirectories are mostly independent; you can cd |
|
|
287 |
# into them and run `make' without going through this Makefile. |
|
|
288 |
# To change the values of `make' variables: instead of editing Makefiles, |
|
|
289 |
# (1) if the variable is set in `config.status', edit `config.status' |
|
|
290 |
# (which will cause the Makefiles to be regenerated when you run `make'); |
|
|
291 |
# (2) otherwise, pass the desired values on the `make' command line. |
|
|
292 |
$(RECURSIVE_TARGETS): |
|
|
293 |
@failcom='exit 1'; \ |
|
|
294 |
for f in x $$MAKEFLAGS; do \ |
|
|
295 |
case $$f in \ |
|
|
296 |
*=* | --[!k]*);; \ |
|
|
297 |
*k*) failcom='fail=yes';; \ |
|
|
298 |
esac; \ |
|
|
299 |
done; \ |
|
|
300 |
dot_seen=no; \ |
|
|
301 |
target=`echo $@ | sed s/-recursive//`; \ |
|
|
302 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
|
303 |
echo "Making $$target in $$subdir"; \ |
|
|
304 |
if test "$$subdir" = "."; then \ |
|
|
305 |
dot_seen=yes; \ |
|
|
306 |
local_target="$$target-am"; \ |
|
|
307 |
else \ |
|
|
308 |
local_target="$$target"; \ |
|
|
309 |
fi; \ |
|
|
310 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
|
311 |
|| eval $$failcom; \ |
|
|
312 |
done; \ |
|
|
313 |
if test "$$dot_seen" = "no"; then \ |
|
|
314 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|
|
315 |
fi; test -z "$$fail" |
|
|
316 |
|
|
|
317 |
$(RECURSIVE_CLEAN_TARGETS): |
|
|
318 |
@failcom='exit 1'; \ |
|
|
319 |
for f in x $$MAKEFLAGS; do \ |
|
|
320 |
case $$f in \ |
|
|
321 |
*=* | --[!k]*);; \ |
|
|
322 |
*k*) failcom='fail=yes';; \ |
|
|
323 |
esac; \ |
|
|
324 |
done; \ |
|
|
325 |
dot_seen=no; \ |
|
|
326 |
case "$@" in \ |
|
|
327 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
|
328 |
*) list='$(SUBDIRS)' ;; \ |
|
|
329 |
esac; \ |
|
|
330 |
rev=''; for subdir in $$list; do \ |
|
|
331 |
if test "$$subdir" = "."; then :; else \ |
|
|
332 |
rev="$$subdir $$rev"; \ |
|
|
333 |
fi; \ |
|
|
334 |
done; \ |
|
|
335 |
rev="$$rev ."; \ |
|
|
336 |
target=`echo $@ | sed s/-recursive//`; \ |
|
|
337 |
for subdir in $$rev; do \ |
|
|
338 |
echo "Making $$target in $$subdir"; \ |
|
|
339 |
if test "$$subdir" = "."; then \ |
|
|
340 |
local_target="$$target-am"; \ |
|
|
341 |
else \ |
|
|
342 |
local_target="$$target"; \ |
|
|
343 |
fi; \ |
|
|
344 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
|
345 |
|| eval $$failcom; \ |
|
|
346 |
done && test -z "$$fail" |
|
|
347 |
tags-recursive: |
|
|
348 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
|
349 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
|
350 |
done |
|
|
351 |
ctags-recursive: |
|
|
352 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
|
353 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|
|
354 |
done |
|
|
355 |
|
|
|
356 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
|
357 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
|
358 |
unique=`for i in $$list; do \ |
|
|
359 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
|
360 |
done | \ |
|
|
361 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|
|
362 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
|
363 |
mkid -fID $$unique |
|
|
364 |
tags: TAGS |
|
|
365 |
|
|
|
366 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
|
|
367 |
$(TAGS_FILES) $(LISP) |
|
|
368 |
set x; \ |
|
|
369 |
here=`pwd`; \ |
|
|
370 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
|
|
371 |
include_option=--etags-include; \ |
|
|
372 |
empty_fix=.; \ |
|
|
373 |
else \ |
|
|
374 |
include_option=--include; \ |
|
|
375 |
empty_fix=; \ |
|
|
376 |
fi; \ |
|
|
377 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
|
378 |
if test "$$subdir" = .; then :; else \ |
|
|
379 |
test ! -f $$subdir/TAGS || \ |
|
|
380 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
|
|
381 |
fi; \ |
|
|
382 |
done; \ |
|
|
383 |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
|
384 |
unique=`for i in $$list; do \ |
|
|
385 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
|
386 |
done | \ |
|
|
387 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|
|
388 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
|
389 |
shift; \ |
|
|
390 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
|
|
391 |
test -n "$$unique" || unique=$$empty_fix; \ |
|
|
392 |
if test $$# -gt 0; then \ |
|
|
393 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
|
394 |
"$$@" $$unique; \ |
|
|
395 |
else \ |
|
|
396 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
|
397 |
$$unique; \ |
|
|
398 |
fi; \ |
|
|
399 |
fi |
|
|
400 |
ctags: CTAGS |
|
|
401 |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
|
|
402 |
$(TAGS_FILES) $(LISP) |
|
|
403 |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
|
404 |
unique=`for i in $$list; do \ |
|
|
405 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
|
406 |
done | \ |
|
|
407 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
|
|
408 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
|
|
409 |
test -z "$(CTAGS_ARGS)$$unique" \ |
|
|
410 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|
|
411 |
$$unique |
|
|
412 |
|
|
|
413 |
GTAGS: |
|
|
414 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
|
|
415 |
&& $(am__cd) $(top_srcdir) \ |
|
|
416 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
417 |
|
|
|
418 |
distclean-tags: |
|
|
419 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
420 |
|
|
|
421 |
distdir: $(DISTFILES) |
|
|
422 |
$(am__remove_distdir) |
|
|
423 |
test -d "$(distdir)" || mkdir "$(distdir)" |
|
|
424 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
|
425 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
|
426 |
list='$(DISTFILES)'; \ |
|
|
427 |
dist_files=`for file in $$list; do echo $$file; done | \ |
|
|
428 |
sed -e "s|^$$srcdirstrip/||;t" \ |
|
|
429 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
|
430 |
case $$dist_files in \ |
|
|
431 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
|
432 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
|
433 |
sort -u` ;; \ |
|
|
434 |
esac; \ |
|
|
435 |
for file in $$dist_files; do \ |
|
|
436 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|
|
437 |
if test -d $$d/$$file; then \ |
|
|
438 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|
|
439 |
if test -d "$(distdir)/$$file"; then \ |
|
|
440 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
|
441 |
fi; \ |
|
|
442 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|
|
443 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|
|
444 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
|
445 |
fi; \ |
|
|
446 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|
|
447 |
else \ |
|
|
448 |
test -f "$(distdir)/$$file" \ |
|
|
449 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
|
|
450 |
|| exit 1; \ |
|
|
451 |
fi; \ |
|
|
452 |
done |
|
|
453 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
|
454 |
if test "$$subdir" = .; then :; else \ |
|
|
455 |
test -d "$(distdir)/$$subdir" \ |
|
|
456 |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
|
457 |
|| exit 1; \ |
|
|
458 |
fi; \ |
|
|
459 |
done |
|
|
460 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
|
461 |
if test "$$subdir" = .; then :; else \ |
|
|
462 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
|
|
463 |
$(am__relativize); \ |
|
|
464 |
new_distdir=$$reldir; \ |
|
|
465 |
dir1=$$subdir; dir2="$(top_distdir)"; \ |
|
|
466 |
$(am__relativize); \ |
|
|
467 |
new_top_distdir=$$reldir; \ |
|
|
468 |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
|
|
469 |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
|
|
470 |
($(am__cd) $$subdir && \ |
|
|
471 |
$(MAKE) $(AM_MAKEFLAGS) \ |
|
|
472 |
top_distdir="$$new_top_distdir" \ |
|
|
473 |
distdir="$$new_distdir" \ |
|
|
474 |
am__remove_distdir=: \ |
|
|
475 |
am__skip_length_check=: \ |
|
|
476 |
am__skip_mode_fix=: \ |
|
|
477 |
distdir) \ |
|
|
478 |
|| exit 1; \ |
|
|
479 |
fi; \ |
|
|
480 |
done |
|
|
481 |
-test -n "$(am__skip_mode_fix)" \ |
|
|
482 |
|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
|
|
483 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|
|
484 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|
|
485 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|
|
486 |
|| chmod -R a+r "$(distdir)" |
|
|
487 |
dist-gzip: distdir |
|
|
488 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
|
489 |
$(am__remove_distdir) |
|
|
490 |
|
|
|
491 |
dist-bzip2: distdir |
|
|
492 |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
|
|
493 |
$(am__remove_distdir) |
|
|
494 |
|
|
|
495 |
dist-lzma: distdir |
|
|
496 |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|
|
497 |
$(am__remove_distdir) |
|
|
498 |
|
|
|
499 |
dist-xz: distdir |
|
|
500 |
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz |
|
|
501 |
$(am__remove_distdir) |
|
|
502 |
|
|
|
503 |
dist-tarZ: distdir |
|
|
504 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
|
|
505 |
$(am__remove_distdir) |
|
|
506 |
|
|
|
507 |
dist-shar: distdir |
|
|
508 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|
|
509 |
$(am__remove_distdir) |
|
|
510 |
|
|
|
511 |
dist-zip: distdir |
|
|
512 |
-rm -f $(distdir).zip |
|
|
513 |
zip -rq $(distdir).zip $(distdir) |
|
|
514 |
$(am__remove_distdir) |
|
|
515 |
|
|
|
516 |
dist dist-all: distdir |
|
|
517 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
|
518 |
$(am__remove_distdir) |
|
|
519 |
|
|
|
520 |
# This target untars the dist file and tries a VPATH configuration. Then |
|
|
521 |
# it guarantees that the distribution is self-contained by making another |
|
|
522 |
# tarfile. |
|
|
523 |
distcheck: dist |
|
|
524 |
case '$(DIST_ARCHIVES)' in \ |
|
|
525 |
*.tar.gz*) \ |
|
|
526 |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
|
|
527 |
*.tar.bz2*) \ |
|
|
528 |
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
|
|
529 |
*.tar.lzma*) \ |
|
|
530 |
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
|
|
531 |
*.tar.xz*) \ |
|
|
532 |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
|
|
533 |
*.tar.Z*) \ |
|
|
534 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
|
|
535 |
*.shar.gz*) \ |
|
|
536 |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
|
|
537 |
*.zip*) \ |
|
|
538 |
unzip $(distdir).zip ;;\ |
|
|
539 |
esac |
|
|
540 |
chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
|
541 |
mkdir $(distdir)/_build |
|
|
542 |
mkdir $(distdir)/_inst |
|
|
543 |
chmod a-w $(distdir) |
|
|
544 |
test -d $(distdir)/_build || exit 0; \ |
|
|
545 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
|
|
546 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|
|
547 |
&& am__cwd=`pwd` \ |
|
|
548 |
&& $(am__cd) $(distdir)/_build \ |
|
|
549 |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
|
550 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
|
|
551 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
|
|
552 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
|
|
553 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
|
|
554 |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
|
|
555 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|
|
556 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|
|
557 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
|
|
558 |
distuninstallcheck \ |
|
|
559 |
&& chmod -R a-w "$$dc_install_base" \ |
|
|
560 |
&& ({ \ |
|
|
561 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
|
|
562 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
|
|
563 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|
|
564 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|
|
565 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|
|
566 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|
|
567 |
&& rm -rf "$$dc_destdir" \ |
|
|
568 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
|
|
569 |
&& rm -rf $(DIST_ARCHIVES) \ |
|
|
570 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
|
|
571 |
&& cd "$$am__cwd" \ |
|
|
572 |
|| exit 1 |
|
|
573 |
$(am__remove_distdir) |
|
|
574 |
@(echo "$(distdir) archives ready for distribution: "; \ |
|
|
575 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|
|
576 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
|
|
577 |
distuninstallcheck: |
|
|
578 |
@$(am__cd) '$(distuninstallcheck_dir)' \ |
|
|
579 |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
|
|
580 |
|| { echo "ERROR: files left after uninstall:" ; \ |
|
|
581 |
if test -n "$(DESTDIR)"; then \ |
|
|
582 |
echo " (check DESTDIR support)"; \ |
|
|
583 |
fi ; \ |
|
|
584 |
$(distuninstallcheck_listfiles) ; \ |
|
|
585 |
exit 1; } >&2 |
|
|
586 |
distcleancheck: distclean |
|
|
587 |
@if test '$(srcdir)' = . ; then \ |
|
|
588 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
|
|
589 |
exit 1 ; \ |
|
|
590 |
fi |
|
|
591 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
|
|
592 |
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
|
|
593 |
$(distcleancheck_listfiles) ; \ |
|
|
594 |
exit 1; } >&2 |
|
|
595 |
check-am: all-am |
|
|
596 |
check: check-recursive |
|
|
597 |
all-am: Makefile config.h |
|
|
598 |
installdirs: installdirs-recursive |
|
|
599 |
installdirs-am: |
|
|
600 |
install: install-recursive |
|
|
601 |
install-exec: install-exec-recursive |
|
|
602 |
install-data: install-data-recursive |
|
|
603 |
uninstall: uninstall-recursive |
|
|
604 |
|
|
|
605 |
install-am: all-am |
|
|
606 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
|
607 |
|
|
|
608 |
installcheck: installcheck-recursive |
|
|
609 |
install-strip: |
|
|
610 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
|
611 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
|
612 |
`test -z '$(STRIP)' || \ |
|
|
613 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|
|
614 |
mostlyclean-generic: |
|
|
615 |
|
|
|
616 |
clean-generic: |
|
|
617 |
|
|
|
618 |
distclean-generic: |
|
|
619 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
|
620 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|
|
621 |
|
|
|
622 |
maintainer-clean-generic: |
|
|
623 |
@echo "This command is intended for maintainers to use" |
|
|
624 |
@echo "it deletes files that may require special tools to rebuild." |
|
|
625 |
clean: clean-recursive |
|
|
626 |
|
|
|
627 |
clean-am: clean-generic clean-libtool mostlyclean-am |
|
|
628 |
|
|
|
629 |
distclean: distclean-recursive |
|
|
630 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
|
631 |
-rm -f Makefile |
|
|
632 |
distclean-am: clean-am distclean-generic distclean-hdr \ |
|
|
633 |
distclean-libtool distclean-tags |
|
|
634 |
|
|
|
635 |
dvi: dvi-recursive |
|
|
636 |
|
|
|
637 |
dvi-am: |
|
|
638 |
|
|
|
639 |
html: html-recursive |
|
|
640 |
|
|
|
641 |
html-am: |
|
|
642 |
|
|
|
643 |
info: info-recursive |
|
|
644 |
|
|
|
645 |
info-am: |
|
|
646 |
|
|
|
647 |
install-data-am: |
|
|
648 |
|
|
|
649 |
install-dvi: install-dvi-recursive |
|
|
650 |
|
|
|
651 |
install-dvi-am: |
|
|
652 |
|
|
|
653 |
install-exec-am: |
|
|
654 |
|
|
|
655 |
install-html: install-html-recursive |
|
|
656 |
|
|
|
657 |
install-html-am: |
|
|
658 |
|
|
|
659 |
install-info: install-info-recursive |
|
|
660 |
|
|
|
661 |
install-info-am: |
|
|
662 |
|
|
|
663 |
install-man: |
|
|
664 |
|
|
|
665 |
install-pdf: install-pdf-recursive |
|
|
666 |
|
|
|
667 |
install-pdf-am: |
|
|
668 |
|
|
|
669 |
install-ps: install-ps-recursive |
|
|
670 |
|
|
|
671 |
install-ps-am: |
|
|
672 |
|
|
|
673 |
installcheck-am: |
|
|
674 |
|
|
|
675 |
maintainer-clean: maintainer-clean-recursive |
|
|
676 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
|
677 |
-rm -rf $(top_srcdir)/autom4te.cache |
|
|
678 |
-rm -f Makefile |
|
|
679 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
|
680 |
|
|
|
681 |
mostlyclean: mostlyclean-recursive |
|
|
682 |
|
|
|
683 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|
|
684 |
|
|
|
685 |
pdf: pdf-recursive |
|
|
686 |
|
|
|
687 |
pdf-am: |
|
|
688 |
|
|
|
689 |
ps: ps-recursive |
|
|
690 |
|
|
|
691 |
ps-am: |
|
|
692 |
|
|
|
693 |
uninstall-am: |
|
|
694 |
|
|
|
695 |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
|
|
696 |
ctags-recursive install-am install-strip tags-recursive |
|
|
697 |
|
|
|
698 |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|
|
699 |
all all-am am--refresh check check-am clean clean-generic \ |
|
|
700 |
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
|
|
701 |
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
|
|
702 |
distcheck distclean distclean-generic distclean-hdr \ |
|
|
703 |
distclean-libtool distclean-tags distcleancheck distdir \ |
|
|
704 |
distuninstallcheck dvi dvi-am html html-am info info-am \ |
|
|
705 |
install install-am install-data install-data-am install-dvi \ |
|
|
706 |
install-dvi-am install-exec install-exec-am install-html \ |
|
|
707 |
install-html-am install-info install-info-am install-man \ |
|
|
708 |
install-pdf install-pdf-am install-ps install-ps-am \ |
|
|
709 |
install-strip installcheck installcheck-am installdirs \ |
|
|
710 |
installdirs-am maintainer-clean maintainer-clean-generic \ |
|
|
711 |
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
|
|
712 |
ps ps-am tags tags-recursive uninstall uninstall-am |
|
|
713 |
|
|
|
714 |
|
|
|
715 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
|
716 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
|
717 |
.NOEXPORT: |