Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: Makefile.in

Issue 2847081: Initial code. (Closed) Base URL: ssh://git@chromiumos-git/libscrypt.git
Patch Set: Use scrypt distro and patch with changes instead. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | aclocal.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.11.1 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 Free Software Foundation,
6 # 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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(top_srcdir)/configure build-aux/config.guess \
41 build-aux/config.sub build-aux/depcomp build-aux/install-sh \
42 build-aux/ltmain.sh build-aux/missing
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \
57 esac;
58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59 am__install_max = 40
60 am__nobase_strip_setup = \
61 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62 am__nobase_strip = \
63 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64 am__nobase_list = $(am__nobase_strip_setup); \
65 for p in $$list; do echo "$$p $$p"; done | \
66 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68 if (++n[$$2] == $(am__install_max)) \
69 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70 END { for (dir in files) print dir, files[dir] }'
71 am__base_list = \
72 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(libdir)"
75 LTLIBRARIES = $(lib_LTLIBRARIES)
76 libscrypt_la_LIBADD =
77 am_libscrypt_la_OBJECTS = libscrypt_la-memlimit.lo \
78 libscrypt_la-readpass.lo libscrypt_la-warn.lo \
79 libscrypt_la-scryptenc.lo libscrypt_la-scryptenc_cpuperf.lo \
80 libscrypt_la-crypto_scrypt-ref.lo libscrypt_la-sha256.lo \
81 libscrypt_la-crypto_aesctr.lo
82 libscrypt_la_OBJECTS = $(am_libscrypt_la_OBJECTS)
83 libscrypt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85 $(libscrypt_la_LDFLAGS) $(LDFLAGS) -o $@
86 DEFAULT_INCLUDES = -I.@am__isrc@
87 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
88 am__depfiles_maybe = depfiles
89 am__mv = mv -f
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98 $(LDFLAGS) -o $@
99 SOURCES = $(libscrypt_la_SOURCES)
100 DIST_SOURCES = $(libscrypt_la_SOURCES)
101 ETAGS = etags
102 CTAGS = ctags
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 distdir = $(PACKAGE)-$(VERSION)
105 top_distdir = $(distdir)
106 am__remove_distdir = \
107 { test ! -d "$(distdir)" \
108 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
109 && rm -fr "$(distdir)"; }; }
110 DIST_ARCHIVES = $(distdir).tar.gz
111 GZIP_ENV = --best
112 distuninstallcheck_listfiles = find . -type f -print
113 distcleancheck_listfiles = find . -type f -print
114 ACLOCAL = @ACLOCAL@
115 AMTAR = @AMTAR@
116 AR = @AR@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 DEFS = @DEFS@
128 DEPDIR = @DEPDIR@
129 DSYMUTIL = @DSYMUTIL@
130 DUMPBIN = @DUMPBIN@
131 ECHO_C = @ECHO_C@
132 ECHO_N = @ECHO_N@
133 ECHO_T = @ECHO_T@
134 EGREP = @EGREP@
135 EXEEXT = @EXEEXT@
136 FGREP = @FGREP@
137 GREP = @GREP@
138 INSTALL = @INSTALL@
139 INSTALL_DATA = @INSTALL_DATA@
140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LIBTOOL = @LIBTOOL@
148 LIPO = @LIPO@
149 LN_S = @LN_S@
150 LTLIBOBJS = @LTLIBOBJS@
151 MAKEINFO = @MAKEINFO@
152 MKDIR_P = @MKDIR_P@
153 NM = @NM@
154 NMEDIT = @NMEDIT@
155 OBJDUMP = @OBJDUMP@
156 OBJEXT = @OBJEXT@
157 OTOOL = @OTOOL@
158 OTOOL64 = @OTOOL64@
159 PACKAGE = @PACKAGE@
160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161 PACKAGE_NAME = @PACKAGE_NAME@
162 PACKAGE_STRING = @PACKAGE_STRING@
163 PACKAGE_TARNAME = @PACKAGE_TARNAME@
164 PACKAGE_VERSION = @PACKAGE_VERSION@
165 PATH_SEPARATOR = @PATH_SEPARATOR@
166 POW_LIB = @POW_LIB@
167 RANLIB = @RANLIB@
168 SED = @SED@
169 SET_MAKE = @SET_MAKE@
170 SHELL = @SHELL@
171 STRIP = @STRIP@
172 VERSION = @VERSION@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_CC = @ac_ct_CC@
178 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 builddir = @builddir@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 enable_shared = @enable_shared@
196 enable_static = @enable_static@
197 exec_prefix = @exec_prefix@
198 host = @host@
199 host_alias = @host_alias@
200 host_cpu = @host_cpu@
201 host_os = @host_os@
202 host_vendor = @host_vendor@
203 htmldir = @htmldir@
204 includedir = @includedir@
205 infodir = @infodir@
206 install_sh = @install_sh@
207 libdir = @libdir@
208 libexecdir = @libexecdir@
209 libtool_VERSION = @libtool_VERSION@
210 localedir = @localedir@
211 localstatedir = @localstatedir@
212 lt_ECHO = @lt_ECHO@
213 mandir = @mandir@
214 mkdir_p = @mkdir_p@
215 oldincludedir = @oldincludedir@
216 pdfdir = @pdfdir@
217 prefix = @prefix@
218 program_transform_name = @program_transform_name@
219 psdir = @psdir@
220 sbindir = @sbindir@
221 sharedstatedir = @sharedstatedir@
222 srcdir = @srcdir@
223 sysconfdir = @sysconfdir@
224 target_alias = @target_alias@
225 top_build_prefix = @top_build_prefix@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 lib_LTLIBRARIES = libscrypt.la
229 libscrypt_la_SOURCES = src/lib/util/memlimit.c \
230 src/lib/util/readpass.c \
231 src/lib/util/warn.c \
232 src/lib/scryptenc/scryptenc.c \
233 src/lib/scryptenc/scryptenc_cpuperf.c \
234 src/lib/crypto/crypto_scrypt-ref.c \
235 src/lib/crypto/sha256.c \
236 src/lib/crypto/crypto_aesctr.c
237
238 libscrypt_la_CPPFLAGS = -I src/lib/util -I src/lib/scryptenc -I src/lib/crypto \
239 -I src -fvisibility=hidden
240
241 libscrypt_la_LDFLAGS = -release 1.1.6
242 all: config.h
243 $(MAKE) $(AM_MAKEFLAGS) all-am
244
245 .SUFFIXES:
246 .SUFFIXES: .c .lo .o .obj
247 am--refresh:
248 @:
249 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
250 @for dep in $?; do \
251 case '$(am__configure_deps)' in \
252 *$$dep*) \
253 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
254 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
255 && exit 0; \
256 exit 1;; \
257 esac; \
258 done; \
259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
260 $(am__cd) $(top_srcdir) && \
261 $(AUTOMAKE) --foreign Makefile
262 .PRECIOUS: Makefile
263 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
264 @case '$?' in \
265 *config.status*) \
266 echo ' $(SHELL) ./config.status'; \
267 $(SHELL) ./config.status;; \
268 *) \
269 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfi les_maybe)'; \
270 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_may be);; \
271 esac;
272
273 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
274 $(SHELL) ./config.status --recheck
275
276 $(top_srcdir)/configure: $(am__configure_deps)
277 $(am__cd) $(srcdir) && $(AUTOCONF)
278 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
279 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
280 $(am__aclocal_m4_deps):
281
282 config.h: stamp-h1
283 @if test ! -f $@; then \
284 rm -f stamp-h1; \
285 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
286 else :; fi
287
288 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
289 @rm -f stamp-h1
290 cd $(top_builddir) && $(SHELL) ./config.status config.h
291 $(srcdir)/config.h.in: $(am__configure_deps)
292 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
293 rm -f stamp-h1
294 touch $@
295
296 distclean-hdr:
297 -rm -f config.h stamp-h1
298 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
299 @$(NORMAL_INSTALL)
300 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
301 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
302 list2=; for p in $$list; do \
303 if test -f $$p; then \
304 list2="$$list2 $$p"; \
305 else :; fi; \
306 done; \
307 test -z "$$list2" || { \
308 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $( INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
309 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL ) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
310 }
311
312 uninstall-libLTLIBRARIES:
313 @$(NORMAL_UNINSTALL)
314 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
315 for p in $$list; do \
316 $(am__strip_dir) \
317 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
318 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$f"; \
319 done
320
321 clean-libLTLIBRARIES:
322 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
323 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
324 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
325 test "$$dir" != "$$p" || dir=.; \
326 echo "rm -f \"$${dir}/so_locations\""; \
327 rm -f "$${dir}/so_locations"; \
328 done
329 libscrypt.la: $(libscrypt_la_OBJECTS) $(libscrypt_la_DEPENDENCIES)
330 $(libscrypt_la_LINK) -rpath $(libdir) $(libscrypt_la_OBJECTS) $(libscryp t_la_LIBADD) $(LIBS)
331
332 mostlyclean-compile:
333 -rm -f *.$(OBJEXT)
334
335 distclean-compile:
336 -rm -f *.tab.c
337
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-crypto_aesctr.Plo@ am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-crypto_scrypt-ref. Plo@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-memlimit.Plo@am__q uote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-readpass.Plo@am__q uote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-scryptenc.Plo@am__ quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-scryptenc_cpuperf. Plo@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-sha256.Plo@am__quo te@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscrypt_la-warn.Plo@am__quote @
346
347 .c.o:
348 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
353
354 .c.obj:
355 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE PBACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
361 .c.lo:
362 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $ @ $<
363 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
364 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMD EPBACKSLASH@
365 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
367
368 libscrypt_la-memlimit.lo: src/lib/util/memlimit.c
369 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-memlimit.lo -MD -MP -M F $(DEPDIR)/libscrypt_la-memlimit.Tpo -c -o libscrypt_la-memlimit.lo `test -f 's rc/lib/util/memlimit.c' || echo '$(srcdir)/'`src/lib/util/memlimit.c
370 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-memlimit.Tpo $(DEPDIR)/ libscrypt_la-memlimit.Plo
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/util/memlimit.c' object= 'libscrypt_la-memlimit.lo' libtool=yes @AMDEPBACKSLASH@
372 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-memlimit.lo `test -f 'src/lib/util/memlimit.c' || echo '$(srcdir)/'`src/lib/util/memlimit.c
374
375 libscrypt_la-readpass.lo: src/lib/util/readpass.c
376 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-readpass.lo -MD -MP -M F $(DEPDIR)/libscrypt_la-readpass.Tpo -c -o libscrypt_la-readpass.lo `test -f 's rc/lib/util/readpass.c' || echo '$(srcdir)/'`src/lib/util/readpass.c
377 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-readpass.Tpo $(DEPDIR)/ libscrypt_la-readpass.Plo
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/util/readpass.c' object= 'libscrypt_la-readpass.lo' libtool=yes @AMDEPBACKSLASH@
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-readpass.lo `test -f 'src/lib/util/readpass.c' || echo '$(srcdir)/'`src/lib/util/readpass.c
381
382 libscrypt_la-warn.lo: src/lib/util/warn.c
383 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-warn.lo -MD -MP -MF $( DEPDIR)/libscrypt_la-warn.Tpo -c -o libscrypt_la-warn.lo `test -f 'src/lib/util/ warn.c' || echo '$(srcdir)/'`src/lib/util/warn.c
384 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-warn.Tpo $(DEPDIR)/libs crypt_la-warn.Plo
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/util/warn.c' object='lib scrypt_la-warn.lo' libtool=yes @AMDEPBACKSLASH@
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-warn.lo `test -f 'sr c/lib/util/warn.c' || echo '$(srcdir)/'`src/lib/util/warn.c
388
389 libscrypt_la-scryptenc.lo: src/lib/scryptenc/scryptenc.c
390 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-scryptenc.lo -MD -MP - MF $(DEPDIR)/libscrypt_la-scryptenc.Tpo -c -o libscrypt_la-scryptenc.lo `test -f 'src/lib/scryptenc/scryptenc.c' || echo '$(srcdir)/'`src/lib/scryptenc/scrypten c.c
391 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-scryptenc.Tpo $(DEPDIR) /libscrypt_la-scryptenc.Plo
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/scryptenc/scryptenc.c' o bject='libscrypt_la-scryptenc.lo' libtool=yes @AMDEPBACKSLASH@
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-scryptenc.lo `test - f 'src/lib/scryptenc/scryptenc.c' || echo '$(srcdir)/'`src/lib/scryptenc/scrypte nc.c
395
396 libscrypt_la-scryptenc_cpuperf.lo: src/lib/scryptenc/scryptenc_cpuperf.c
397 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-scryptenc_cpuperf.lo - MD -MP -MF $(DEPDIR)/libscrypt_la-scryptenc_cpuperf.Tpo -c -o libscrypt_la-scryp tenc_cpuperf.lo `test -f 'src/lib/scryptenc/scryptenc_cpuperf.c' || echo '$(srcd ir)/'`src/lib/scryptenc/scryptenc_cpuperf.c
398 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-scryptenc_cpuperf.Tpo $ (DEPDIR)/libscrypt_la-scryptenc_cpuperf.Plo
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/scryptenc/scryptenc_cpup erf.c' object='libscrypt_la-scryptenc_cpuperf.lo' libtool=yes @AMDEPBACKSLASH@
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-scryptenc_cpuperf.lo `test -f 'src/lib/scryptenc/scryptenc_cpuperf.c' || echo '$(srcdir)/'`src/lib/s cryptenc/scryptenc_cpuperf.c
402
403 libscrypt_la-crypto_scrypt-ref.lo: src/lib/crypto/crypto_scrypt-ref.c
404 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-crypto_scrypt-ref.lo - MD -MP -MF $(DEPDIR)/libscrypt_la-crypto_scrypt-ref.Tpo -c -o libscrypt_la-crypt o_scrypt-ref.lo `test -f 'src/lib/crypto/crypto_scrypt-ref.c' || echo '$(srcdir) /'`src/lib/crypto/crypto_scrypt-ref.c
405 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-crypto_scrypt-ref.Tpo $ (DEPDIR)/libscrypt_la-crypto_scrypt-ref.Plo
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/crypto/crypto_scrypt-ref .c' object='libscrypt_la-crypto_scrypt-ref.lo' libtool=yes @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-crypto_scrypt-ref.lo `test -f 'src/lib/crypto/crypto_scrypt-ref.c' || echo '$(srcdir)/'`src/lib/cryp to/crypto_scrypt-ref.c
409
410 libscrypt_la-sha256.lo: src/lib/crypto/sha256.c
411 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-sha256.lo -MD -MP -MF $(DEPDIR)/libscrypt_la-sha256.Tpo -c -o libscrypt_la-sha256.lo `test -f 'src/lib /crypto/sha256.c' || echo '$(srcdir)/'`src/lib/crypto/sha256.c
412 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-sha256.Tpo $(DEPDIR)/li bscrypt_la-sha256.Plo
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/crypto/sha256.c' object= 'libscrypt_la-sha256.lo' libtool=yes @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-sha256.lo `test -f ' src/lib/crypto/sha256.c' || echo '$(srcdir)/'`src/lib/crypto/sha256.c
416
417 libscrypt_la-crypto_aesctr.lo: src/lib/crypto/crypto_aesctr.c
418 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libscrypt_la-crypto_aesctr.lo -MD - MP -MF $(DEPDIR)/libscrypt_la-crypto_aesctr.Tpo -c -o libscrypt_la-crypto_aesctr .lo `test -f 'src/lib/crypto/crypto_aesctr.c' || echo '$(srcdir)/'`src/lib/crypt o/crypto_aesctr.c
419 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libscrypt_la-crypto_aesctr.Tpo $(DEP DIR)/libscrypt_la-crypto_aesctr.Plo
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='src/lib/crypto/crypto_aesctr.c' object='libscrypt_la-crypto_aesctr.lo' libtool=yes @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscrypt_la_CPPF LAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libscrypt_la-crypto_aesctr.lo `te st -f 'src/lib/crypto/crypto_aesctr.c' || echo '$(srcdir)/'`src/lib/crypto/crypt o_aesctr.c
423
424 mostlyclean-libtool:
425 -rm -f *.lo
426
427 clean-libtool:
428 -rm -rf .libs _libs
429
430 distclean-libtool:
431 -rm -f libtool config.lt
432
433 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437 done | \
438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439 END { if (nonempty) { for (i in files) print i; }; }'`; \
440 mkid -fID $$unique
441 tags: TAGS
442
443 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 set x; \
446 here=`pwd`; \
447 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in files) print i; }; }'`; \
453 shift; \
454 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455 test -n "$$unique" || unique=$$empty_fix; \
456 if test $$# -gt 0; then \
457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458 "$$@" $$unique; \
459 else \
460 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461 $$unique; \
462 fi; \
463 fi
464 ctags: CTAGS
465 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
466 $(TAGS_FILES) $(LISP)
467 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
468 unique=`for i in $$list; do \
469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470 done | \
471 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472 END { if (nonempty) { for (i in files) print i; }; }'`; \
473 test -z "$(CTAGS_ARGS)$$unique" \
474 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475 $$unique
476
477 GTAGS:
478 here=`$(am__cd) $(top_builddir) && pwd` \
479 && $(am__cd) $(top_srcdir) \
480 && gtags -i $(GTAGS_ARGS) "$$here"
481
482 distclean-tags:
483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485 distdir: $(DISTFILES)
486 $(am__remove_distdir)
487 test -d "$(distdir)" || mkdir "$(distdir)"
488 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490 list='$(DISTFILES)'; \
491 dist_files=`for file in $$list; do echo $$file; done | \
492 sed -e "s|^$$srcdirstrip/||;t" \
493 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494 case $$dist_files in \
495 */*) $(MKDIR_P) `echo "$$dist_files" | \
496 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497 sort -u` ;; \
498 esac; \
499 for file in $$dist_files; do \
500 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501 if test -d $$d/$$file; then \
502 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503 if test -d "$(distdir)/$$file"; then \
504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505 fi; \
506 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509 fi; \
510 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511 else \
512 test -f "$(distdir)/$$file" \
513 || cp -p $$d/$$file "$(distdir)/$$file" \
514 || exit 1; \
515 fi; \
516 done
517 -test -n "$(am__skip_mode_fix)" \
518 || find "$(distdir)" -type d ! -perm -755 \
519 -exec chmod u+rwx,go+rx {} \; -o \
520 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
521 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
522 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
523 || chmod -R a+r "$(distdir)"
524 dist-gzip: distdir
525 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
526 $(am__remove_distdir)
527
528 dist-bzip2: distdir
529 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
530 $(am__remove_distdir)
531
532 dist-lzma: distdir
533 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
534 $(am__remove_distdir)
535
536 dist-xz: distdir
537 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
538 $(am__remove_distdir)
539
540 dist-tarZ: distdir
541 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
542 $(am__remove_distdir)
543
544 dist-shar: distdir
545 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
546 $(am__remove_distdir)
547
548 dist-zip: distdir
549 -rm -f $(distdir).zip
550 zip -rq $(distdir).zip $(distdir)
551 $(am__remove_distdir)
552
553 dist dist-all: distdir
554 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
555 $(am__remove_distdir)
556
557 # This target untars the dist file and tries a VPATH configuration. Then
558 # it guarantees that the distribution is self-contained by making another
559 # tarfile.
560 distcheck: dist
561 case '$(DIST_ARCHIVES)' in \
562 *.tar.gz*) \
563 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
564 *.tar.bz2*) \
565 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
566 *.tar.lzma*) \
567 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
568 *.tar.xz*) \
569 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
570 *.tar.Z*) \
571 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
572 *.shar.gz*) \
573 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
574 *.zip*) \
575 unzip $(distdir).zip ;;\
576 esac
577 chmod -R a-w $(distdir); chmod a+w $(distdir)
578 mkdir $(distdir)/_build
579 mkdir $(distdir)/_inst
580 chmod a-w $(distdir)
581 test -d $(distdir)/_build || exit 0; \
582 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]: [\\/],/,'` \
583 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
584 && am__cwd=`pwd` \
585 && $(am__cd) $(distdir)/_build \
586 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
587 $(DISTCHECK_CONFIGURE_FLAGS) \
588 && $(MAKE) $(AM_MAKEFLAGS) \
589 && $(MAKE) $(AM_MAKEFLAGS) dvi \
590 && $(MAKE) $(AM_MAKEFLAGS) check \
591 && $(MAKE) $(AM_MAKEFLAGS) install \
592 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
593 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
594 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
595 distuninstallcheck \
596 && chmod -R a-w "$$dc_install_base" \
597 && ({ \
598 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
599 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
600 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
601 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
602 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
603 } || { rm -rf "$$dc_destdir"; exit 1; }) \
604 && rm -rf "$$dc_destdir" \
605 && $(MAKE) $(AM_MAKEFLAGS) dist \
606 && rm -rf $(DIST_ARCHIVES) \
607 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
608 && cd "$$am__cwd" \
609 || exit 1
610 $(am__remove_distdir)
611 @(echo "$(distdir) archives ready for distribution: "; \
612 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
613 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
614 distuninstallcheck:
615 @$(am__cd) '$(distuninstallcheck_dir)' \
616 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
617 || { echo "ERROR: files left after uninstall:" ; \
618 if test -n "$(DESTDIR)"; then \
619 echo " (check DESTDIR support)"; \
620 fi ; \
621 $(distuninstallcheck_listfiles) ; \
622 exit 1; } >&2
623 distcleancheck: distclean
624 @if test '$(srcdir)' = . ; then \
625 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
626 exit 1 ; \
627 fi
628 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
629 || { echo "ERROR: files left in build directory after distclean:" ; \
630 $(distcleancheck_listfiles) ; \
631 exit 1; } >&2
632 check-am: all-am
633 check: check-am
634 all-am: Makefile $(LTLIBRARIES) config.h
635 installdirs:
636 for dir in "$(DESTDIR)$(libdir)"; do \
637 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638 done
639 install: install-am
640 install-exec: install-exec-am
641 install-data: install-data-am
642 uninstall: uninstall-am
643
644 install-am: all-am
645 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647 installcheck: installcheck-am
648 install-strip:
649 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651 `test -z '$(STRIP)' || \
652 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653 mostlyclean-generic:
654
655 clean-generic:
656
657 distclean-generic:
658 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
659 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
660
661 maintainer-clean-generic:
662 @echo "This command is intended for maintainers to use"
663 @echo "it deletes files that may require special tools to rebuild."
664 clean: clean-am
665
666 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
667 mostlyclean-am
668
669 distclean: distclean-am
670 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
671 -rm -rf ./$(DEPDIR)
672 -rm -f Makefile
673 distclean-am: clean-am distclean-compile distclean-generic \
674 distclean-hdr distclean-libtool distclean-tags
675
676 dvi: dvi-am
677
678 dvi-am:
679
680 html: html-am
681
682 html-am:
683
684 info: info-am
685
686 info-am:
687
688 install-data-am:
689
690 install-dvi: install-dvi-am
691
692 install-dvi-am:
693
694 install-exec-am: install-libLTLIBRARIES
695
696 install-html: install-html-am
697
698 install-html-am:
699
700 install-info: install-info-am
701
702 install-info-am:
703
704 install-man:
705
706 install-pdf: install-pdf-am
707
708 install-pdf-am:
709
710 install-ps: install-ps-am
711
712 install-ps-am:
713
714 installcheck-am:
715
716 maintainer-clean: maintainer-clean-am
717 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
718 -rm -rf $(top_srcdir)/autom4te.cache
719 -rm -rf ./$(DEPDIR)
720 -rm -f Makefile
721 maintainer-clean-am: distclean-am maintainer-clean-generic
722
723 mostlyclean: mostlyclean-am
724
725 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
726 mostlyclean-libtool
727
728 pdf: pdf-am
729
730 pdf-am:
731
732 ps: ps-am
733
734 ps-am:
735
736 uninstall-am: uninstall-libLTLIBRARIES
737
738 .MAKE: all install-am install-strip
739
740 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
741 clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
742 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
743 dist-xz dist-zip distcheck distclean distclean-compile \
744 distclean-generic distclean-hdr distclean-libtool \
745 distclean-tags distcleancheck distdir distuninstallcheck dvi \
746 dvi-am html html-am info info-am install install-am \
747 install-data install-data-am install-dvi install-dvi-am \
748 install-exec install-exec-am install-html install-html-am \
749 install-info install-info-am install-libLTLIBRARIES \
750 install-man install-pdf install-pdf-am install-ps \
751 install-ps-am install-strip installcheck installcheck-am \
752 installdirs maintainer-clean maintainer-clean-generic \
753 mostlyclean mostlyclean-compile mostlyclean-generic \
754 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
755 uninstall-am uninstall-libLTLIBRARIES
756
757
758 # TODO(fes): auto-set sse/nosse/ref
759 # src/lib/crypto/crypto_scrypt-nosse.c
760 # src/lib/crypto/crypto_scrypt-sse.c
761
762 # Tell versions [3.59,3.63) of GNU make to not export all variables.
763 # Otherwise a system limit (for SysV at least) may be exceeded.
764 .NOEXPORT:
OLDNEW
« no previous file with comments | « Makefile.am ('k') | aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698