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