Initial code release
[adaptation/xorg-x11-drv-intel.git] / src / xvmc / 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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = src/xvmc
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
41         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43         $(top_srcdir)/configure.ac
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 CONFIG_CLEAN_VPATH_FILES =
50 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51 am__vpath_adj = case $$p in \
52     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53     *) f=$$p;; \
54   esac;
55 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
56 am__install_max = 40
57 am__nobase_strip_setup = \
58   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
59 am__nobase_strip = \
60   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
61 am__nobase_list = $(am__nobase_strip_setup); \
62   for p in $$list; do echo "$$p $$p"; done | \
63   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
64   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
65     if (++n[$$2] == $(am__install_max)) \
66       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
67     END { for (dir in files) print dir, files[dir] }'
68 am__base_list = \
69   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
70   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71 am__installdirs = "$(DESTDIR)$(libdir)"
72 LTLIBRARIES = $(lib_LTLIBRARIES)
73 libIntelXvMC_la_DEPENDENCIES =
74 am_libIntelXvMC_la_OBJECTS = intel_xvmc.lo intel_xvmc_dump.lo \
75         i915_xvmc.lo i965_xvmc.lo xvmc_vld.lo intel_batchbuffer.lo
76 libIntelXvMC_la_OBJECTS = $(am_libIntelXvMC_la_OBJECTS)
77 AM_V_lt = $(am__v_lt_$(V))
78 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
79 am__v_lt_0 = --silent
80 libIntelXvMC_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
81         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82         $(AM_CFLAGS) $(CFLAGS) $(libIntelXvMC_la_LDFLAGS) $(LDFLAGS) \
83         -o $@
84 @XVMC_TRUE@am_libIntelXvMC_la_rpath = -rpath $(libdir)
85 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
87 am__depfiles_maybe = depfiles
88 am__mv = mv -f
89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
92         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
93         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94         $(AM_CFLAGS) $(CFLAGS)
95 AM_V_CC = $(am__v_CC_$(V))
96 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
97 am__v_CC_0 = @echo "  CC    " $@;
98 AM_V_at = $(am__v_at_$(V))
99 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
100 am__v_at_0 = @
101 CCLD = $(CC)
102 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104         $(AM_LDFLAGS) $(LDFLAGS) -o $@
105 AM_V_CCLD = $(am__v_CCLD_$(V))
106 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
107 am__v_CCLD_0 = @echo "  CCLD  " $@;
108 AM_V_GEN = $(am__v_GEN_$(V))
109 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
110 am__v_GEN_0 = @echo "  GEN   " $@;
111 SOURCES = $(libIntelXvMC_la_SOURCES)
112 DIST_SOURCES = $(libIntelXvMC_la_SOURCES)
113 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114         html-recursive info-recursive install-data-recursive \
115         install-dvi-recursive install-exec-recursive \
116         install-html-recursive install-info-recursive \
117         install-pdf-recursive install-ps-recursive install-recursive \
118         installcheck-recursive installdirs-recursive pdf-recursive \
119         ps-recursive uninstall-recursive
120 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121   distclean-recursive maintainer-clean-recursive
122 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124         distdir
125 ETAGS = etags
126 CTAGS = ctags
127 DIST_SUBDIRS = $(SUBDIRS)
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 am__relativize = \
130   dir0=`pwd`; \
131   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
132   sed_rest='s,^[^/]*/*,,'; \
133   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
134   sed_butlast='s,/*[^/]*$$,,'; \
135   while test -n "$$dir1"; do \
136     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
137     if test "$$first" != "."; then \
138       if test "$$first" = ".."; then \
139         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
140         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
141       else \
142         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
143         if test "$$first2" = "$$first"; then \
144           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
145         else \
146           dir2="../$$dir2"; \
147         fi; \
148         dir0="$$dir0"/"$$first"; \
149       fi; \
150     fi; \
151     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
152   done; \
153   reldir="$$dir2"
154 ACLOCAL = @ACLOCAL@
155 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
156 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 APP_MAN_DIR = @APP_MAN_DIR@
160 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
161 AR = @AR@
162 AUTOCONF = @AUTOCONF@
163 AUTOHEADER = @AUTOHEADER@
164 AUTOMAKE = @AUTOMAKE@
165 AWK = @AWK@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CHANGELOG_CMD = @CHANGELOG_CMD@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CWARNFLAGS = @CWARNFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
177 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
178 DRIVER_NAME = @DRIVER_NAME@
179 DRI_CFLAGS = @DRI_CFLAGS@
180 DRI_LIBS = @DRI_LIBS@
181 DRM_CFLAGS = @DRM_CFLAGS@
182 DRM_LIBS = @DRM_LIBS@
183 DSYMUTIL = @DSYMUTIL@
184 DUMPBIN = @DUMPBIN@
185 ECHO_C = @ECHO_C@
186 ECHO_N = @ECHO_N@
187 ECHO_T = @ECHO_T@
188 EGREP = @EGREP@
189 EXEEXT = @EXEEXT@
190 FGREP = @FGREP@
191 FILE_MAN_DIR = @FILE_MAN_DIR@
192 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
193 GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@
194 GEN4ASM_LIBS = @GEN4ASM_LIBS@
195 GREP = @GREP@
196 INSTALL = @INSTALL@
197 INSTALL_CMD = @INSTALL_CMD@
198 INSTALL_DATA = @INSTALL_DATA@
199 INSTALL_PROGRAM = @INSTALL_PROGRAM@
200 INSTALL_SCRIPT = @INSTALL_SCRIPT@
201 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202 LD = @LD@
203 LDFLAGS = @LDFLAGS@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LIBTOOL = @LIBTOOL@
207 LIB_MAN_DIR = @LIB_MAN_DIR@
208 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
209 LIPO = @LIPO@
210 LN_S = @LN_S@
211 LTLIBOBJS = @LTLIBOBJS@
212 MAINT = @MAINT@
213 MAKEINFO = @MAKEINFO@
214 MAN_SUBSTS = @MAN_SUBSTS@
215 MISC_MAN_DIR = @MISC_MAN_DIR@
216 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
217 MKDIR_P = @MKDIR_P@
218 NM = @NM@
219 NMEDIT = @NMEDIT@
220 OBJDUMP = @OBJDUMP@
221 OBJEXT = @OBJEXT@
222 OTOOL = @OTOOL@
223 OTOOL64 = @OTOOL64@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230 PACKAGE_VERSION = @PACKAGE_VERSION@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
233 PCIACCESS_LIBS = @PCIACCESS_LIBS@
234 PKG_CONFIG = @PKG_CONFIG@
235 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
236 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237 RANLIB = @RANLIB@
238 SED = @SED@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 UDEV_CFLAGS = @UDEV_CFLAGS@
243 UDEV_LIBS = @UDEV_LIBS@
244 VERSION = @VERSION@
245 XORG_CFLAGS = @XORG_CFLAGS@
246 XORG_LIBS = @XORG_LIBS@
247 XORG_MAN_PAGE = @XORG_MAN_PAGE@
248 XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@
249 XVMCLIB_LIBS = @XVMCLIB_LIBS@
250 abs_builddir = @abs_builddir@
251 abs_srcdir = @abs_srcdir@
252 abs_top_builddir = @abs_top_builddir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_CC = @ac_ct_CC@
255 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
256 am__include = @am__include@
257 am__leading_dot = @am__leading_dot@
258 am__quote = @am__quote@
259 am__tar = @am__tar@
260 am__untar = @am__untar@
261 bindir = @bindir@
262 build = @build@
263 build_alias = @build_alias@
264 build_cpu = @build_cpu@
265 build_os = @build_os@
266 build_vendor = @build_vendor@
267 builddir = @builddir@
268 datadir = @datadir@
269 datarootdir = @datarootdir@
270 docdir = @docdir@
271 dvidir = @dvidir@
272 exec_prefix = @exec_prefix@
273 host = @host@
274 host_alias = @host_alias@
275 host_cpu = @host_cpu@
276 host_os = @host_os@
277 host_vendor = @host_vendor@
278 htmldir = @htmldir@
279 includedir = @includedir@
280 infodir = @infodir@
281 install_sh = @install_sh@
282 libdir = @libdir@
283 libexecdir = @libexecdir@
284 localedir = @localedir@
285 localstatedir = @localstatedir@
286 lt_ECHO = @lt_ECHO@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 moduledir = @moduledir@
290 oldincludedir = @oldincludedir@
291 pdfdir = @pdfdir@
292 prefix = @prefix@
293 program_transform_name = @program_transform_name@
294 psdir = @psdir@
295 sbindir = @sbindir@
296 sharedstatedir = @sharedstatedir@
297 srcdir = @srcdir@
298 sysconfdir = @sysconfdir@
299 target_alias = @target_alias@
300 top_build_prefix = @top_build_prefix@
301 top_builddir = @top_builddir@
302 top_srcdir = @top_srcdir@
303 @XVMC_TRUE@lib_LTLIBRARIES = libIntelXvMC.la
304 SUBDIRS = shader
305 libIntelXvMC_la_SOURCES = intel_xvmc.c \
306         intel_xvmc.h                   \
307         intel_xvmc_dump.c              \
308         i915_structs.h                 \
309         i915_program.h                 \
310         i915_xvmc.c                    \
311         i915_xvmc.h                    \
312         i965_xvmc.c                    \
313         xvmc_vld.c                     \
314         intel_batchbuffer.c            \
315         intel_batchbuffer.h
316
317 AM_CFLAGS = @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ \
318         @XVMCLIB_CFLAGS@ -I$(top_srcdir)/src -DTRUE=1 -DFALSE=0
319
320 libIntelXvMC_la_LDFLAGS = -version-number 1:0:0
321 libIntelXvMC_la_LIBADD = @DRI_LIBS@ @DRM_LIBS@ @XVMCLIB_LIBS@ -lpthread -ldrm_intel
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 src/xvmc/Makefile'; \
336         $(am__cd) $(top_srcdir) && \
337           $(AUTOMAKE) --foreign src/xvmc/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 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
357         @$(NORMAL_INSTALL)
358         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
359         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
360         list2=; for p in $$list; do \
361           if test -f $$p; then \
362             list2="$$list2 $$p"; \
363           else :; fi; \
364         done; \
365         test -z "$$list2" || { \
366           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
367           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
368         }
369
370 uninstall-libLTLIBRARIES:
371         @$(NORMAL_UNINSTALL)
372         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
373         for p in $$list; do \
374           $(am__strip_dir) \
375           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
376           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
377         done
378
379 clean-libLTLIBRARIES:
380         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
381         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
382           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
383           test "$$dir" != "$$p" || dir=.; \
384           echo "rm -f \"$${dir}/so_locations\""; \
385           rm -f "$${dir}/so_locations"; \
386         done
387 libIntelXvMC.la: $(libIntelXvMC_la_OBJECTS) $(libIntelXvMC_la_DEPENDENCIES) 
388         $(AM_V_CCLD)$(libIntelXvMC_la_LINK) $(am_libIntelXvMC_la_rpath) $(libIntelXvMC_la_OBJECTS) $(libIntelXvMC_la_LIBADD) $(LIBS)
389
390 mostlyclean-compile:
391         -rm -f *.$(OBJEXT)
392
393 distclean-compile:
394         -rm -f *.tab.c
395
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_xvmc.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i965_xvmc.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_batchbuffer.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_xvmc.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_xvmc_dump.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xvmc_vld.Plo@am__quote@
402
403 .c.o:
404 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
406 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
410
411 .c.obj:
412 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
413 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
418
419 .c.lo:
420 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
426
427 mostlyclean-libtool:
428         -rm -f *.lo
429
430 clean-libtool:
431         -rm -rf .libs _libs
432
433 # This directory's subdirectories are mostly independent; you can cd
434 # into them and run `make' without going through this Makefile.
435 # To change the values of `make' variables: instead of editing Makefiles,
436 # (1) if the variable is set in `config.status', edit `config.status'
437 #     (which will cause the Makefiles to be regenerated when you run `make');
438 # (2) otherwise, pass the desired values on the `make' command line.
439 $(RECURSIVE_TARGETS):
440         @fail= failcom='exit 1'; \
441         for f in x $$MAKEFLAGS; do \
442           case $$f in \
443             *=* | --[!k]*);; \
444             *k*) failcom='fail=yes';; \
445           esac; \
446         done; \
447         dot_seen=no; \
448         target=`echo $@ | sed s/-recursive//`; \
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           echo "Making $$target in $$subdir"; \
451           if test "$$subdir" = "."; then \
452             dot_seen=yes; \
453             local_target="$$target-am"; \
454           else \
455             local_target="$$target"; \
456           fi; \
457           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458           || eval $$failcom; \
459         done; \
460         if test "$$dot_seen" = "no"; then \
461           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
462         fi; test -z "$$fail"
463
464 $(RECURSIVE_CLEAN_TARGETS):
465         @fail= failcom='exit 1'; \
466         for f in x $$MAKEFLAGS; do \
467           case $$f in \
468             *=* | --[!k]*);; \
469             *k*) failcom='fail=yes';; \
470           esac; \
471         done; \
472         dot_seen=no; \
473         case "$@" in \
474           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
475           *) list='$(SUBDIRS)' ;; \
476         esac; \
477         rev=''; for subdir in $$list; do \
478           if test "$$subdir" = "."; then :; else \
479             rev="$$subdir $$rev"; \
480           fi; \
481         done; \
482         rev="$$rev ."; \
483         target=`echo $@ | sed s/-recursive//`; \
484         for subdir in $$rev; do \
485           echo "Making $$target in $$subdir"; \
486           if test "$$subdir" = "."; then \
487             local_target="$$target-am"; \
488           else \
489             local_target="$$target"; \
490           fi; \
491           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
492           || eval $$failcom; \
493         done && test -z "$$fail"
494 tags-recursive:
495         list='$(SUBDIRS)'; for subdir in $$list; do \
496           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
497         done
498 ctags-recursive:
499         list='$(SUBDIRS)'; for subdir in $$list; do \
500           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
501         done
502
503 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
504         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509               END { if (nonempty) { for (i in files) print i; }; }'`; \
510         mkid -fID $$unique
511 tags: TAGS
512
513 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
514                 $(TAGS_FILES) $(LISP)
515         set x; \
516         here=`pwd`; \
517         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
518           include_option=--etags-include; \
519           empty_fix=.; \
520         else \
521           include_option=--include; \
522           empty_fix=; \
523         fi; \
524         list='$(SUBDIRS)'; for subdir in $$list; do \
525           if test "$$subdir" = .; then :; else \
526             test ! -f $$subdir/TAGS || \
527               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
528           fi; \
529         done; \
530         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
531         unique=`for i in $$list; do \
532             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533           done | \
534           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535               END { if (nonempty) { for (i in files) print i; }; }'`; \
536         shift; \
537         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538           test -n "$$unique" || unique=$$empty_fix; \
539           if test $$# -gt 0; then \
540             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541               "$$@" $$unique; \
542           else \
543             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544               $$unique; \
545           fi; \
546         fi
547 ctags: CTAGS
548 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549                 $(TAGS_FILES) $(LISP)
550         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
551         unique=`for i in $$list; do \
552             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553           done | \
554           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555               END { if (nonempty) { for (i in files) print i; }; }'`; \
556         test -z "$(CTAGS_ARGS)$$unique" \
557           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558              $$unique
559
560 GTAGS:
561         here=`$(am__cd) $(top_builddir) && pwd` \
562           && $(am__cd) $(top_srcdir) \
563           && gtags -i $(GTAGS_ARGS) "$$here"
564
565 distclean-tags:
566         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
568 distdir: $(DISTFILES)
569         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571         list='$(DISTFILES)'; \
572           dist_files=`for file in $$list; do echo $$file; done | \
573           sed -e "s|^$$srcdirstrip/||;t" \
574               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575         case $$dist_files in \
576           */*) $(MKDIR_P) `echo "$$dist_files" | \
577                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578                            sort -u` ;; \
579         esac; \
580         for file in $$dist_files; do \
581           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
582           if test -d $$d/$$file; then \
583             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
584             if test -d "$(distdir)/$$file"; then \
585               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586             fi; \
587             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590             fi; \
591             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592           else \
593             test -f "$(distdir)/$$file" \
594             || cp -p $$d/$$file "$(distdir)/$$file" \
595             || exit 1; \
596           fi; \
597         done
598         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599           if test "$$subdir" = .; then :; else \
600             test -d "$(distdir)/$$subdir" \
601             || $(MKDIR_P) "$(distdir)/$$subdir" \
602             || exit 1; \
603           fi; \
604         done
605         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606           if test "$$subdir" = .; then :; else \
607             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
608             $(am__relativize); \
609             new_distdir=$$reldir; \
610             dir1=$$subdir; dir2="$(top_distdir)"; \
611             $(am__relativize); \
612             new_top_distdir=$$reldir; \
613             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
614             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
615             ($(am__cd) $$subdir && \
616               $(MAKE) $(AM_MAKEFLAGS) \
617                 top_distdir="$$new_top_distdir" \
618                 distdir="$$new_distdir" \
619                 am__remove_distdir=: \
620                 am__skip_length_check=: \
621                 am__skip_mode_fix=: \
622                 distdir) \
623               || exit 1; \
624           fi; \
625         done
626 check-am: all-am
627 check: check-recursive
628 all-am: Makefile $(LTLIBRARIES)
629 installdirs: installdirs-recursive
630 installdirs-am:
631         for dir in "$(DESTDIR)$(libdir)"; do \
632           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
633         done
634 install: install-recursive
635 install-exec: install-exec-recursive
636 install-data: install-data-recursive
637 uninstall: uninstall-recursive
638
639 install-am: all-am
640         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
641
642 installcheck: installcheck-recursive
643 install-strip:
644         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
645           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
646           `test -z '$(STRIP)' || \
647             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
648 mostlyclean-generic:
649
650 clean-generic:
651
652 distclean-generic:
653         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
654         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
655
656 maintainer-clean-generic:
657         @echo "This command is intended for maintainers to use"
658         @echo "it deletes files that may require special tools to rebuild."
659 clean: clean-recursive
660
661 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
662         mostlyclean-am
663
664 distclean: distclean-recursive
665         -rm -rf ./$(DEPDIR)
666         -rm -f Makefile
667 distclean-am: clean-am distclean-compile distclean-generic \
668         distclean-tags
669
670 dvi: dvi-recursive
671
672 dvi-am:
673
674 html: html-recursive
675
676 html-am:
677
678 info: info-recursive
679
680 info-am:
681
682 install-data-am:
683
684 install-dvi: install-dvi-recursive
685
686 install-dvi-am:
687
688 install-exec-am: install-libLTLIBRARIES
689
690 install-html: install-html-recursive
691
692 install-html-am:
693
694 install-info: install-info-recursive
695
696 install-info-am:
697
698 install-man:
699
700 install-pdf: install-pdf-recursive
701
702 install-pdf-am:
703
704 install-ps: install-ps-recursive
705
706 install-ps-am:
707
708 installcheck-am:
709
710 maintainer-clean: maintainer-clean-recursive
711         -rm -rf ./$(DEPDIR)
712         -rm -f Makefile
713 maintainer-clean-am: distclean-am maintainer-clean-generic
714
715 mostlyclean: mostlyclean-recursive
716
717 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
718         mostlyclean-libtool
719
720 pdf: pdf-recursive
721
722 pdf-am:
723
724 ps: ps-recursive
725
726 ps-am:
727
728 uninstall-am: uninstall-libLTLIBRARIES
729
730 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
731         install-am install-strip tags-recursive
732
733 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
734         all all-am check check-am clean clean-generic \
735         clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
736         distclean distclean-compile distclean-generic \
737         distclean-libtool distclean-tags distdir dvi dvi-am html \
738         html-am info info-am install install-am install-data \
739         install-data-am install-dvi install-dvi-am install-exec \
740         install-exec-am install-html install-html-am install-info \
741         install-info-am install-libLTLIBRARIES install-man install-pdf \
742         install-pdf-am install-ps install-ps-am install-strip \
743         installcheck installcheck-am installdirs installdirs-am \
744         maintainer-clean maintainer-clean-generic mostlyclean \
745         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
746         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
747         uninstall-libLTLIBRARIES
748
749
750 # Tell versions [3.59,3.63) of GNU make to not export all variables.
751 # Otherwise a system limit (for SysV at least) may be exceeded.
752 .NOEXPORT: