0
|
1 |
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
2 |
# @configure_input@
|
|
3 |
|
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5 |
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
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 |
|
|
17 |
# $Id: Makefile.in,v 1.46 2006/03/23 14:54:01 dron Exp $
|
|
18 |
#
|
|
19 |
# Tag Image File Format (TIFF) Software
|
|
20 |
#
|
|
21 |
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
|
|
22 |
#
|
|
23 |
# Permission to use, copy, modify, distribute, and sell this software and
|
|
24 |
# its documentation for any purpose is hereby granted without fee, provided
|
|
25 |
# that (i) the above copyright notices and this permission notice appear in
|
|
26 |
# all copies of the software and related documentation, and (ii) the names of
|
|
27 |
# Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
28 |
# publicity relating to the software without the specific, prior written
|
|
29 |
# permission of Sam Leffler and Silicon Graphics.
|
|
30 |
#
|
|
31 |
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
32 |
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
33 |
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
34 |
#
|
|
35 |
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
36 |
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
37 |
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
38 |
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
39 |
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
40 |
# OF THIS SOFTWARE.
|
|
41 |
|
|
42 |
# Process this file with automake to produce Makefile.in.
|
|
43 |
|
|
44 |
srcdir = @srcdir@
|
|
45 |
top_srcdir = @top_srcdir@
|
|
46 |
VPATH = @srcdir@
|
|
47 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
48 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
49 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
50 |
top_builddir = ..
|
|
51 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
52 |
INSTALL = @INSTALL@
|
|
53 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
54 |
install_sh_PROGRAM = $(install_sh) -c
|
|
55 |
install_sh_SCRIPT = $(install_sh) -c
|
|
56 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
57 |
transform = $(program_transform_name)
|
|
58 |
NORMAL_INSTALL = :
|
|
59 |
PRE_INSTALL = :
|
|
60 |
POST_INSTALL = :
|
|
61 |
NORMAL_UNINSTALL = :
|
|
62 |
PRE_UNINSTALL = :
|
|
63 |
POST_UNINSTALL = :
|
|
64 |
build_triplet = @build@
|
|
65 |
host_triplet = @host@
|
|
66 |
target_triplet = @target@
|
|
67 |
subdir = html
|
|
68 |
DIST_COMMON = $(dist_doc_DATA) $(srcdir)/Makefile.am \
|
|
69 |
$(srcdir)/Makefile.in
|
|
70 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
71 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
|
|
72 |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
|
73 |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
|
74 |
$(top_srcdir)/configure.ac
|
|
75 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
76 |
$(ACLOCAL_M4)
|
|
77 |
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
78 |
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
|
|
79 |
$(top_builddir)/libtiff/tiffconf.h
|
|
80 |
CONFIG_CLEAN_FILES =
|
|
81 |
SOURCES =
|
|
82 |
DIST_SOURCES =
|
|
83 |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
84 |
html-recursive info-recursive install-data-recursive \
|
|
85 |
install-exec-recursive install-info-recursive \
|
|
86 |
install-recursive installcheck-recursive installdirs-recursive \
|
|
87 |
pdf-recursive ps-recursive uninstall-info-recursive \
|
|
88 |
uninstall-recursive
|
|
89 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
90 |
am__vpath_adj = case $$p in \
|
|
91 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
92 |
*) f=$$p;; \
|
|
93 |
esac;
|
|
94 |
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
95 |
am__installdirs = "$(DESTDIR)$(docdir)"
|
|
96 |
dist_docDATA_INSTALL = $(INSTALL_DATA)
|
|
97 |
DATA = $(dist_doc_DATA)
|
|
98 |
ETAGS = etags
|
|
99 |
CTAGS = ctags
|
|
100 |
DIST_SUBDIRS = $(SUBDIRS)
|
|
101 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
102 |
ACLOCAL = @ACLOCAL@
|
|
103 |
AMDEP_FALSE = @AMDEP_FALSE@
|
|
104 |
AMDEP_TRUE = @AMDEP_TRUE@
|
|
105 |
AMTAR = @AMTAR@
|
|
106 |
AR = @AR@
|
|
107 |
AS = @AS@
|
|
108 |
AUTOCONF = @AUTOCONF@
|
|
109 |
AUTOHEADER = @AUTOHEADER@
|
|
110 |
AUTOMAKE = @AUTOMAKE@
|
|
111 |
AWK = @AWK@
|
|
112 |
CC = @CC@
|
|
113 |
CCDEPMODE = @CCDEPMODE@
|
|
114 |
CFLAGS = @CFLAGS@
|
|
115 |
CPP = @CPP@
|
|
116 |
CPPFLAGS = @CPPFLAGS@
|
|
117 |
CXX = @CXX@
|
|
118 |
CXXCPP = @CXXCPP@
|
|
119 |
CXXDEPMODE = @CXXDEPMODE@
|
|
120 |
CXXFLAGS = @CXXFLAGS@
|
|
121 |
CYGPATH_W = @CYGPATH_W@
|
|
122 |
DEFS = @DEFS@
|
|
123 |
DEPDIR = @DEPDIR@
|
|
124 |
DLLTOOL = @DLLTOOL@
|
|
125 |
DUMPBIN = @DUMPBIN@
|
|
126 |
ECHO_C = @ECHO_C@
|
|
127 |
ECHO_N = @ECHO_N@
|
|
128 |
ECHO_T = @ECHO_T@
|
|
129 |
EGREP = @EGREP@
|
|
130 |
EXEEXT = @EXEEXT@
|
|
131 |
FGREP = @FGREP@
|
|
132 |
GLUT_CFLAGS = @GLUT_CFLAGS@
|
|
133 |
GLUT_LIBS = @GLUT_LIBS@
|
|
134 |
GLU_CFLAGS = @GLU_CFLAGS@
|
|
135 |
GLU_LIBS = @GLU_LIBS@
|
|
136 |
GL_CFLAGS = @GL_CFLAGS@
|
|
137 |
GL_LIBS = @GL_LIBS@
|
|
138 |
GREP = @GREP@
|
|
139 |
HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
|
|
140 |
HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
|
|
141 |
HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
|
|
142 |
HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
|
|
143 |
HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
|
|
144 |
HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
|
|
145 |
INSTALL_DATA = @INSTALL_DATA@
|
|
146 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
147 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
148 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
149 |
LD = @LD@
|
|
150 |
LDFLAGS = @LDFLAGS@
|
|
151 |
LIBDIR = @LIBDIR@
|
|
152 |
LIBOBJS = @LIBOBJS@
|
|
153 |
LIBS = @LIBS@
|
|
154 |
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
|
|
155 |
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
|
|
156 |
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
|
|
157 |
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
|
|
158 |
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
|
|
159 |
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
|
|
160 |
LIBTIFF_VERSION = @LIBTIFF_VERSION@
|
|
161 |
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
|
|
162 |
LIBTOOL = @LIBTOOL@
|
|
163 |
LN_S = @LN_S@
|
|
164 |
LTLIBOBJS = @LTLIBOBJS@
|
|
165 |
MAINT = @MAINT@
|
|
166 |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
167 |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
168 |
MAKEINFO = @MAKEINFO@
|
|
169 |
NM = @NM@
|
|
170 |
OBJDUMP = @OBJDUMP@
|
|
171 |
OBJEXT = @OBJEXT@
|
|
172 |
PACKAGE = @PACKAGE@
|
|
173 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
174 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
175 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
176 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
177 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
178 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
179 |
PTHREAD_CC = @PTHREAD_CC@
|
|
180 |
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
181 |
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
182 |
RANLIB = @RANLIB@
|
|
183 |
SED = @SED@
|
|
184 |
SET_MAKE = @SET_MAKE@
|
|
185 |
SHELL = @SHELL@
|
|
186 |
STRIP = @STRIP@
|
|
187 |
VERSION = @VERSION@
|
|
188 |
X_CFLAGS = @X_CFLAGS@
|
|
189 |
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
|
190 |
X_LIBS = @X_LIBS@
|
|
191 |
X_PRE_LIBS = @X_PRE_LIBS@
|
|
192 |
ac_ct_AR = @ac_ct_AR@
|
|
193 |
ac_ct_AS = @ac_ct_AS@
|
|
194 |
ac_ct_CC = @ac_ct_CC@
|
|
195 |
ac_ct_CXX = @ac_ct_CXX@
|
|
196 |
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
|
197 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
198 |
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
|
199 |
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
200 |
ac_ct_STRIP = @ac_ct_STRIP@
|
|
201 |
acx_pthread_config = @acx_pthread_config@
|
|
202 |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
203 |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
204 |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
205 |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
206 |
am__include = @am__include@
|
|
207 |
am__leading_dot = @am__leading_dot@
|
|
208 |
am__quote = @am__quote@
|
|
209 |
am__tar = @am__tar@
|
|
210 |
am__untar = @am__untar@
|
|
211 |
bindir = @bindir@
|
|
212 |
build = @build@
|
|
213 |
build_alias = @build_alias@
|
|
214 |
build_cpu = @build_cpu@
|
|
215 |
build_os = @build_os@
|
|
216 |
build_vendor = @build_vendor@
|
|
217 |
datadir = @datadir@
|
|
218 |
exec_prefix = @exec_prefix@
|
|
219 |
host = @host@
|
|
220 |
host_alias = @host_alias@
|
|
221 |
host_cpu = @host_cpu@
|
|
222 |
host_os = @host_os@
|
|
223 |
host_vendor = @host_vendor@
|
|
224 |
includedir = @includedir@
|
|
225 |
infodir = @infodir@
|
|
226 |
install_sh = @install_sh@
|
|
227 |
libdir = @libdir@
|
|
228 |
libexecdir = @libexecdir@
|
|
229 |
localstatedir = @localstatedir@
|
|
230 |
lt_ECHO = @lt_ECHO@
|
|
231 |
mandir = @mandir@
|
|
232 |
mkdir_p = @mkdir_p@
|
|
233 |
oldincludedir = @oldincludedir@
|
|
234 |
prefix = @prefix@
|
|
235 |
program_transform_name = @program_transform_name@
|
|
236 |
sbindir = @sbindir@
|
|
237 |
sharedstatedir = @sharedstatedir@
|
|
238 |
sysconfdir = @sysconfdir@
|
|
239 |
target = @target@
|
|
240 |
target_alias = @target_alias@
|
|
241 |
target_cpu = @target_cpu@
|
|
242 |
target_os = @target_os@
|
|
243 |
target_vendor = @target_vendor@
|
|
244 |
docdir = $(LIBTIFF_DOCDIR)/html
|
|
245 |
docfiles = \
|
|
246 |
addingtags.html \
|
|
247 |
bugs.html \
|
|
248 |
build.html \
|
|
249 |
contrib.html \
|
|
250 |
document.html \
|
|
251 |
images.html \
|
|
252 |
index.html \
|
|
253 |
internals.html \
|
|
254 |
intro.html \
|
|
255 |
libtiff.html \
|
|
256 |
misc.html \
|
|
257 |
support.html \
|
|
258 |
TIFFTechNote2.html \
|
|
259 |
tools.html \
|
|
260 |
v3.4beta007.html \
|
|
261 |
v3.4beta016.html \
|
|
262 |
v3.4beta018.html \
|
|
263 |
v3.4beta024.html \
|
|
264 |
v3.4beta028.html \
|
|
265 |
v3.4beta029.html \
|
|
266 |
v3.4beta031.html \
|
|
267 |
v3.4beta032.html \
|
|
268 |
v3.4beta033.html \
|
|
269 |
v3.4beta034.html \
|
|
270 |
v3.4beta035.html \
|
|
271 |
v3.4beta036.html \
|
|
272 |
v3.5.1.html \
|
|
273 |
v3.5.2.html \
|
|
274 |
v3.5.3.html \
|
|
275 |
v3.5.4.html \
|
|
276 |
v3.5.5.html \
|
|
277 |
v3.5.6-beta.html \
|
|
278 |
v3.5.7.html \
|
|
279 |
v3.6.0.html \
|
|
280 |
v3.6.1.html \
|
|
281 |
v3.7.0alpha.html \
|
|
282 |
v3.7.0beta.html \
|
|
283 |
v3.7.0beta2.html \
|
|
284 |
v3.7.0.html \
|
|
285 |
v3.7.1.html \
|
|
286 |
v3.7.2.html \
|
|
287 |
v3.7.3.html \
|
|
288 |
v3.7.4.html \
|
|
289 |
v3.8.0.html \
|
|
290 |
v3.8.1.html \
|
|
291 |
v3.8.2.html
|
|
292 |
|
|
293 |
dist_doc_DATA = $(docfiles)
|
|
294 |
SUBDIRS = images man
|
|
295 |
all: all-recursive
|
|
296 |
|
|
297 |
.SUFFIXES:
|
|
298 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
299 |
@for dep in $?; do \
|
|
300 |
case '$(am__configure_deps)' in \
|
|
301 |
*$$dep*) \
|
|
302 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
303 |
&& exit 0; \
|
|
304 |
exit 1;; \
|
|
305 |
esac; \
|
|
306 |
done; \
|
|
307 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign html/Makefile'; \
|
|
308 |
cd $(top_srcdir) && \
|
|
309 |
$(AUTOMAKE) --foreign html/Makefile
|
|
310 |
.PRECIOUS: Makefile
|
|
311 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
312 |
@case '$?' in \
|
|
313 |
*config.status*) \
|
|
314 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
315 |
*) \
|
|
316 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
317 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
318 |
esac;
|
|
319 |
|
|
320 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
321 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
322 |
|
|
323 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
324 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
325 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
326 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
327 |
|
|
328 |
mostlyclean-libtool:
|
|
329 |
-rm -f *.lo
|
|
330 |
|
|
331 |
clean-libtool:
|
|
332 |
-rm -rf .libs _libs
|
|
333 |
|
|
334 |
distclean-libtool:
|
|
335 |
-rm -f libtool
|
|
336 |
uninstall-info-am:
|
|
337 |
install-dist_docDATA: $(dist_doc_DATA)
|
|
338 |
@$(NORMAL_INSTALL)
|
|
339 |
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
|
|
340 |
@list='$(dist_doc_DATA)'; for p in $$list; do \
|
|
341 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
342 |
f=$(am__strip_dir) \
|
|
343 |
echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
|
|
344 |
$(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
|
|
345 |
done
|
|
346 |
|
|
347 |
uninstall-dist_docDATA:
|
|
348 |
@$(NORMAL_UNINSTALL)
|
|
349 |
@list='$(dist_doc_DATA)'; for p in $$list; do \
|
|
350 |
f=$(am__strip_dir) \
|
|
351 |
echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
|
|
352 |
rm -f "$(DESTDIR)$(docdir)/$$f"; \
|
|
353 |
done
|
|
354 |
|
|
355 |
# This directory's subdirectories are mostly independent; you can cd
|
|
356 |
# into them and run `make' without going through this Makefile.
|
|
357 |
# To change the values of `make' variables: instead of editing Makefiles,
|
|
358 |
# (1) if the variable is set in `config.status', edit `config.status'
|
|
359 |
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
360 |
# (2) otherwise, pass the desired values on the `make' command line.
|
|
361 |
$(RECURSIVE_TARGETS):
|
|
362 |
@failcom='exit 1'; \
|
|
363 |
for f in x $$MAKEFLAGS; do \
|
|
364 |
case $$f in \
|
|
365 |
*=* | --[!k]*);; \
|
|
366 |
*k*) failcom='fail=yes';; \
|
|
367 |
esac; \
|
|
368 |
done; \
|
|
369 |
dot_seen=no; \
|
|
370 |
target=`echo $@ | sed s/-recursive//`; \
|
|
371 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
372 |
echo "Making $$target in $$subdir"; \
|
|
373 |
if test "$$subdir" = "."; then \
|
|
374 |
dot_seen=yes; \
|
|
375 |
local_target="$$target-am"; \
|
|
376 |
else \
|
|
377 |
local_target="$$target"; \
|
|
378 |
fi; \
|
|
379 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
380 |
|| eval $$failcom; \
|
|
381 |
done; \
|
|
382 |
if test "$$dot_seen" = "no"; then \
|
|
383 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
384 |
fi; test -z "$$fail"
|
|
385 |
|
|
386 |
mostlyclean-recursive clean-recursive distclean-recursive \
|
|
387 |
maintainer-clean-recursive:
|
|
388 |
@failcom='exit 1'; \
|
|
389 |
for f in x $$MAKEFLAGS; do \
|
|
390 |
case $$f in \
|
|
391 |
*=* | --[!k]*);; \
|
|
392 |
*k*) failcom='fail=yes';; \
|
|
393 |
esac; \
|
|
394 |
done; \
|
|
395 |
dot_seen=no; \
|
|
396 |
case "$@" in \
|
|
397 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
398 |
*) list='$(SUBDIRS)' ;; \
|
|
399 |
esac; \
|
|
400 |
rev=''; for subdir in $$list; do \
|
|
401 |
if test "$$subdir" = "."; then :; else \
|
|
402 |
rev="$$subdir $$rev"; \
|
|
403 |
fi; \
|
|
404 |
done; \
|
|
405 |
rev="$$rev ."; \
|
|
406 |
target=`echo $@ | sed s/-recursive//`; \
|
|
407 |
for subdir in $$rev; do \
|
|
408 |
echo "Making $$target in $$subdir"; \
|
|
409 |
if test "$$subdir" = "."; then \
|
|
410 |
local_target="$$target-am"; \
|
|
411 |
else \
|
|
412 |
local_target="$$target"; \
|
|
413 |
fi; \
|
|
414 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
415 |
|| eval $$failcom; \
|
|
416 |
done && test -z "$$fail"
|
|
417 |
tags-recursive:
|
|
418 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
419 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
420 |
done
|
|
421 |
ctags-recursive:
|
|
422 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
423 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
424 |
done
|
|
425 |
|
|
426 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
427 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
428 |
unique=`for i in $$list; do \
|
|
429 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
430 |
done | \
|
|
431 |
$(AWK) ' { files[$$0] = 1; } \
|
|
432 |
END { for (i in files) print i; }'`; \
|
|
433 |
mkid -fID $$unique
|
|
434 |
tags: TAGS
|
|
435 |
|
|
436 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
437 |
$(TAGS_FILES) $(LISP)
|
|
438 |
tags=; \
|
|
439 |
here=`pwd`; \
|
|
440 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
441 |
include_option=--etags-include; \
|
|
442 |
empty_fix=.; \
|
|
443 |
else \
|
|
444 |
include_option=--include; \
|
|
445 |
empty_fix=; \
|
|
446 |
fi; \
|
|
447 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
448 |
if test "$$subdir" = .; then :; else \
|
|
449 |
test ! -f $$subdir/TAGS || \
|
|
450 |
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|
451 |
fi; \
|
|
452 |
done; \
|
|
453 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
454 |
unique=`for i in $$list; do \
|
|
455 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
456 |
done | \
|
|
457 |
$(AWK) ' { files[$$0] = 1; } \
|
|
458 |
END { for (i in files) print i; }'`; \
|
|
459 |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
460 |
test -n "$$unique" || unique=$$empty_fix; \
|
|
461 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
462 |
$$tags $$unique; \
|
|
463 |
fi
|
|
464 |
ctags: CTAGS
|
|
465 |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
466 |
$(TAGS_FILES) $(LISP)
|
|
467 |
tags=; \
|
|
468 |
here=`pwd`; \
|
|
469 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
470 |
unique=`for i in $$list; do \
|
|
471 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
472 |
done | \
|
|
473 |
$(AWK) ' { files[$$0] = 1; } \
|
|
474 |
END { for (i in files) print i; }'`; \
|
|
475 |
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
476 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
477 |
$$tags $$unique
|
|
478 |
|
|
479 |
GTAGS:
|
|
480 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
481 |
&& cd $(top_srcdir) \
|
|
482 |
&& gtags -i $(GTAGS_ARGS) $$here
|
|
483 |
|
|
484 |
distclean-tags:
|
|
485 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
486 |
|
|
487 |
distdir: $(DISTFILES)
|
|
488 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
489 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
490 |
list='$(DISTFILES)'; for file in $$list; do \
|
|
491 |
case $$file in \
|
|
492 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
493 |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
494 |
esac; \
|
|
495 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
496 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
497 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
498 |
dir="/$$dir"; \
|
|
499 |
$(mkdir_p) "$(distdir)$$dir"; \
|
|
500 |
else \
|
|
501 |
dir=''; \
|
|
502 |
fi; \
|
|
503 |
if test -d $$d/$$file; then \
|
|
504 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
505 |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
506 |
fi; \
|
|
507 |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
508 |
else \
|
|
509 |
test -f $(distdir)/$$file \
|
|
510 |
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
511 |
|| exit 1; \
|
|
512 |
fi; \
|
|
513 |
done
|
|
514 |
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
515 |
if test "$$subdir" = .; then :; else \
|
|
516 |
test -d "$(distdir)/$$subdir" \
|
|
517 |
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
|
518 |
|| exit 1; \
|
|
519 |
distdir=`$(am__cd) $(distdir) && pwd`; \
|
|
520 |
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|
521 |
(cd $$subdir && \
|
|
522 |
$(MAKE) $(AM_MAKEFLAGS) \
|
|
523 |
top_distdir="$$top_distdir" \
|
|
524 |
distdir="$$distdir/$$subdir" \
|
|
525 |
distdir) \
|
|
526 |
|| exit 1; \
|
|
527 |
fi; \
|
|
528 |
done
|
|
529 |
check-am: all-am
|
|
530 |
check: check-recursive
|
|
531 |
all-am: Makefile $(DATA)
|
|
532 |
installdirs: installdirs-recursive
|
|
533 |
installdirs-am:
|
|
534 |
for dir in "$(DESTDIR)$(docdir)"; do \
|
|
535 |
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
536 |
done
|
|
537 |
install: install-recursive
|
|
538 |
install-exec: install-exec-recursive
|
|
539 |
install-data: install-data-recursive
|
|
540 |
uninstall: uninstall-recursive
|
|
541 |
|
|
542 |
install-am: all-am
|
|
543 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
544 |
|
|
545 |
installcheck: installcheck-recursive
|
|
546 |
install-strip:
|
|
547 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
548 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
549 |
`test -z '$(STRIP)' || \
|
|
550 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
551 |
mostlyclean-generic:
|
|
552 |
|
|
553 |
clean-generic:
|
|
554 |
|
|
555 |
distclean-generic:
|
|
556 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
557 |
|
|
558 |
maintainer-clean-generic:
|
|
559 |
@echo "This command is intended for maintainers to use"
|
|
560 |
@echo "it deletes files that may require special tools to rebuild."
|
|
561 |
clean: clean-recursive
|
|
562 |
|
|
563 |
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
564 |
|
|
565 |
distclean: distclean-recursive
|
|
566 |
-rm -f Makefile
|
|
567 |
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
568 |
distclean-tags
|
|
569 |
|
|
570 |
dvi: dvi-recursive
|
|
571 |
|
|
572 |
dvi-am:
|
|
573 |
|
|
574 |
html: html-recursive
|
|
575 |
|
|
576 |
info: info-recursive
|
|
577 |
|
|
578 |
info-am:
|
|
579 |
|
|
580 |
install-data-am: install-dist_docDATA
|
|
581 |
|
|
582 |
install-exec-am:
|
|
583 |
|
|
584 |
install-info: install-info-recursive
|
|
585 |
|
|
586 |
install-man:
|
|
587 |
|
|
588 |
installcheck-am:
|
|
589 |
|
|
590 |
maintainer-clean: maintainer-clean-recursive
|
|
591 |
-rm -f Makefile
|
|
592 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
593 |
|
|
594 |
mostlyclean: mostlyclean-recursive
|
|
595 |
|
|
596 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
597 |
|
|
598 |
pdf: pdf-recursive
|
|
599 |
|
|
600 |
pdf-am:
|
|
601 |
|
|
602 |
ps: ps-recursive
|
|
603 |
|
|
604 |
ps-am:
|
|
605 |
|
|
606 |
uninstall-am: uninstall-dist_docDATA uninstall-info-am
|
|
607 |
|
|
608 |
uninstall-info: uninstall-info-recursive
|
|
609 |
|
|
610 |
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
|
611 |
clean clean-generic clean-libtool clean-recursive ctags \
|
|
612 |
ctags-recursive distclean distclean-generic distclean-libtool \
|
|
613 |
distclean-recursive distclean-tags distdir dvi dvi-am html \
|
|
614 |
html-am info info-am install install-am install-data \
|
|
615 |
install-data-am install-dist_docDATA install-exec \
|
|
616 |
install-exec-am install-info install-info-am install-man \
|
|
617 |
install-strip installcheck installcheck-am installdirs \
|
|
618 |
installdirs-am maintainer-clean maintainer-clean-generic \
|
|
619 |
maintainer-clean-recursive mostlyclean mostlyclean-generic \
|
|
620 |
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
|
|
621 |
tags tags-recursive uninstall uninstall-am \
|
|
622 |
uninstall-dist_docDATA uninstall-info-am
|
|
623 |
|
|
624 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
625 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
626 |
.NOEXPORT:
|