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