1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
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.
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
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
33 bin_PROGRAMS = scrypt$(EXEEXT)
35 DIST_COMMON = $(am__configure_deps) $(dist_man_MANS) \
36 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37 $(srcdir)/config.h.in $(top_srcdir)/configure TODO \
38 config.aux/depcomp config.aux/install-sh config.aux/missing
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/acscrypt.m4 \
41 $(top_srcdir)/scrypt-version $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = config.h
49 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
50 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51 PROGRAMS = $(bin_PROGRAMS)
52 am_scrypt_OBJECTS = scrypt-main.$(OBJEXT) scrypt-memlimit.$(OBJEXT) \
53 scrypt-readpass.$(OBJEXT) scrypt-warn.$(OBJEXT) \
54 scrypt-scryptenc.$(OBJEXT) scrypt-scryptenc_cpuperf.$(OBJEXT) \
55 scrypt-crypto_aesctr.$(OBJEXT) scrypt-sha256.$(OBJEXT) \
56 scrypt-crypto_scrypt-@SCRYPTVER@.$(OBJEXT)
57 scrypt_OBJECTS = $(am_scrypt_OBJECTS)
59 scrypt_LINK = $(CCLD) $(scrypt_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
61 DEFAULT_INCLUDES = -I.@am__isrc@
62 depcomp = $(SHELL) $(top_srcdir)/config.aux/depcomp
63 am__depfiles_maybe = depfiles
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68 SOURCES = $(scrypt_SOURCES)
69 DIST_SOURCES = $(scrypt_SOURCES)
70 man1dir = $(mandir)/man1
72 MANS = $(dist_man_MANS)
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 distdir = $(PACKAGE)-$(VERSION)
77 top_distdir = $(distdir)
78 am__remove_distdir = \
79 { test ! -d $(distdir) \
80 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
81 && rm -fr $(distdir); }; }
82 DIST_ARCHIVES = $(distdir).tar.gz
84 distuninstallcheck_listfiles = find . -type f -print
85 distcleancheck_listfiles = find . -type f -print
89 AUTOHEADER = @AUTOHEADER@
93 CCDEPMODE = @CCDEPMODE@
97 CYGPATH_W = @CYGPATH_W@
106 HAVE_SYSCTL_HW_USERMEM = @HAVE_SYSCTL_HW_USERMEM@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LTLIBOBJS = @LTLIBOBJS@
117 MAKEINFO = @MAKEINFO@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 SCRYPTVER = @SCRYPTVER@
128 SET_MAKE = @SET_MAKE@
132 abs_builddir = @abs_builddir@
133 abs_srcdir = @abs_srcdir@
134 abs_top_builddir = @abs_top_builddir@
135 abs_top_srcdir = @abs_top_srcdir@
136 ac_ct_CC = @ac_ct_CC@
137 am__include = @am__include@
138 am__leading_dot = @am__leading_dot@
139 am__quote = @am__quote@
141 am__untar = @am__untar@
143 build_alias = @build_alias@
144 builddir = @builddir@
146 datarootdir = @datarootdir@
149 exec_prefix = @exec_prefix@
150 host_alias = @host_alias@
152 includedir = @includedir@
154 install_sh = @install_sh@
156 libexecdir = @libexecdir@
157 localedir = @localedir@
158 localstatedir = @localstatedir@
161 oldincludedir = @oldincludedir@
164 program_transform_name = @program_transform_name@
167 sharedstatedir = @sharedstatedir@
169 sysconfdir = @sysconfdir@
170 target_alias = @target_alias@
171 top_build_prefix = @top_build_prefix@
172 top_builddir = @top_builddir@
173 top_srcdir = @top_srcdir@
174 AUTOMAKE_OPTIONS = foreign
175 dist_man_MANS = $(scrypt_man_MANS)
176 scrypt_SOURCES = main.c \
177 lib/util/memlimit.c \
178 lib/util/readpass.c \
180 lib/scryptenc/scryptenc.c \
181 lib/scryptenc/scryptenc_cpuperf.c \
182 lib/crypto/crypto_aesctr.c \
183 lib/crypto/sha256.c \
184 lib/crypto/crypto_scrypt-@SCRYPTVER@.c
186 scrypt_CFLAGS = -I . -I lib/util -I lib/scryptenc -I lib/crypto
187 scrypt_LDADD = -lcrypto
188 scrypt_man_MANS = scrypt.1
190 $(MAKE) $(AM_MAKEFLAGS) all-am
193 .SUFFIXES: .c .o .obj
196 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
198 case '$(am__configure_deps)' in \
200 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
201 cd $(srcdir) && $(AUTOMAKE) --foreign \
206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
207 cd $(top_srcdir) && \
208 $(AUTOMAKE) --foreign Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213 echo ' $(SHELL) ./config.status'; \
214 $(SHELL) ./config.status;; \
216 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
217 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
220 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
221 $(SHELL) ./config.status --recheck
223 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
224 cd $(srcdir) && $(AUTOCONF)
225 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
226 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
229 @if test ! -f $@; then \
231 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
234 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
236 cd $(top_builddir) && $(SHELL) ./config.status config.h
237 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238 cd $(top_srcdir) && $(AUTOHEADER)
243 -rm -f config.h stamp-h1
244 install-binPROGRAMS: $(bin_PROGRAMS)
246 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
247 @list='$(bin_PROGRAMS)'; for p in $$list; do \
248 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
251 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
252 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
253 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
257 uninstall-binPROGRAMS:
259 @list='$(bin_PROGRAMS)'; for p in $$list; do \
260 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
261 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
262 rm -f "$(DESTDIR)$(bindir)/$$f"; \
266 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
267 scrypt$(EXEEXT): $(scrypt_OBJECTS) $(scrypt_DEPENDENCIES)
268 @rm -f scrypt$(EXEEXT)
269 $(scrypt_LINK) $(scrypt_OBJECTS) $(scrypt_LDADD) $(LIBS)
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-crypto_aesctr.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-main.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-memlimit.Po@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-readpass.Po@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-scryptenc.Po@am__quote@
283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-scryptenc_cpuperf.Po@am__quote@
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-sha256.Po@am__quote@
285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrypt-warn.Po@am__quote@
288 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
289 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
290 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
295 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
296 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
297 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
301 scrypt-main.o: main.c
302 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-main.o -MD -MP -MF $(DEPDIR)/scrypt-main.Tpo -c -o scrypt-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
303 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-main.Tpo $(DEPDIR)/scrypt-main.Po
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='scrypt-main.o' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
308 scrypt-main.obj: main.c
309 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-main.obj -MD -MP -MF $(DEPDIR)/scrypt-main.Tpo -c -o scrypt-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
310 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-main.Tpo $(DEPDIR)/scrypt-main.Po
311 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='scrypt-main.obj' libtool=no @AMDEPBACKSLASH@
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
315 scrypt-memlimit.o: lib/util/memlimit.c
316 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-memlimit.o -MD -MP -MF $(DEPDIR)/scrypt-memlimit.Tpo -c -o scrypt-memlimit.o `test -f 'lib/util/memlimit.c' || echo '$(srcdir)/'`lib/util/memlimit.c
317 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-memlimit.Tpo $(DEPDIR)/scrypt-memlimit.Po
318 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/memlimit.c' object='scrypt-memlimit.o' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
320 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-memlimit.o `test -f 'lib/util/memlimit.c' || echo '$(srcdir)/'`lib/util/memlimit.c
322 scrypt-memlimit.obj: lib/util/memlimit.c
323 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-memlimit.obj -MD -MP -MF $(DEPDIR)/scrypt-memlimit.Tpo -c -o scrypt-memlimit.obj `if test -f 'lib/util/memlimit.c'; then $(CYGPATH_W) 'lib/util/memlimit.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/memlimit.c'; fi`
324 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-memlimit.Tpo $(DEPDIR)/scrypt-memlimit.Po
325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/memlimit.c' object='scrypt-memlimit.obj' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-memlimit.obj `if test -f 'lib/util/memlimit.c'; then $(CYGPATH_W) 'lib/util/memlimit.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/memlimit.c'; fi`
329 scrypt-readpass.o: lib/util/readpass.c
330 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-readpass.o -MD -MP -MF $(DEPDIR)/scrypt-readpass.Tpo -c -o scrypt-readpass.o `test -f 'lib/util/readpass.c' || echo '$(srcdir)/'`lib/util/readpass.c
331 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-readpass.Tpo $(DEPDIR)/scrypt-readpass.Po
332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/readpass.c' object='scrypt-readpass.o' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-readpass.o `test -f 'lib/util/readpass.c' || echo '$(srcdir)/'`lib/util/readpass.c
336 scrypt-readpass.obj: lib/util/readpass.c
337 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-readpass.obj -MD -MP -MF $(DEPDIR)/scrypt-readpass.Tpo -c -o scrypt-readpass.obj `if test -f 'lib/util/readpass.c'; then $(CYGPATH_W) 'lib/util/readpass.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/readpass.c'; fi`
338 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-readpass.Tpo $(DEPDIR)/scrypt-readpass.Po
339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/readpass.c' object='scrypt-readpass.obj' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-readpass.obj `if test -f 'lib/util/readpass.c'; then $(CYGPATH_W) 'lib/util/readpass.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/readpass.c'; fi`
343 scrypt-warn.o: lib/util/warn.c
344 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-warn.o -MD -MP -MF $(DEPDIR)/scrypt-warn.Tpo -c -o scrypt-warn.o `test -f 'lib/util/warn.c' || echo '$(srcdir)/'`lib/util/warn.c
345 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-warn.Tpo $(DEPDIR)/scrypt-warn.Po
346 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/warn.c' object='scrypt-warn.o' libtool=no @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-warn.o `test -f 'lib/util/warn.c' || echo '$(srcdir)/'`lib/util/warn.c
350 scrypt-warn.obj: lib/util/warn.c
351 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-warn.obj -MD -MP -MF $(DEPDIR)/scrypt-warn.Tpo -c -o scrypt-warn.obj `if test -f 'lib/util/warn.c'; then $(CYGPATH_W) 'lib/util/warn.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/warn.c'; fi`
352 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-warn.Tpo $(DEPDIR)/scrypt-warn.Po
353 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util/warn.c' object='scrypt-warn.obj' libtool=no @AMDEPBACKSLASH@
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-warn.obj `if test -f 'lib/util/warn.c'; then $(CYGPATH_W) 'lib/util/warn.c'; else $(CYGPATH_W) '$(srcdir)/lib/util/warn.c'; fi`
357 scrypt-scryptenc.o: lib/scryptenc/scryptenc.c
358 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-scryptenc.o -MD -MP -MF $(DEPDIR)/scrypt-scryptenc.Tpo -c -o scrypt-scryptenc.o `test -f 'lib/scryptenc/scryptenc.c' || echo '$(srcdir)/'`lib/scryptenc/scryptenc.c
359 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-scryptenc.Tpo $(DEPDIR)/scrypt-scryptenc.Po
360 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/scryptenc/scryptenc.c' object='scrypt-scryptenc.o' libtool=no @AMDEPBACKSLASH@
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-scryptenc.o `test -f 'lib/scryptenc/scryptenc.c' || echo '$(srcdir)/'`lib/scryptenc/scryptenc.c
364 scrypt-scryptenc.obj: lib/scryptenc/scryptenc.c
365 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-scryptenc.obj -MD -MP -MF $(DEPDIR)/scrypt-scryptenc.Tpo -c -o scrypt-scryptenc.obj `if test -f 'lib/scryptenc/scryptenc.c'; then $(CYGPATH_W) 'lib/scryptenc/scryptenc.c'; else $(CYGPATH_W) '$(srcdir)/lib/scryptenc/scryptenc.c'; fi`
366 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-scryptenc.Tpo $(DEPDIR)/scrypt-scryptenc.Po
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/scryptenc/scryptenc.c' object='scrypt-scryptenc.obj' libtool=no @AMDEPBACKSLASH@
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-scryptenc.obj `if test -f 'lib/scryptenc/scryptenc.c'; then $(CYGPATH_W) 'lib/scryptenc/scryptenc.c'; else $(CYGPATH_W) '$(srcdir)/lib/scryptenc/scryptenc.c'; fi`
371 scrypt-scryptenc_cpuperf.o: lib/scryptenc/scryptenc_cpuperf.c
372 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-scryptenc_cpuperf.o -MD -MP -MF $(DEPDIR)/scrypt-scryptenc_cpuperf.Tpo -c -o scrypt-scryptenc_cpuperf.o `test -f 'lib/scryptenc/scryptenc_cpuperf.c' || echo '$(srcdir)/'`lib/scryptenc/scryptenc_cpuperf.c
373 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-scryptenc_cpuperf.Tpo $(DEPDIR)/scrypt-scryptenc_cpuperf.Po
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/scryptenc/scryptenc_cpuperf.c' object='scrypt-scryptenc_cpuperf.o' libtool=no @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-scryptenc_cpuperf.o `test -f 'lib/scryptenc/scryptenc_cpuperf.c' || echo '$(srcdir)/'`lib/scryptenc/scryptenc_cpuperf.c
378 scrypt-scryptenc_cpuperf.obj: lib/scryptenc/scryptenc_cpuperf.c
379 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-scryptenc_cpuperf.obj -MD -MP -MF $(DEPDIR)/scrypt-scryptenc_cpuperf.Tpo -c -o scrypt-scryptenc_cpuperf.obj `if test -f 'lib/scryptenc/scryptenc_cpuperf.c'; then $(CYGPATH_W) 'lib/scryptenc/scryptenc_cpuperf.c'; else $(CYGPATH_W) '$(srcdir)/lib/scryptenc/scryptenc_cpuperf.c'; fi`
380 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-scryptenc_cpuperf.Tpo $(DEPDIR)/scrypt-scryptenc_cpuperf.Po
381 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/scryptenc/scryptenc_cpuperf.c' object='scrypt-scryptenc_cpuperf.obj' libtool=no @AMDEPBACKSLASH@
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-scryptenc_cpuperf.obj `if test -f 'lib/scryptenc/scryptenc_cpuperf.c'; then $(CYGPATH_W) 'lib/scryptenc/scryptenc_cpuperf.c'; else $(CYGPATH_W) '$(srcdir)/lib/scryptenc/scryptenc_cpuperf.c'; fi`
385 scrypt-crypto_aesctr.o: lib/crypto/crypto_aesctr.c
386 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-crypto_aesctr.o -MD -MP -MF $(DEPDIR)/scrypt-crypto_aesctr.Tpo -c -o scrypt-crypto_aesctr.o `test -f 'lib/crypto/crypto_aesctr.c' || echo '$(srcdir)/'`lib/crypto/crypto_aesctr.c
387 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-crypto_aesctr.Tpo $(DEPDIR)/scrypt-crypto_aesctr.Po
388 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/crypto_aesctr.c' object='scrypt-crypto_aesctr.o' libtool=no @AMDEPBACKSLASH@
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
390 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-crypto_aesctr.o `test -f 'lib/crypto/crypto_aesctr.c' || echo '$(srcdir)/'`lib/crypto/crypto_aesctr.c
392 scrypt-crypto_aesctr.obj: lib/crypto/crypto_aesctr.c
393 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-crypto_aesctr.obj -MD -MP -MF $(DEPDIR)/scrypt-crypto_aesctr.Tpo -c -o scrypt-crypto_aesctr.obj `if test -f 'lib/crypto/crypto_aesctr.c'; then $(CYGPATH_W) 'lib/crypto/crypto_aesctr.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/crypto_aesctr.c'; fi`
394 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-crypto_aesctr.Tpo $(DEPDIR)/scrypt-crypto_aesctr.Po
395 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/crypto_aesctr.c' object='scrypt-crypto_aesctr.obj' libtool=no @AMDEPBACKSLASH@
396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-crypto_aesctr.obj `if test -f 'lib/crypto/crypto_aesctr.c'; then $(CYGPATH_W) 'lib/crypto/crypto_aesctr.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/crypto_aesctr.c'; fi`
399 scrypt-sha256.o: lib/crypto/sha256.c
400 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-sha256.o -MD -MP -MF $(DEPDIR)/scrypt-sha256.Tpo -c -o scrypt-sha256.o `test -f 'lib/crypto/sha256.c' || echo '$(srcdir)/'`lib/crypto/sha256.c
401 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-sha256.Tpo $(DEPDIR)/scrypt-sha256.Po
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/sha256.c' object='scrypt-sha256.o' libtool=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-sha256.o `test -f 'lib/crypto/sha256.c' || echo '$(srcdir)/'`lib/crypto/sha256.c
406 scrypt-sha256.obj: lib/crypto/sha256.c
407 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-sha256.obj -MD -MP -MF $(DEPDIR)/scrypt-sha256.Tpo -c -o scrypt-sha256.obj `if test -f 'lib/crypto/sha256.c'; then $(CYGPATH_W) 'lib/crypto/sha256.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/sha256.c'; fi`
408 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-sha256.Tpo $(DEPDIR)/scrypt-sha256.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/sha256.c' object='scrypt-sha256.obj' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-sha256.obj `if test -f 'lib/crypto/sha256.c'; then $(CYGPATH_W) 'lib/crypto/sha256.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/sha256.c'; fi`
413 scrypt-crypto_scrypt-@SCRYPTVER@.o: lib/crypto/crypto_scrypt-@SCRYPTVER@.c
414 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-crypto_scrypt-@SCRYPTVER@.o -MD -MP -MF $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Tpo -c -o scrypt-crypto_scrypt-@SCRYPTVER@.o `test -f 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c' || echo '$(srcdir)/'`lib/crypto/crypto_scrypt-@SCRYPTVER@.c
415 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Tpo $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Po
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/crypto_scrypt-@SCRYPTVER@.c' object='scrypt-crypto_scrypt-@SCRYPTVER@.o' libtool=no @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-crypto_scrypt-@SCRYPTVER@.o `test -f 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c' || echo '$(srcdir)/'`lib/crypto/crypto_scrypt-@SCRYPTVER@.c
420 scrypt-crypto_scrypt-@SCRYPTVER@.obj: lib/crypto/crypto_scrypt-@SCRYPTVER@.c
421 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -MT scrypt-crypto_scrypt-@SCRYPTVER@.obj -MD -MP -MF $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Tpo -c -o scrypt-crypto_scrypt-@SCRYPTVER@.obj `if test -f 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; then $(CYGPATH_W) 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; fi`
422 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Tpo $(DEPDIR)/scrypt-crypto_scrypt-@SCRYPTVER@.Po
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/crypto/crypto_scrypt-@SCRYPTVER@.c' object='scrypt-crypto_scrypt-@SCRYPTVER@.obj' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scrypt_CFLAGS) $(CFLAGS) -c -o scrypt-crypto_scrypt-@SCRYPTVER@.obj `if test -f 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; then $(CYGPATH_W) 'lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; else $(CYGPATH_W) '$(srcdir)/lib/crypto/crypto_scrypt-@SCRYPTVER@.c'; fi`
426 install-man1: $(man1_MANS) $(man_MANS)
428 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
429 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
430 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
433 *.1*) list="$$list $$i" ;; \
436 for i in $$list; do \
437 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
439 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
444 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
445 inst=`echo $$inst | sed -e 's/^.*\///'`; \
446 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
447 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
448 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
452 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
453 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
456 *.1*) list="$$list $$i" ;; \
459 for i in $$list; do \
460 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
465 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
466 inst=`echo $$inst | sed -e 's/^.*\///'`; \
467 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
468 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
469 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
472 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
478 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
483 $(TAGS_FILES) $(LISP)
486 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
487 unique=`for i in $$list; do \
488 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491 END { if (nonempty) { for (i in files) print i; }; }'`; \
492 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
493 test -n "$$unique" || unique=$$empty_fix; \
494 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
499 $(TAGS_FILES) $(LISP)
501 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
502 unique=`for i in $$list; do \
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506 END { if (nonempty) { for (i in files) print i; }; }'`; \
507 test -z "$(CTAGS_ARGS)$$tags$$unique" \
508 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512 here=`$(am__cd) $(top_builddir) && pwd` \
513 && cd $(top_srcdir) \
514 && gtags -i $(GTAGS_ARGS) $$here
517 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519 distdir: $(DISTFILES)
520 $(am__remove_distdir)
521 test -d $(distdir) || mkdir $(distdir)
522 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524 list='$(DISTFILES)'; \
525 dist_files=`for file in $$list; do echo $$file; done | \
526 sed -e "s|^$$srcdirstrip/||;t" \
527 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
528 case $$dist_files in \
529 */*) $(MKDIR_P) `echo "$$dist_files" | \
530 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 for file in $$dist_files; do \
534 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535 if test -d $$d/$$file; then \
536 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
537 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
540 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
542 test -f $(distdir)/$$file \
543 || cp -p $$d/$$file $(distdir)/$$file \
547 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
548 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
549 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
550 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
551 || chmod -R a+r $(distdir)
553 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554 $(am__remove_distdir)
557 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
558 $(am__remove_distdir)
561 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
562 $(am__remove_distdir)
565 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
566 $(am__remove_distdir)
569 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
570 $(am__remove_distdir)
573 -rm -f $(distdir).zip
574 zip -rq $(distdir).zip $(distdir)
575 $(am__remove_distdir)
577 dist dist-all: distdir
578 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
579 $(am__remove_distdir)
581 # This target untars the dist file and tries a VPATH configuration. Then
582 # it guarantees that the distribution is self-contained by making another
585 case '$(DIST_ARCHIVES)' in \
587 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
589 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
591 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
593 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
595 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
597 unzip $(distdir).zip ;;\
599 chmod -R a-w $(distdir); chmod a+w $(distdir)
600 mkdir $(distdir)/_build
601 mkdir $(distdir)/_inst
603 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
604 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
605 && cd $(distdir)/_build \
606 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
607 $(DISTCHECK_CONFIGURE_FLAGS) \
608 && $(MAKE) $(AM_MAKEFLAGS) \
609 && $(MAKE) $(AM_MAKEFLAGS) dvi \
610 && $(MAKE) $(AM_MAKEFLAGS) check \
611 && $(MAKE) $(AM_MAKEFLAGS) install \
612 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
613 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
614 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
616 && chmod -R a-w "$$dc_install_base" \
618 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
619 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
620 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
621 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
622 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
623 } || { rm -rf "$$dc_destdir"; exit 1; }) \
624 && rm -rf "$$dc_destdir" \
625 && $(MAKE) $(AM_MAKEFLAGS) dist \
626 && rm -rf $(DIST_ARCHIVES) \
627 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
628 $(am__remove_distdir)
629 @(echo "$(distdir) archives ready for distribution: "; \
630 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
631 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
633 @cd $(distuninstallcheck_dir) \
634 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
635 || { echo "ERROR: files left after uninstall:" ; \
636 if test -n "$(DESTDIR)"; then \
637 echo " (check DESTDIR support)"; \
639 $(distuninstallcheck_listfiles) ; \
641 distcleancheck: distclean
642 @if test '$(srcdir)' = . ; then \
643 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
646 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
647 || { echo "ERROR: files left in build directory after distclean:" ; \
648 $(distcleancheck_listfiles) ; \
652 all-am: Makefile $(PROGRAMS) $(MANS) config.h
654 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
655 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
658 install-exec: install-exec-am
659 install-data: install-data-am
660 uninstall: uninstall-am
663 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665 installcheck: installcheck-am
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 `test -z '$(STRIP)' || \
670 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
676 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678 maintainer-clean-generic:
679 @echo "This command is intended for maintainers to use"
680 @echo "it deletes files that may require special tools to rebuild."
683 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
685 distclean: distclean-am
686 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
689 distclean-am: clean-am distclean-compile distclean-generic \
690 distclean-hdr distclean-tags
702 install-data-am: install-man
704 install-dvi: install-dvi-am
706 install-exec-am: install-binPROGRAMS
708 install-html: install-html-am
710 install-info: install-info-am
712 install-man: install-man1
714 install-pdf: install-pdf-am
716 install-ps: install-ps-am
720 maintainer-clean: maintainer-clean-am
721 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
722 -rm -rf $(top_srcdir)/autom4te.cache
725 maintainer-clean-am: distclean-am maintainer-clean-generic
727 mostlyclean: mostlyclean-am
729 mostlyclean-am: mostlyclean-compile mostlyclean-generic
739 uninstall-am: uninstall-binPROGRAMS uninstall-man
741 uninstall-man: uninstall-man1
743 .MAKE: install-am install-strip
745 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
746 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
747 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
748 distclean distclean-compile distclean-generic distclean-hdr \
749 distclean-tags distcleancheck distdir distuninstallcheck dvi \
750 dvi-am html html-am info info-am install install-am \
751 install-binPROGRAMS install-data install-data-am install-dvi \
752 install-dvi-am install-exec install-exec-am install-html \
753 install-html-am install-info install-info-am install-man \
754 install-man1 install-pdf install-pdf-am install-ps \
755 install-ps-am install-strip installcheck installcheck-am \
756 installdirs maintainer-clean maintainer-clean-generic \
757 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
758 ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
759 uninstall-man uninstall-man1
761 # Tell versions [3.59,3.63) of GNU make to not export all variables.
762 # Otherwise a system limit (for SysV at least) may be exceeded.