libtoolized.
[platform/upstream/libaec.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.12.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18
19 VPATH = @srcdir@
20 am__make_dryrun = \
21   { \
22     am__dry=no; \
23     case $$MAKEFLAGS in \
24       *\\[\ \   ]*) \
25         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27       *) \
28         for am__flg in $$MAKEFLAGS; do \
29           case $$am__flg in \
30             *=*|--*) ;; \
31             *n*) am__dry=yes; break;; \
32           esac; \
33         done;; \
34     esac; \
35     test $$am__dry = yes; \
36   }
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 bin_PROGRAMS = encode$(EXEEXT) decode$(EXEEXT) test_szcomp$(EXEEXT)
56 subdir = src
57 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
58         $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
61         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63         $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_HEADER = $(top_builddir)/config/config.h
68 CONFIG_CLEAN_FILES =
69 CONFIG_CLEAN_VPATH_FILES =
70 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj = case $$p in \
72     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73     *) f=$$p;; \
74   esac;
75 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
76 am__install_max = 40
77 am__nobase_strip_setup = \
78   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
79 am__nobase_strip = \
80   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
81 am__nobase_list = $(am__nobase_strip_setup); \
82   for p in $$list; do echo "$$p $$p"; done | \
83   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
84   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
85     if (++n[$$2] == $(am__install_max)) \
86       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
87     END { for (dir in files) print dir, files[dir] }'
88 am__base_list = \
89   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
91 am__uninstall_files_from_dir = { \
92   test -z "$$files" \
93     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
94     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
95          $(am__cd) "$$dir" && rm -f $$files; }; \
96   }
97 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
98         "$(DESTDIR)$(includedir)"
99 LTLIBRARIES = $(lib_LTLIBRARIES)
100 libae_0_0_la_LIBADD =
101 am_libae_0_0_la_OBJECTS = aee.lo aee_mutators.lo aed.lo sz_compat.lo
102 libae_0_0_la_OBJECTS = $(am_libae_0_0_la_OBJECTS)
103 libae_0_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
104         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
105         $(libae_0_0_la_LDFLAGS) $(LDFLAGS) -o $@
106 PROGRAMS = $(bin_PROGRAMS)
107 am_decode_OBJECTS = decode.$(OBJEXT)
108 decode_OBJECTS = $(am_decode_OBJECTS)
109 decode_DEPENDENCIES = $(lib_LTLIBRARIES)
110 am_encode_OBJECTS = encode.$(OBJEXT)
111 encode_OBJECTS = $(am_encode_OBJECTS)
112 encode_DEPENDENCIES = $(lib_LTLIBRARIES)
113 am_test_szcomp_OBJECTS = test_szcomp.$(OBJEXT)
114 test_szcomp_OBJECTS = $(am_test_szcomp_OBJECTS)
115 test_szcomp_DEPENDENCIES = $(lib_LTLIBRARIES)
116 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
117 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
118 am__depfiles_maybe = depfiles
119 am__mv = mv -f
120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
124         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 CCLD = $(CC)
126 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
128         $(LDFLAGS) -o $@
129 SOURCES = $(libae_0_0_la_SOURCES) $(decode_SOURCES) $(encode_SOURCES) \
130         $(test_szcomp_SOURCES)
131 DIST_SOURCES = $(libae_0_0_la_SOURCES) $(decode_SOURCES) \
132         $(encode_SOURCES) $(test_szcomp_SOURCES)
133 am__can_run_installinfo = \
134   case $$AM_UPDATE_INFO_DIR in \
135     n|no|NO) false;; \
136     *) (install-info --version) >/dev/null 2>&1;; \
137   esac
138 HEADERS = $(include_HEADERS)
139 ETAGS = etags
140 CTAGS = ctags
141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AR = @AR@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CYGPATH_W = @CYGPATH_W@
155 DEFS = @DEFS@
156 DEPDIR = @DEPDIR@
157 DLLTOOL = @DLLTOOL@
158 DSYMUTIL = @DSYMUTIL@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 FGREP = @FGREP@
166 GREP = @GREP@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 LD = @LD@
173 LDFLAGS = @LDFLAGS@
174 LIBOBJS = @LIBOBJS@
175 LIBS = @LIBS@
176 LIBTOOL = @LIBTOOL@
177 LIPO = @LIPO@
178 LN_S = @LN_S@
179 LTLIBOBJS = @LTLIBOBJS@
180 MAKEINFO = @MAKEINFO@
181 MANIFEST_TOOL = @MANIFEST_TOOL@
182 MKDIR_P = @MKDIR_P@
183 NM = @NM@
184 NMEDIT = @NMEDIT@
185 OBJDUMP = @OBJDUMP@
186 OBJEXT = @OBJEXT@
187 OTOOL = @OTOOL@
188 OTOOL64 = @OTOOL64@
189 PACKAGE = @PACKAGE@
190 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191 PACKAGE_NAME = @PACKAGE_NAME@
192 PACKAGE_STRING = @PACKAGE_STRING@
193 PACKAGE_TARNAME = @PACKAGE_TARNAME@
194 PACKAGE_URL = @PACKAGE_URL@
195 PACKAGE_VERSION = @PACKAGE_VERSION@
196 PATH_SEPARATOR = @PATH_SEPARATOR@
197 RANLIB = @RANLIB@
198 SED = @SED@
199 SET_MAKE = @SET_MAKE@
200 SHELL = @SHELL@
201 STRIP = @STRIP@
202 VERSION = @VERSION@
203 abs_builddir = @abs_builddir@
204 abs_srcdir = @abs_srcdir@
205 abs_top_builddir = @abs_top_builddir@
206 abs_top_srcdir = @abs_top_srcdir@
207 ac_ct_AR = @ac_ct_AR@
208 ac_ct_CC = @ac_ct_CC@
209 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210 am__include = @am__include@
211 am__leading_dot = @am__leading_dot@
212 am__quote = @am__quote@
213 am__tar = @am__tar@
214 am__untar = @am__untar@
215 bindir = @bindir@
216 build = @build@
217 build_alias = @build_alias@
218 build_cpu = @build_cpu@
219 build_os = @build_os@
220 build_vendor = @build_vendor@
221 builddir = @builddir@
222 datadir = @datadir@
223 datarootdir = @datarootdir@
224 docdir = @docdir@
225 dvidir = @dvidir@
226 exec_prefix = @exec_prefix@
227 host = @host@
228 host_alias = @host_alias@
229 host_cpu = @host_cpu@
230 host_os = @host_os@
231 host_vendor = @host_vendor@
232 htmldir = @htmldir@
233 includedir = @includedir@
234 infodir = @infodir@
235 install_sh = @install_sh@
236 libdir = @libdir@
237 libexecdir = @libexecdir@
238 localedir = @localedir@
239 localstatedir = @localstatedir@
240 mandir = @mandir@
241 mkdir_p = @mkdir_p@
242 oldincludedir = @oldincludedir@
243 pdfdir = @pdfdir@
244 prefix = @prefix@
245 program_transform_name = @program_transform_name@
246 psdir = @psdir@
247 sbindir = @sbindir@
248 sharedstatedir = @sharedstatedir@
249 srcdir = @srcdir@
250 sysconfdir = @sysconfdir@
251 target_alias = @target_alias@
252 top_build_prefix = @top_build_prefix@
253 top_builddir = @top_builddir@
254 top_srcdir = @top_srcdir@
255 ACLOCAL_AMFLAGS = -I m4 --install
256 lib_LTLIBRARIES = libae-0.0.la
257 libae_0_0_la_SOURCES = aee.c aee_mutators.c aed.c sz_compat.c
258 libae_0_0_la_LDFLAGS = -version-info 0:0:2
259 include_HEADERS = libae.h
260 encode_LDADD = $(lib_LTLIBRARIES)
261 decode_LDADD = $(lib_LTLIBRARIES)
262 test_szcomp_LDADD = $(lib_LTLIBRARIES)
263 encode_SOURCES = encode.c
264 decode_SOURCES = decode.c
265 test_szcomp_SOURCES = test_szcomp.c
266 all: all-am
267
268 .SUFFIXES:
269 .SUFFIXES: .c .lo .o .obj
270 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271         @for dep in $?; do \
272           case '$(am__configure_deps)' in \
273             *$$dep*) \
274               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
275                 && { if test -f $@; then exit 0; else break; fi; }; \
276               exit 1;; \
277           esac; \
278         done; \
279         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
280         $(am__cd) $(top_srcdir) && \
281           $(AUTOMAKE) --gnu src/Makefile
282 .PRECIOUS: Makefile
283 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284         @case '$?' in \
285           *config.status*) \
286             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287           *) \
288             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290         esac;
291
292 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295 $(top_srcdir)/configure:  $(am__configure_deps)
296         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(am__aclocal_m4_deps):
300 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
301         @$(NORMAL_INSTALL)
302         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
303         list2=; for p in $$list; do \
304           if test -f $$p; then \
305             list2="$$list2 $$p"; \
306           else :; fi; \
307         done; \
308         test -z "$$list2" || { \
309           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
310           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
311           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
312           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
313         }
314
315 uninstall-libLTLIBRARIES:
316         @$(NORMAL_UNINSTALL)
317         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
318         for p in $$list; do \
319           $(am__strip_dir) \
320           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
321           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
322         done
323
324 clean-libLTLIBRARIES:
325         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
326         @list='$(lib_LTLIBRARIES)'; \
327         locs=`for p in $$list; do echo $$p; done | \
328               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
329               sort -u`; \
330         test -z "$$locs" || { \
331           echo rm -f $${locs}; \
332           rm -f $${locs}; \
333         }
334 libae-0.0.la: $(libae_0_0_la_OBJECTS) $(libae_0_0_la_DEPENDENCIES) $(EXTRA_libae_0_0_la_DEPENDENCIES) 
335         $(libae_0_0_la_LINK) -rpath $(libdir) $(libae_0_0_la_OBJECTS) $(libae_0_0_la_LIBADD) $(LIBS)
336 install-binPROGRAMS: $(bin_PROGRAMS)
337         @$(NORMAL_INSTALL)
338         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
339         if test -n "$$list"; then \
340           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
341           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
342         fi; \
343         for p in $$list; do echo "$$p $$p"; done | \
344         sed 's/$(EXEEXT)$$//' | \
345         while read p p1; do if test -f $$p || test -f $$p1; \
346           then echo "$$p"; echo "$$p"; else :; fi; \
347         done | \
348         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
349             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
350         sed 'N;N;N;s,\n, ,g' | \
351         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
352           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
353             if ($$2 == $$4) files[d] = files[d] " " $$1; \
354             else { print "f", $$3 "/" $$4, $$1; } } \
355           END { for (d in files) print "f", d, files[d] }' | \
356         while read type dir files; do \
357             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
358             test -z "$$files" || { \
359             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
360             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
361             } \
362         ; done
363
364 uninstall-binPROGRAMS:
365         @$(NORMAL_UNINSTALL)
366         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
367         files=`for p in $$list; do echo "$$p"; done | \
368           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
369               -e 's/$$/$(EXEEXT)/' `; \
370         test -n "$$list" || exit 0; \
371         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
372         cd "$(DESTDIR)$(bindir)" && rm -f $$files
373
374 clean-binPROGRAMS:
375         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
376         echo " rm -f" $$list; \
377         rm -f $$list || exit $$?; \
378         test -n "$(EXEEXT)" || exit 0; \
379         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
380         echo " rm -f" $$list; \
381         rm -f $$list
382 decode$(EXEEXT): $(decode_OBJECTS) $(decode_DEPENDENCIES) $(EXTRA_decode_DEPENDENCIES) 
383         @rm -f decode$(EXEEXT)
384         $(LINK) $(decode_OBJECTS) $(decode_LDADD) $(LIBS)
385 encode$(EXEEXT): $(encode_OBJECTS) $(encode_DEPENDENCIES) $(EXTRA_encode_DEPENDENCIES) 
386         @rm -f encode$(EXEEXT)
387         $(LINK) $(encode_OBJECTS) $(encode_LDADD) $(LIBS)
388 test_szcomp$(EXEEXT): $(test_szcomp_OBJECTS) $(test_szcomp_DEPENDENCIES) $(EXTRA_test_szcomp_DEPENDENCIES) 
389         @rm -f test_szcomp$(EXEEXT)
390         $(LINK) $(test_szcomp_OBJECTS) $(test_szcomp_LDADD) $(LIBS)
391
392 mostlyclean-compile:
393         -rm -f *.$(OBJEXT)
394
395 distclean-compile:
396         -rm -f *.tab.c
397
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aed.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aee.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aee_mutators.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encode.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sz_compat.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_szcomp.Po@am__quote@
405
406 .c.o:
407 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
412
413 .c.obj:
414 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
419
420 .c.lo:
421 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
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 install-includeHEADERS: $(include_HEADERS)
433         @$(NORMAL_INSTALL)
434         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
435         if test -n "$$list"; then \
436           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
437           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
438         fi; \
439         for p in $$list; do \
440           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
441           echo "$$d$$p"; \
442         done | $(am__base_list) | \
443         while read files; do \
444           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
445           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
446         done
447
448 uninstall-includeHEADERS:
449         @$(NORMAL_UNINSTALL)
450         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
451         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
452         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
453
454 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
455         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456         unique=`for i in $$list; do \
457             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458           done | \
459           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460               END { if (nonempty) { for (i in files) print i; }; }'`; \
461         mkid -fID $$unique
462 tags: TAGS
463
464 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         set x; \
467         here=`pwd`; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473               END { if (nonempty) { for (i in files) print i; }; }'`; \
474         shift; \
475         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
476           test -n "$$unique" || unique=$$empty_fix; \
477           if test $$# -gt 0; then \
478             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
479               "$$@" $$unique; \
480           else \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               $$unique; \
483           fi; \
484         fi
485 ctags: CTAGS
486 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487                 $(TAGS_FILES) $(LISP)
488         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         test -z "$(CTAGS_ARGS)$$unique" \
495           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
496              $$unique
497
498 GTAGS:
499         here=`$(am__cd) $(top_builddir) && pwd` \
500           && $(am__cd) $(top_srcdir) \
501           && gtags -i $(GTAGS_ARGS) "$$here"
502
503 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
504         list='$(SOURCES) $(HEADERS) $(LISP)'; \
505         case "$(srcdir)" in \
506           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
507           *) sdir=$(subdir)/$(srcdir) ;; \
508         esac; \
509         for i in $$list; do \
510           if test -f "$$i"; then \
511             echo "$(subdir)/$$i"; \
512           else \
513             echo "$$sdir/$$i"; \
514           fi; \
515         done >> $(top_builddir)/cscope.files
516
517 distclean-tags:
518         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519
520 distdir: $(DISTFILES)
521         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523         list='$(DISTFILES)'; \
524           dist_files=`for file in $$list; do echo $$file; done | \
525           sed -e "s|^$$srcdirstrip/||;t" \
526               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
527         case $$dist_files in \
528           */*) $(MKDIR_P) `echo "$$dist_files" | \
529                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
530                            sort -u` ;; \
531         esac; \
532         for file in $$dist_files; do \
533           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
534           if test -d $$d/$$file; then \
535             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
536             if test -d "$(distdir)/$$file"; then \
537               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538             fi; \
539             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
540               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
541               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
542             fi; \
543             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
544           else \
545             test -f "$(distdir)/$$file" \
546             || cp -p $$d/$$file "$(distdir)/$$file" \
547             || exit 1; \
548           fi; \
549         done
550 check-am: all-am
551 check: check-am
552 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
553 install-binPROGRAMS: install-libLTLIBRARIES
554
555 installdirs:
556         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
557           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
558         done
559 install: install-am
560 install-exec: install-exec-am
561 install-data: install-data-am
562 uninstall: uninstall-am
563
564 install-am: all-am
565         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567 installcheck: installcheck-am
568 install-strip:
569         if test -z '$(STRIP)'; then \
570           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572               install; \
573         else \
574           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
577         fi
578 mostlyclean-generic:
579
580 clean-generic:
581
582 distclean-generic:
583         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
586 maintainer-clean-generic:
587         @echo "This command is intended for maintainers to use"
588         @echo "it deletes files that may require special tools to rebuild."
589 clean: clean-am
590
591 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
592         clean-libtool mostlyclean-am
593
594 distclean: distclean-am
595         -rm -rf ./$(DEPDIR)
596         -rm -f Makefile
597 distclean-am: clean-am distclean-compile distclean-generic \
598         distclean-tags
599
600 dvi: dvi-am
601
602 dvi-am:
603
604 html: html-am
605
606 html-am:
607
608 info: info-am
609
610 info-am:
611
612 install-data-am: install-includeHEADERS
613
614 install-dvi: install-dvi-am
615
616 install-dvi-am:
617
618 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
619
620 install-html: install-html-am
621
622 install-html-am:
623
624 install-info: install-info-am
625
626 install-info-am:
627
628 install-man:
629
630 install-pdf: install-pdf-am
631
632 install-pdf-am:
633
634 install-ps: install-ps-am
635
636 install-ps-am:
637
638 installcheck-am:
639
640 maintainer-clean: maintainer-clean-am
641         -rm -rf ./$(DEPDIR)
642         -rm -f Makefile
643 maintainer-clean-am: distclean-am maintainer-clean-generic
644
645 mostlyclean: mostlyclean-am
646
647 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
648         mostlyclean-libtool
649
650 pdf: pdf-am
651
652 pdf-am:
653
654 ps: ps-am
655
656 ps-am:
657
658 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
659         uninstall-libLTLIBRARIES
660
661 .MAKE: install-am install-strip
662
663 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
664         clean-generic clean-libLTLIBRARIES clean-libtool cscopelist \
665         ctags distclean distclean-compile distclean-generic \
666         distclean-libtool distclean-tags distdir dvi dvi-am html \
667         html-am info info-am install install-am install-binPROGRAMS \
668         install-data install-data-am install-dvi install-dvi-am \
669         install-exec install-exec-am install-html install-html-am \
670         install-includeHEADERS install-info install-info-am \
671         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
672         install-ps install-ps-am install-strip installcheck \
673         installcheck-am installdirs maintainer-clean \
674         maintainer-clean-generic mostlyclean mostlyclean-compile \
675         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
676         tags uninstall uninstall-am uninstall-binPROGRAMS \
677         uninstall-includeHEADERS uninstall-libLTLIBRARIES
678
679
680 # Tell versions [3.59,3.63) of GNU make to not export all variables.
681 # Otherwise a system limit (for SysV at least) may be exceeded.
682 .NOEXPORT: