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