]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/contrib/dbs/Makefile.in
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / tiff / contrib / dbs / Makefile.in
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 # 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.
41
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 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \
79 tiff-palette$(EXEEXT) tiff-rgb$(EXEEXT)
80 subdir = contrib/dbs
81 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
82 $(top_srcdir)/config/depcomp \
83 $(top_srcdir)/config/mkinstalldirs
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
86 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90 $(ACLOCAL_M4)
91 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
92 CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
93 $(top_builddir)/libtiff/tiffconf.h
94 CONFIG_CLEAN_FILES =
95 CONFIG_CLEAN_VPATH_FILES =
96 PROGRAMS = $(noinst_PROGRAMS)
97 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT)
98 tiff_bi_OBJECTS = $(am_tiff_bi_OBJECTS)
99 tiff_bi_DEPENDENCIES = $(LIBTIFF)
100 AM_V_lt = $(am__v_lt_@AM_V@)
101 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
102 am__v_lt_0 = --silent
103 am__v_lt_1 =
104 am_tiff_grayscale_OBJECTS = tiff-grayscale.$(OBJEXT)
105 tiff_grayscale_OBJECTS = $(am_tiff_grayscale_OBJECTS)
106 tiff_grayscale_DEPENDENCIES = $(LIBTIFF)
107 am_tiff_palette_OBJECTS = tiff-palette.$(OBJEXT)
108 tiff_palette_OBJECTS = $(am_tiff_palette_OBJECTS)
109 tiff_palette_DEPENDENCIES = $(LIBTIFF)
110 am_tiff_rgb_OBJECTS = tiff-rgb.$(OBJEXT)
111 tiff_rgb_OBJECTS = $(am_tiff_rgb_OBJECTS)
112 tiff_rgb_DEPENDENCIES = $(LIBTIFF)
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo " GEN " $@;
120 am__v_GEN_1 =
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 =
125 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libtiff
126 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
127 am__depfiles_maybe = depfiles
128 am__mv = mv -f
129 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
133 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
134 $(AM_CFLAGS) $(CFLAGS)
135 AM_V_CC = $(am__v_CC_@AM_V@)
136 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137 am__v_CC_0 = @echo " CC " $@;
138 am__v_CC_1 =
139 CCLD = $(CC)
140 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142 $(AM_LDFLAGS) $(LDFLAGS) -o $@
143 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
144 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
145 am__v_CCLD_0 = @echo " CCLD " $@;
146 am__v_CCLD_1 =
147 SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
148 $(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
149 DIST_SOURCES = $(tiff_bi_SOURCES) $(tiff_grayscale_SOURCES) \
150 $(tiff_palette_SOURCES) $(tiff_rgb_SOURCES)
151 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
152 html-recursive info-recursive install-data-recursive \
153 install-dvi-recursive install-exec-recursive \
154 install-html-recursive install-info-recursive \
155 install-pdf-recursive install-ps-recursive install-recursive \
156 installcheck-recursive installdirs-recursive pdf-recursive \
157 ps-recursive uninstall-recursive
158 am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
165 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
166 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
167 distdir
168 ETAGS = etags
169 CTAGS = ctags
170 DIST_SUBDIRS = $(SUBDIRS)
171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172 am__relativize = \
173 dir0=`pwd`; \
174 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
175 sed_rest='s,^[^/]*/*,,'; \
176 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
177 sed_butlast='s,/*[^/]*$$,,'; \
178 while test -n "$$dir1"; do \
179 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
180 if test "$$first" != "."; then \
181 if test "$$first" = ".."; then \
182 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
183 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
184 else \
185 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
186 if test "$$first2" = "$$first"; then \
187 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
188 else \
189 dir2="../$$dir2"; \
190 fi; \
191 dir0="$$dir0"/"$$first"; \
192 fi; \
193 fi; \
194 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
195 done; \
196 reldir="$$dir2"
197 ACLOCAL = @ACLOCAL@
198 AMTAR = @AMTAR@
199 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200 AR = @AR@
201 AS = @AS@
202 AUTOCONF = @AUTOCONF@
203 AUTOHEADER = @AUTOHEADER@
204 AUTOMAKE = @AUTOMAKE@
205 AWK = @AWK@
206 CC = @CC@
207 CCDEPMODE = @CCDEPMODE@
208 CFLAGS = @CFLAGS@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CXX = @CXX@
212 CXXCPP = @CXXCPP@
213 CXXDEPMODE = @CXXDEPMODE@
214 CXXFLAGS = @CXXFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DLLTOOL = @DLLTOOL@
219 DSYMUTIL = @DSYMUTIL@
220 DUMPBIN = @DUMPBIN@
221 ECHO_C = @ECHO_C@
222 ECHO_N = @ECHO_N@
223 ECHO_T = @ECHO_T@
224 EGREP = @EGREP@
225 EXEEXT = @EXEEXT@
226 FGREP = @FGREP@
227 GLUT_CFLAGS = @GLUT_CFLAGS@
228 GLUT_LIBS = @GLUT_LIBS@
229 GLU_CFLAGS = @GLU_CFLAGS@
230 GLU_LIBS = @GLU_LIBS@
231 GL_CFLAGS = @GL_CFLAGS@
232 GL_LIBS = @GL_LIBS@
233 GREP = @GREP@
234 INSTALL = @INSTALL@
235 INSTALL_DATA = @INSTALL_DATA@
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239 LD = @LD@
240 LDFLAGS = @LDFLAGS@
241 LIBDIR = @LIBDIR@
242 LIBOBJS = @LIBOBJS@
243 LIBS = @LIBS@
244 LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
245 LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
246 LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
247 LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
248 LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
249 LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
250 LIBTIFF_VERSION = @LIBTIFF_VERSION@
251 LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
252 LIBTOOL = @LIBTOOL@
253 LIPO = @LIPO@
254 LN_S = @LN_S@
255 LTLIBOBJS = @LTLIBOBJS@
256 MAINT = @MAINT@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
259 MKDIR_P = @MKDIR_P@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 OBJDUMP = @OBJDUMP@
263 OBJEXT = @OBJEXT@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PTHREAD_CC = @PTHREAD_CC@
275 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
276 PTHREAD_LIBS = @PTHREAD_LIBS@
277 RANLIB = @RANLIB@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 VERSION = @VERSION@
283 XMKMF = @XMKMF@
284 X_CFLAGS = @X_CFLAGS@
285 X_EXTRA_LIBS = @X_EXTRA_LIBS@
286 X_LIBS = @X_LIBS@
287 X_PRE_LIBS = @X_PRE_LIBS@
288 abs_builddir = @abs_builddir@
289 abs_srcdir = @abs_srcdir@
290 abs_top_builddir = @abs_top_builddir@
291 abs_top_srcdir = @abs_top_srcdir@
292 ac_ct_AR = @ac_ct_AR@
293 ac_ct_CC = @ac_ct_CC@
294 ac_ct_CXX = @ac_ct_CXX@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 ax_pthread_config = @ax_pthread_config@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 builddir = @builddir@
309 datadir = @datadir@
310 datarootdir = @datarootdir@
311 docdir = @docdir@
312 dvidir = @dvidir@
313 exec_prefix = @exec_prefix@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 localedir = @localedir@
326 localstatedir = @localstatedir@
327 mandir = @mandir@
328 mkdir_p = @mkdir_p@
329 oldincludedir = @oldincludedir@
330 pdfdir = @pdfdir@
331 prefix = @prefix@
332 program_transform_name = @program_transform_name@
333 psdir = @psdir@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target_alias = @target_alias@
339 tiff_libs_private = @tiff_libs_private@
340 top_build_prefix = @top_build_prefix@
341 top_builddir = @top_builddir@
342 top_srcdir = @top_srcdir@
343 SUBDIRS = xtiff
344 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
345 EXTRA_DIST = README
346 tiff_bi_SOURCES = tiff-bi.c
347 tiff_bi_LDADD = $(LIBTIFF)
348 tiff_grayscale_SOURCES = tiff-grayscale.c
349 tiff_grayscale_LDADD = $(LIBTIFF)
350 tiff_palette_SOURCES = tiff-palette.c
351 tiff_palette_LDADD = $(LIBTIFF)
352 tiff_rgb_SOURCES = tiff-rgb.c
353 tiff_rgb_LDADD = $(LIBTIFF)
354 AM_CPPFLAGS = -I$(top_srcdir)/libtiff
355 all: all-recursive
356
357 .SUFFIXES:
358 .SUFFIXES: .c .lo .o .obj
359 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
360 @for dep in $?; do \
361 case '$(am__configure_deps)' in \
362 *$$dep*) \
363 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364 && { if test -f $@; then exit 0; else break; fi; }; \
365 exit 1;; \
366 esac; \
367 done; \
368 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/dbs/Makefile'; \
369 $(am__cd) $(top_srcdir) && \
370 $(AUTOMAKE) --foreign contrib/dbs/Makefile
371 .PRECIOUS: Makefile
372 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373 @case '$?' in \
374 *config.status*) \
375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376 *) \
377 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379 esac;
380
381 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
384 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
385 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(am__aclocal_m4_deps):
389
390 clean-noinstPROGRAMS:
391 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
392 echo " rm -f" $$list; \
393 rm -f $$list || exit $$?; \
394 test -n "$(EXEEXT)" || exit 0; \
395 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
396 echo " rm -f" $$list; \
397 rm -f $$list
398 tiff-bi$(EXEEXT): $(tiff_bi_OBJECTS) $(tiff_bi_DEPENDENCIES) $(EXTRA_tiff_bi_DEPENDENCIES)
399 @rm -f tiff-bi$(EXEEXT)
400 $(AM_V_CCLD)$(LINK) $(tiff_bi_OBJECTS) $(tiff_bi_LDADD) $(LIBS)
401 tiff-grayscale$(EXEEXT): $(tiff_grayscale_OBJECTS) $(tiff_grayscale_DEPENDENCIES) $(EXTRA_tiff_grayscale_DEPENDENCIES)
402 @rm -f tiff-grayscale$(EXEEXT)
403 $(AM_V_CCLD)$(LINK) $(tiff_grayscale_OBJECTS) $(tiff_grayscale_LDADD) $(LIBS)
404 tiff-palette$(EXEEXT): $(tiff_palette_OBJECTS) $(tiff_palette_DEPENDENCIES) $(EXTRA_tiff_palette_DEPENDENCIES)
405 @rm -f tiff-palette$(EXEEXT)
406 $(AM_V_CCLD)$(LINK) $(tiff_palette_OBJECTS) $(tiff_palette_LDADD) $(LIBS)
407 tiff-rgb$(EXEEXT): $(tiff_rgb_OBJECTS) $(tiff_rgb_DEPENDENCIES) $(EXTRA_tiff_rgb_DEPENDENCIES)
408 @rm -f tiff-rgb$(EXEEXT)
409 $(AM_V_CCLD)$(LINK) $(tiff_rgb_OBJECTS) $(tiff_rgb_LDADD) $(LIBS)
410
411 mostlyclean-compile:
412 -rm -f *.$(OBJEXT)
413
414 distclean-compile:
415 -rm -f *.tab.c
416
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-bi.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-grayscale.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-palette.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiff-rgb.Po@am__quote@
421
422 .c.o:
423 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
428
429 .c.obj:
430 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
435
436 .c.lo:
437 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
442
443 mostlyclean-libtool:
444 -rm -f *.lo
445
446 clean-libtool:
447 -rm -rf .libs _libs
448
449 # This directory's subdirectories are mostly independent; you can cd
450 # into them and run 'make' without going through this Makefile.
451 # To change the values of 'make' variables: instead of editing Makefiles,
452 # (1) if the variable is set in 'config.status', edit 'config.status'
453 # (which will cause the Makefiles to be regenerated when you run 'make');
454 # (2) otherwise, pass the desired values on the 'make' command line.
455 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
456 @fail= failcom='exit 1'; \
457 for f in x $$MAKEFLAGS; do \
458 case $$f in \
459 *=* | --[!k]*);; \
460 *k*) failcom='fail=yes';; \
461 esac; \
462 done; \
463 dot_seen=no; \
464 target=`echo $@ | sed s/-recursive//`; \
465 case "$@" in \
466 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
467 *) list='$(SUBDIRS)' ;; \
468 esac; \
469 for subdir in $$list; do \
470 echo "Making $$target in $$subdir"; \
471 if test "$$subdir" = "."; then \
472 dot_seen=yes; \
473 local_target="$$target-am"; \
474 else \
475 local_target="$$target"; \
476 fi; \
477 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
478 || eval $$failcom; \
479 done; \
480 if test "$$dot_seen" = "no"; then \
481 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
482 fi; test -z "$$fail"
483 tags-recursive:
484 list='$(SUBDIRS)'; for subdir in $$list; do \
485 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
486 done
487 ctags-recursive:
488 list='$(SUBDIRS)'; for subdir in $$list; do \
489 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
490 done
491 cscopelist-recursive:
492 list='$(SUBDIRS)'; for subdir in $$list; do \
493 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
494 done
495
496 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
497 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498 unique=`for i in $$list; do \
499 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500 done | \
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502 END { if (nonempty) { for (i in files) print i; }; }'`; \
503 mkid -fID $$unique
504 tags: TAGS
505
506 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
507 $(TAGS_FILES) $(LISP)
508 set x; \
509 here=`pwd`; \
510 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
511 include_option=--etags-include; \
512 empty_fix=.; \
513 else \
514 include_option=--include; \
515 empty_fix=; \
516 fi; \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
518 if test "$$subdir" = .; then :; else \
519 test ! -f $$subdir/TAGS || \
520 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
521 fi; \
522 done; \
523 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
524 unique=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526 done | \
527 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528 END { if (nonempty) { for (i in files) print i; }; }'`; \
529 shift; \
530 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531 test -n "$$unique" || unique=$$empty_fix; \
532 if test $$# -gt 0; then \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 "$$@" $$unique; \
535 else \
536 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537 $$unique; \
538 fi; \
539 fi
540 ctags: CTAGS
541 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
542 $(TAGS_FILES) $(LISP)
543 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
544 unique=`for i in $$list; do \
545 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546 done | \
547 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548 END { if (nonempty) { for (i in files) print i; }; }'`; \
549 test -z "$(CTAGS_ARGS)$$unique" \
550 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551 $$unique
552
553 GTAGS:
554 here=`$(am__cd) $(top_builddir) && pwd` \
555 && $(am__cd) $(top_srcdir) \
556 && gtags -i $(GTAGS_ARGS) "$$here"
557
558 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
559 list='$(SOURCES) $(HEADERS) $(LISP)'; \
560 case "$(srcdir)" in \
561 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562 *) sdir=$(subdir)/$(srcdir) ;; \
563 esac; \
564 for i in $$list; do \
565 if test -f "$$i"; then \
566 echo "$(subdir)/$$i"; \
567 else \
568 echo "$$sdir/$$i"; \
569 fi; \
570 done >> $(top_builddir)/cscope.files
571
572 distclean-tags:
573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575 distdir: $(DISTFILES)
576 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578 list='$(DISTFILES)'; \
579 dist_files=`for file in $$list; do echo $$file; done | \
580 sed -e "s|^$$srcdirstrip/||;t" \
581 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
582 case $$dist_files in \
583 */*) $(MKDIR_P) `echo "$$dist_files" | \
584 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585 sort -u` ;; \
586 esac; \
587 for file in $$dist_files; do \
588 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
589 if test -d $$d/$$file; then \
590 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
591 if test -d "$(distdir)/$$file"; then \
592 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593 fi; \
594 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
596 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597 fi; \
598 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
599 else \
600 test -f "$(distdir)/$$file" \
601 || cp -p $$d/$$file "$(distdir)/$$file" \
602 || exit 1; \
603 fi; \
604 done
605 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606 if test "$$subdir" = .; then :; else \
607 $(am__make_dryrun) \
608 || test -d "$(distdir)/$$subdir" \
609 || $(MKDIR_P) "$(distdir)/$$subdir" \
610 || exit 1; \
611 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
612 $(am__relativize); \
613 new_distdir=$$reldir; \
614 dir1=$$subdir; dir2="$(top_distdir)"; \
615 $(am__relativize); \
616 new_top_distdir=$$reldir; \
617 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
618 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
619 ($(am__cd) $$subdir && \
620 $(MAKE) $(AM_MAKEFLAGS) \
621 top_distdir="$$new_top_distdir" \
622 distdir="$$new_distdir" \
623 am__remove_distdir=: \
624 am__skip_length_check=: \
625 am__skip_mode_fix=: \
626 distdir) \
627 || exit 1; \
628 fi; \
629 done
630 check-am: all-am
631 check: check-recursive
632 all-am: Makefile $(PROGRAMS)
633 installdirs: installdirs-recursive
634 installdirs-am:
635 install: install-recursive
636 install-exec: install-exec-recursive
637 install-data: install-data-recursive
638 uninstall: uninstall-recursive
639
640 install-am: all-am
641 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
642
643 installcheck: installcheck-recursive
644 install-strip:
645 if test -z '$(STRIP)'; then \
646 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
647 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
648 install; \
649 else \
650 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
653 fi
654 mostlyclean-generic:
655
656 clean-generic:
657
658 distclean-generic:
659 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
660 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
662 maintainer-clean-generic:
663 @echo "This command is intended for maintainers to use"
664 @echo "it deletes files that may require special tools to rebuild."
665 clean: clean-recursive
666
667 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
668 mostlyclean-am
669
670 distclean: distclean-recursive
671 -rm -rf ./$(DEPDIR)
672 -rm -f Makefile
673 distclean-am: clean-am distclean-compile distclean-generic \
674 distclean-tags
675
676 dvi: dvi-recursive
677
678 dvi-am:
679
680 html: html-recursive
681
682 html-am:
683
684 info: info-recursive
685
686 info-am:
687
688 install-data-am:
689
690 install-dvi: install-dvi-recursive
691
692 install-dvi-am:
693
694 install-exec-am:
695
696 install-html: install-html-recursive
697
698 install-html-am:
699
700 install-info: install-info-recursive
701
702 install-info-am:
703
704 install-man:
705
706 install-pdf: install-pdf-recursive
707
708 install-pdf-am:
709
710 install-ps: install-ps-recursive
711
712 install-ps-am:
713
714 installcheck-am:
715
716 maintainer-clean: maintainer-clean-recursive
717 -rm -rf ./$(DEPDIR)
718 -rm -f Makefile
719 maintainer-clean-am: distclean-am maintainer-clean-generic
720
721 mostlyclean: mostlyclean-recursive
722
723 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
724 mostlyclean-libtool
725
726 pdf: pdf-recursive
727
728 pdf-am:
729
730 ps: ps-recursive
731
732 ps-am:
733
734 uninstall-am:
735
736 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
737 cscopelist-recursive ctags-recursive install-am install-strip \
738 tags-recursive
739
740 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
741 all all-am check check-am clean clean-generic clean-libtool \
742 clean-noinstPROGRAMS cscopelist cscopelist-recursive ctags \
743 ctags-recursive distclean distclean-compile distclean-generic \
744 distclean-libtool distclean-tags distdir dvi dvi-am html \
745 html-am info info-am install install-am install-data \
746 install-data-am install-dvi install-dvi-am install-exec \
747 install-exec-am install-html install-html-am install-info \
748 install-info-am install-man install-pdf install-pdf-am \
749 install-ps install-ps-am install-strip installcheck \
750 installcheck-am installdirs installdirs-am maintainer-clean \
751 maintainer-clean-generic mostlyclean mostlyclean-compile \
752 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
753 tags tags-recursive uninstall uninstall-am
754
755
756 # Tell versions [3.59,3.63) of GNU make to not export all variables.
757 # Otherwise a system limit (for SysV at least) may be exceeded.
758 .NOEXPORT: