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