]> wimlib.net Git - wimlib/blob - src/Makefile.in
Initial commit (current version is wimlib 0.6.2)
[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 huffman.lo lz.lo lzx-common.lo \
104         lzx-comp.lo lzx-decomp.lo xpress-comp.lo xpress-decomp.lo
105 am__objects_2 = dentry.lo extract.lo header.lo integrity.lo \
106         lookup_table.lo modify.lo mount.lo resource.lo sha1.lo util.lo \
107         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 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target_alias = @target_alias@
256 top_build_prefix = @top_build_prefix@
257 top_builddir = @top_builddir@
258 top_srcdir = @top_srcdir@
259 lib_LTLIBRARIES = libwim.la
260 AM_CFLAGS = -std=gnu99 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE \
261                 -fvisibility=hidden $(LIBXML2_CFLAGS) $(LIBFUSE_CFLAGS) \
262                 $(LIBCRYPTO_CFLAGS)
263
264 AM_CPPFLAGS = -D_GNU_SOURCE
265 compression_srcs = \
266         comp.c \
267         comp.h \
268         decomp.c \
269         decomp.h \
270         huffman.c \
271         huffman.h \
272         lz.c \
273         lzx.h  \
274         lzx-common.c \
275         lzx-comp.c \
276         lzx-decomp.c \
277         xpress.h \
278         xpress-comp.c \
279         xpress-decomp.c
280
281 other_srcs = \
282         dentry.c \
283         dentry.h \
284         endianness.h \
285         extract.c \
286         header.c \
287         integrity.c \
288         io.h \
289         lookup_table.c \
290         lookup_table.h \
291         modify.c \
292         mount.c \
293         resource.c \
294         sha1.c \
295         sha1.h \
296         timestamp.h \
297         util.c \
298         util.h \
299         wim.c  \
300         wimlib.h \
301         wimlib_internal.h \
302         write.c \
303         xml.c \
304         xml.h
305
306 STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
307 EXTRA_libwim_la_SOURCES = sha1-ssse3.asm
308 EXTRA_libwim_la_DEPENDENCIES = $(SSSE3_SHA1_OBJ)
309 libwim_la_SOURCES = $(compression_srcs) $(other_srcs)
310 libwim_la_LIBADD = $(LIBXML2_LDADD) $(LIBFUSE_LDADD) $(LTLIBICONV) \
311                         $(LIBCRYPTO_LDADD) $(SSSE3_SHA1_OBJ)
312
313 EXTRA_DIST = security.c security.h
314 include_HEADERS = wimlib.h
315 all: all-am
316
317 .SUFFIXES:
318 .SUFFIXES: .c .lo .o .obj
319 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
320         @for dep in $?; do \
321           case '$(am__configure_deps)' in \
322             *$$dep*) \
323               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324                 && { if test -f $@; then exit 0; else break; fi; }; \
325               exit 1;; \
326           esac; \
327         done; \
328         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
329         $(am__cd) $(top_srcdir) && \
330           $(AUTOMAKE) --gnu src/Makefile
331 .PRECIOUS: Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333         @case '$?' in \
334           *config.status*) \
335             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336           *) \
337             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
338             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
339         esac;
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
344 $(top_srcdir)/configure:  $(am__configure_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(am__aclocal_m4_deps):
349 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
350         @$(NORMAL_INSTALL)
351         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
352         list2=; for p in $$list; do \
353           if test -f $$p; then \
354             list2="$$list2 $$p"; \
355           else :; fi; \
356         done; \
357         test -z "$$list2" || { \
358           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
359           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
360           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
361           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
362         }
363
364 uninstall-libLTLIBRARIES:
365         @$(NORMAL_UNINSTALL)
366         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
367         for p in $$list; do \
368           $(am__strip_dir) \
369           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
370           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
371         done
372
373 clean-libLTLIBRARIES:
374         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
375         @list='$(lib_LTLIBRARIES)'; \
376         locs=`for p in $$list; do echo $$p; done | \
377               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
378               sort -u`; \
379         test -z "$$locs" || { \
380           echo rm -f $${locs}; \
381           rm -f $${locs}; \
382         }
383 libwim.la: $(libwim_la_OBJECTS) $(libwim_la_DEPENDENCIES) $(EXTRA_libwim_la_DEPENDENCIES) 
384         $(LINK) -rpath $(libdir) $(libwim_la_OBJECTS) $(libwim_la_LIBADD) $(LIBS)
385
386 mostlyclean-compile:
387         -rm -f *.$(OBJEXT)
388
389 distclean-compile:
390         -rm -f *.tab.c
391
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decomp.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dentry.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huffman.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/integrity.Plo@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup_table.Plo@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lz.Plo@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-common.Plo@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-comp.Plo@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzx-decomp.Plo@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modify.Plo@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Plo@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource.Plo@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wim.Plo@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Plo@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpress-comp.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpress-decomp.Plo@am__quote@
414
415 .c.o:
416 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
421
422 .c.obj:
423 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
428
429 .c.lo:
430 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
435
436 mostlyclean-libtool:
437         -rm -f *.lo
438
439 clean-libtool:
440         -rm -rf .libs _libs
441 install-includeHEADERS: $(include_HEADERS)
442         @$(NORMAL_INSTALL)
443         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
444         if test -n "$$list"; then \
445           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
446           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
447         fi; \
448         for p in $$list; do \
449           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
450           echo "$$d$$p"; \
451         done | $(am__base_list) | \
452         while read files; do \
453           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
454           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
455         done
456
457 uninstall-includeHEADERS:
458         @$(NORMAL_UNINSTALL)
459         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
460         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
461         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
462
463 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
464         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465         unique=`for i in $$list; do \
466             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467           done | \
468           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469               END { if (nonempty) { for (i in files) print i; }; }'`; \
470         mkid -fID $$unique
471 tags: TAGS
472
473 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474                 $(TAGS_FILES) $(LISP)
475         set x; \
476         here=`pwd`; \
477         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478         unique=`for i in $$list; do \
479             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480           done | \
481           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482               END { if (nonempty) { for (i in files) print i; }; }'`; \
483         shift; \
484         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
485           test -n "$$unique" || unique=$$empty_fix; \
486           if test $$# -gt 0; then \
487             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488               "$$@" $$unique; \
489           else \
490             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491               $$unique; \
492           fi; \
493         fi
494 ctags: CTAGS
495 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
496                 $(TAGS_FILES) $(LISP)
497         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
498         unique=`for i in $$list; do \
499             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500           done | \
501           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502               END { if (nonempty) { for (i in files) print i; }; }'`; \
503         test -z "$(CTAGS_ARGS)$$unique" \
504           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505              $$unique
506
507 GTAGS:
508         here=`$(am__cd) $(top_builddir) && pwd` \
509           && $(am__cd) $(top_srcdir) \
510           && gtags -i $(GTAGS_ARGS) "$$here"
511
512 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
513         list='$(SOURCES) $(HEADERS) $(LISP)'; \
514         case "$(srcdir)" in \
515           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
516           *) sdir=$(subdir)/$(srcdir) ;; \
517         esac; \
518         for i in $$list; do \
519           if test -f "$$i"; then \
520             echo "$(subdir)/$$i"; \
521           else \
522             echo "$$sdir/$$i"; \
523           fi; \
524         done >> $(top_builddir)/cscope.files
525
526 distclean-tags:
527         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
529 distdir: $(DISTFILES)
530         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532         list='$(DISTFILES)'; \
533           dist_files=`for file in $$list; do echo $$file; done | \
534           sed -e "s|^$$srcdirstrip/||;t" \
535               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536         case $$dist_files in \
537           */*) $(MKDIR_P) `echo "$$dist_files" | \
538                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539                            sort -u` ;; \
540         esac; \
541         for file in $$dist_files; do \
542           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543           if test -d $$d/$$file; then \
544             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545             if test -d "$(distdir)/$$file"; then \
546               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547             fi; \
548             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551             fi; \
552             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553           else \
554             test -f "$(distdir)/$$file" \
555             || cp -p $$d/$$file "$(distdir)/$$file" \
556             || exit 1; \
557           fi; \
558         done
559 check-am: all-am
560 check: check-am
561 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
562 installdirs:
563         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
564           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
565         done
566 install: install-am
567 install-exec: install-exec-am
568 install-data: install-data-am
569 uninstall: uninstall-am
570
571 install-am: all-am
572         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573
574 installcheck: installcheck-am
575 install-strip:
576         if test -z '$(STRIP)'; then \
577           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579               install; \
580         else \
581           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
584         fi
585 mostlyclean-generic:
586
587 clean-generic:
588
589 distclean-generic:
590         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
593 maintainer-clean-generic:
594         @echo "This command is intended for maintainers to use"
595         @echo "it deletes files that may require special tools to rebuild."
596 clean: clean-am
597
598 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
599         mostlyclean-am
600
601 distclean: distclean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 distclean-am: clean-am distclean-compile distclean-generic \
605         distclean-tags
606
607 dvi: dvi-am
608
609 dvi-am:
610
611 html: html-am
612
613 html-am:
614
615 info: info-am
616
617 info-am:
618
619 install-data-am: install-includeHEADERS
620
621 install-dvi: install-dvi-am
622
623 install-dvi-am:
624
625 install-exec-am: install-libLTLIBRARIES
626
627 install-html: install-html-am
628
629 install-html-am:
630
631 install-info: install-info-am
632
633 install-info-am:
634
635 install-man:
636
637 install-pdf: install-pdf-am
638
639 install-pdf-am:
640
641 install-ps: install-ps-am
642
643 install-ps-am:
644
645 installcheck-am:
646
647 maintainer-clean: maintainer-clean-am
648         -rm -rf ./$(DEPDIR)
649         -rm -f Makefile
650 maintainer-clean-am: distclean-am maintainer-clean-generic
651
652 mostlyclean: mostlyclean-am
653
654 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
655         mostlyclean-libtool
656
657 pdf: pdf-am
658
659 pdf-am:
660
661 ps: ps-am
662
663 ps-am:
664
665 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
666
667 .MAKE: install-am install-strip
668
669 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
670         clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
671         distclean-compile distclean-generic distclean-libtool \
672         distclean-tags distdir dvi dvi-am html html-am info info-am \
673         install install-am install-data install-data-am install-dvi \
674         install-dvi-am install-exec install-exec-am install-html \
675         install-html-am install-includeHEADERS install-info \
676         install-info-am install-libLTLIBRARIES install-man install-pdf \
677         install-pdf-am install-ps install-ps-am install-strip \
678         installcheck installcheck-am installdirs maintainer-clean \
679         maintainer-clean-generic mostlyclean mostlyclean-compile \
680         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
681         tags uninstall uninstall-am uninstall-includeHEADERS \
682         uninstall-libLTLIBRARIES
683
684
685 sha1-ssse3.lo:sha1-ssse3.asm
686         $(LIBTOOL) --mode=compile --tag=CC $(STRIP_FPIC) $(NASM) -f elf64 \
687         -DINTEL_SHA1_UPDATE_DEFAULT_DISPATCH=ssse3_not_found  $<
688
689 # Tell versions [3.59,3.63) of GNU make to not export all variables.
690 # Otherwise a system limit (for SysV at least) may be exceeded.
691 .NOEXPORT: