]> wimlib.net Git - wimlib/blob - src/Makefile.in
Updated README
[wimlib] / src / Makefile.in
1 # Makefile.in generated by automake 1.12 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, 2010, 2011 Free Software
6 # Foundation, 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
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 subdir = src
56 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
57         $(srcdir)/Makefile.in $(top_srcdir)/depcomp
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_nasm.m4 \
60         $(top_srcdir)/m4/iconv.m4 $(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.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)$(includedir)"
98 LTLIBRARIES = $(lib_LTLIBRARIES)
99 am__DEPENDENCIES_1 =
100 libwim_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
101         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
102         $(am__DEPENDENCIES_1)
103 am__objects_1 = comp.lo decomp.lo lz.lo lzx-common.lo lzx-comp.lo \
104         lzx-decomp.lo xpress-comp.lo xpress-decomp.lo
105 am__objects_2 = dentry.lo extract.lo header.lo integrity.lo join.lo \
106         lookup_table.lo modify.lo mount.lo resource.lo security.lo \
107         sha1.lo split.lo util.lo wim.lo write.lo xml.lo
108 am_libwim_la_OBJECTS = $(am__objects_1) $(am__objects_2)
109 libwim_la_OBJECTS = $(am_libwim_la_OBJECTS)
110 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
111 depcomp = $(SHELL) $(top_srcdir)/depcomp
112 am__depfiles_maybe = depfiles
113 am__mv = mv -f
114 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 CCLD = $(CC)
120 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
122         $(LDFLAGS) -o $@
123 SOURCES = $(libwim_la_SOURCES) $(EXTRA_libwim_la_SOURCES)
124 DIST_SOURCES = $(libwim_la_SOURCES) $(EXTRA_libwim_la_SOURCES)
125 am__can_run_installinfo = \
126   case $$AM_UPDATE_INFO_DIR in \
127     n|no|NO) false;; \
128     *) (install-info --version) >/dev/null 2>&1;; \
129   esac
130 HEADERS = $(include_HEADERS)
131 ETAGS = etags
132 CTAGS = ctags
133 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134 ACLOCAL = @ACLOCAL@
135 AMTAR = @AMTAR@
136 AR = @AR@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 CC = @CC@
142 CCDEPMODE = @CCDEPMODE@
143 CFLAGS = @CFLAGS@
144 CPP = @CPP@
145 CPPFLAGS = @CPPFLAGS@
146 CYGPATH_W = @CYGPATH_W@
147 DEFS = @DEFS@
148 DEPDIR = @DEPDIR@
149 DLLTOOL = @DLLTOOL@
150 DSYMUTIL = @DSYMUTIL@
151 DUMPBIN = @DUMPBIN@
152 ECHO_C = @ECHO_C@
153 ECHO_N = @ECHO_N@
154 ECHO_T = @ECHO_T@
155 EGREP = @EGREP@
156 EXEEXT = @EXEEXT@
157 FGREP = @FGREP@
158 GREP = @GREP@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 LD = @LD@
165 LDFLAGS = @LDFLAGS@
166 LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
167 LIBCRYPTO_LDADD = @LIBCRYPTO_LDADD@
168 LIBFUSE_CFLAGS = @LIBFUSE_CFLAGS@
169 LIBFUSE_LDADD = @LIBFUSE_LDADD@
170 LIBICONV = @LIBICONV@
171 LIBOBJS = @LIBOBJS@
172 LIBS = @LIBS@
173 LIBTOOL = @LIBTOOL@
174 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
175 LIBXML2_LDADD = @LIBXML2_LDADD@
176 LIPO = @LIPO@
177 LN_S = @LN_S@
178 LTLIBICONV = @LTLIBICONV@
179 LTLIBOBJS = @LTLIBOBJS@
180 MAKEINFO = @MAKEINFO@
181 MANIFEST_TOOL = @MANIFEST_TOOL@
182 MKDIR_P = @MKDIR_P@
183 NASM = @NASM@
184 NM = @NM@
185 NMEDIT = @NMEDIT@
186 OBJDUMP = @OBJDUMP@
187 OBJEXT = @OBJEXT@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 RANLIB = @RANLIB@
199 SED = @SED@
200 SET_MAKE = @SET_MAKE@
201 SHA1_SOURCES = @SHA1_SOURCES@
202 SHELL = @SHELL@
203 SSSE3_SHA1_OBJ = @SSSE3_SHA1_OBJ@
204 STRIP = @STRIP@
205 VERSION = @VERSION@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_AR = @ac_ct_AR@
211 ac_ct_CC = @ac_ct_CC@
212 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 am__tar = @am__tar@
217 am__untar = @am__untar@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 datadir = @datadir@
226 datarootdir = @datarootdir@
227 docdir = @docdir@
228 dvidir = @dvidir@
229 exec_prefix = @exec_prefix@
230 host = @host@
231 host_alias = @host_alias@
232 host_cpu = @host_cpu@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 htmldir = @htmldir@
236 includedir = @includedir@
237 infodir = @infodir@
238 install_sh = @install_sh@
239 libdir = @libdir@
240 libexecdir = @libexecdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 mandir = @mandir@
244 mkdir_p = @mkdir_p@
245 nasm = @nasm@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 pkgconfigdir = @pkgconfigdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target_alias = @target_alias@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 lib_LTLIBRARIES = libwim.la
261 AM_CFLAGS = -std=gnu99 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE \
262                 -fvisibility=hidden $(LIBXML2_CFLAGS) $(LIBFUSE_CFLAGS) \
263                 $(LIBCRYPTO_CFLAGS)
264
265 AM_CPPFLAGS = -D_GNU_SOURCE
266 compression_srcs = \
267         comp.c \
268         comp.h \
269         decomp.c \
270         decomp.h \
271         lz.c \
272         lzx.h  \
273         lzx-common.c \
274         lzx-comp.c \
275         lzx-decomp.c \
276         xpress.h \
277         xpress-comp.c \
278         xpress-decomp.c
279
280 other_srcs = \
281         dentry.c \
282         dentry.h \
283         endianness.h \
284         extract.c \
285         header.c \
286         integrity.c \
287         io.h \
288         join.c \
289         lookup_table.c \
290         lookup_table.h \
291         modify.c \
292         mount.c \
293         resource.c \
294         security.c \
295         sha1.c \
296         sha1.h \
297         split.c \
298         timestamp.h \
299         util.c \
300         util.h \
301         wim.c  \
302         wimlib.h \
303         wimlib_internal.h \
304         write.c \
305         xml.c \
306         xml.h
307
308 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
309 EXTRA_libwim_la_SOURCES = sha1-ssse3.asm
310 EXTRA_libwim_la_DEPENDENCIES = $(SSSE3_SHA1_OBJ)
311 libwim_la_SOURCES = $(compression_srcs) $(other_srcs)
312 libwim_la_LIBADD = $(LIBXML2_LDADD) $(LIBFUSE_LDADD) $(LTLIBICONV) \
313                         $(LIBCRYPTO_LDADD) $(SSSE3_SHA1_OBJ)
314
315 EXTRA_DIST = security.c security.h
316 include_HEADERS = wimlib.h
317 all: all-am
318
319 .SUFFIXES:
320 .SUFFIXES: .c .lo .o .obj
321 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
322         @for dep in $?; do \
323           case '$(am__configure_deps)' in \
324             *$$dep*) \
325               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
326                 && { if test -f $@; then exit 0; else break; fi; }; \
327               exit 1;; \
328           esac; \
329         done; \
330         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
331         $(am__cd) $(top_srcdir) && \
332           $(AUTOMAKE) --gnu src/Makefile
333 .PRECIOUS: Makefile
334 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335         @case '$?' in \
336           *config.status*) \
337             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
338           *) \
339             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
340             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
341         esac;
342
343 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
346 $(top_srcdir)/configure:  $(am__configure_deps)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
349         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350 $(am__aclocal_m4_deps):
351 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
352         @$(NORMAL_INSTALL)
353         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
354         list2=; for p in $$list; do \
355           if test -f $$p; then \
356             list2="$$list2 $$p"; \
357           else :; fi; \
358         done; \
359         test -z "$$list2" || { \
360           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
361           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
362           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
363           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
364         }
365
366 uninstall-libLTLIBRARIES:
367         @$(NORMAL_UNINSTALL)
368         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
369         for p in $$list; do \
370           $(am__strip_dir) \
371           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
372           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
373         done
374
375 clean-libLTLIBRARIES:
376         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
377         @list='$(lib_LTLIBRARIES)'; \
378         locs=`for p in $$list; do echo $$p; done | \
379               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
380               sort -u`; \
381         test -z "$$locs" || { \
382           echo rm -f $${locs}; \
383           rm -f $${locs}; \
384         }
385 libwim.la: $(libwim_la_OBJECTS) $(libwim_la_DEPENDENCIES) $(EXTRA_libwim_la_DEPENDENCIES) 
386         $(LINK) -rpath $(libdir) $(libwim_la_OBJECTS) $(libwim_la_LIBADD) $(LIBS)
387
388 mostlyclean-compile:
389         -rm -f *.$(OBJEXT)
390
391 distclean-compile:
392         -rm -f *.tab.c
393
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decomp.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dentry.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/integrity.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/join.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup_table.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lz.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-common.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-comp.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-decomp.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modify.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/split.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wim.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpress-comp.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpress-decomp.Plo@am__quote@
418
419 .c.o:
420 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
425
426 .c.obj:
427 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
428 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
432
433 .c.lo:
434 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
439
440 mostlyclean-libtool:
441         -rm -f *.lo
442
443 clean-libtool:
444         -rm -rf .libs _libs
445 install-includeHEADERS: $(include_HEADERS)
446         @$(NORMAL_INSTALL)
447         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
448         if test -n "$$list"; then \
449           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
450           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
451         fi; \
452         for p in $$list; do \
453           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
454           echo "$$d$$p"; \
455         done | $(am__base_list) | \
456         while read files; do \
457           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
458           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
459         done
460
461 uninstall-includeHEADERS:
462         @$(NORMAL_UNINSTALL)
463         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
464         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
465         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
466
467 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
475 tags: TAGS
476
477 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478                 $(TAGS_FILES) $(LISP)
479         set x; \
480         here=`pwd`; \
481         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482         unique=`for i in $$list; do \
483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484           done | \
485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486               END { if (nonempty) { for (i in files) print i; }; }'`; \
487         shift; \
488         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
489           test -n "$$unique" || unique=$$empty_fix; \
490           if test $$# -gt 0; then \
491             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492               "$$@" $$unique; \
493           else \
494             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495               $$unique; \
496           fi; \
497         fi
498 ctags: CTAGS
499 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
500                 $(TAGS_FILES) $(LISP)
501         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
502         unique=`for i in $$list; do \
503             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
504           done | \
505           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506               END { if (nonempty) { for (i in files) print i; }; }'`; \
507         test -z "$(CTAGS_ARGS)$$unique" \
508           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
509              $$unique
510
511 GTAGS:
512         here=`$(am__cd) $(top_builddir) && pwd` \
513           && $(am__cd) $(top_srcdir) \
514           && gtags -i $(GTAGS_ARGS) "$$here"
515
516 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
517         list='$(SOURCES) $(HEADERS) $(LISP)'; \
518         case "$(srcdir)" in \
519           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
520           *) sdir=$(subdir)/$(srcdir) ;; \
521         esac; \
522         for i in $$list; do \
523           if test -f "$$i"; then \
524             echo "$(subdir)/$$i"; \
525           else \
526             echo "$$sdir/$$i"; \
527           fi; \
528         done >> $(top_builddir)/cscope.files
529
530 distclean-tags:
531         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
532
533 distdir: $(DISTFILES)
534         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536         list='$(DISTFILES)'; \
537           dist_files=`for file in $$list; do echo $$file; done | \
538           sed -e "s|^$$srcdirstrip/||;t" \
539               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
540         case $$dist_files in \
541           */*) $(MKDIR_P) `echo "$$dist_files" | \
542                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543                            sort -u` ;; \
544         esac; \
545         for file in $$dist_files; do \
546           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547           if test -d $$d/$$file; then \
548             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
549             if test -d "$(distdir)/$$file"; then \
550               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551             fi; \
552             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
554               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555             fi; \
556             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557           else \
558             test -f "$(distdir)/$$file" \
559             || cp -p $$d/$$file "$(distdir)/$$file" \
560             || exit 1; \
561           fi; \
562         done
563 check-am: all-am
564 check: check-am
565 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
566 installdirs:
567         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
568           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
569         done
570 install: install-am
571 install-exec: install-exec-am
572 install-data: install-data-am
573 uninstall: uninstall-am
574
575 install-am: all-am
576         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578 installcheck: installcheck-am
579 install-strip:
580         if test -z '$(STRIP)'; then \
581           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583               install; \
584         else \
585           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
588         fi
589 mostlyclean-generic:
590
591 clean-generic:
592
593 distclean-generic:
594         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
596
597 maintainer-clean-generic:
598         @echo "This command is intended for maintainers to use"
599         @echo "it deletes files that may require special tools to rebuild."
600 clean: clean-am
601
602 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
603         mostlyclean-am
604
605 distclean: distclean-am
606         -rm -rf ./$(DEPDIR)
607         -rm -f Makefile
608 distclean-am: clean-am distclean-compile distclean-generic \
609         distclean-tags
610
611 dvi: dvi-am
612
613 dvi-am:
614
615 html: html-am
616
617 html-am:
618
619 info: info-am
620
621 info-am:
622
623 install-data-am: install-includeHEADERS
624
625 install-dvi: install-dvi-am
626
627 install-dvi-am:
628
629 install-exec-am: install-libLTLIBRARIES
630
631 install-html: install-html-am
632
633 install-html-am:
634
635 install-info: install-info-am
636
637 install-info-am:
638
639 install-man:
640
641 install-pdf: install-pdf-am
642
643 install-pdf-am:
644
645 install-ps: install-ps-am
646
647 install-ps-am:
648
649 installcheck-am:
650
651 maintainer-clean: maintainer-clean-am
652         -rm -rf ./$(DEPDIR)
653         -rm -f Makefile
654 maintainer-clean-am: distclean-am maintainer-clean-generic
655
656 mostlyclean: mostlyclean-am
657
658 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
659         mostlyclean-libtool
660
661 pdf: pdf-am
662
663 pdf-am:
664
665 ps: ps-am
666
667 ps-am:
668
669 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
670
671 .MAKE: install-am install-strip
672
673 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
674         clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
675         distclean-compile distclean-generic distclean-libtool \
676         distclean-tags distdir dvi dvi-am html html-am info info-am \
677         install install-am install-data install-data-am install-dvi \
678         install-dvi-am install-exec install-exec-am install-html \
679         install-html-am install-includeHEADERS install-info \
680         install-info-am install-libLTLIBRARIES install-man install-pdf \
681         install-pdf-am install-ps install-ps-am install-strip \
682         installcheck installcheck-am installdirs maintainer-clean \
683         maintainer-clean-generic mostlyclean mostlyclean-compile \
684         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
685         tags uninstall uninstall-am uninstall-includeHEADERS \
686         uninstall-libLTLIBRARIES
687
688
689 sha1-ssse3.lo:sha1-ssse3.asm
690         $(LIBTOOL) --mode=compile --tag=CC $(STRIP_FPIC) $(NASM) -f elf64 \
691         -DINTEL_SHA1_UPDATE_DEFAULT_DISPATCH=ssse3_not_found  $<
692
693 # Tell versions [3.59,3.63) of GNU make to not export all variables.
694 # Otherwise a system limit (for SysV at least) may be exceeded.
695 .NOEXPORT: