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