Commit | Line | Data |
---|---|---|
15c988f7 JB |
1 | # Makefile.in generated by automake 1.11.6 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 | VPATH = @srcdir@ | |
19 | am__make_dryrun = \ | |
20 | { \ | |
21 | am__dry=no; \ | |
22 | case $$MAKEFLAGS in \ | |
23 | *\\[\ \ ]*) \ | |
24 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | |
25 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | |
26 | *) \ | |
27 | for am__flg in $$MAKEFLAGS; do \ | |
28 | case $$am__flg in \ | |
29 | *=*|--*) ;; \ | |
30 | *n*) am__dry=yes; break;; \ | |
31 | esac; \ | |
32 | done;; \ | |
33 | esac; \ | |
34 | test $$am__dry = yes; \ | |
35 | } | |
36 | pkgdatadir = $(datadir)/@PACKAGE@ | |
37 | pkgincludedir = $(includedir)/@PACKAGE@ | |
38 | pkglibdir = $(libdir)/@PACKAGE@ | |
39 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
40 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
41 | install_sh_DATA = $(install_sh) -c -m 644 | |
42 | install_sh_PROGRAM = $(install_sh) -c | |
43 | install_sh_SCRIPT = $(install_sh) -c | |
44 | INSTALL_HEADER = $(INSTALL_DATA) | |
45 | transform = $(program_transform_name) | |
46 | NORMAL_INSTALL = : | |
47 | PRE_INSTALL = : | |
48 | POST_INSTALL = : | |
49 | NORMAL_UNINSTALL = : | |
50 | PRE_UNINSTALL = : | |
51 | POST_UNINSTALL = : | |
52 | build_triplet = @build@ | |
53 | host_triplet = @host@ | |
54 | subdir = src/lib/crypto | |
55 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
56 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
57 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | |
58 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |
59 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
60 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac | |
61 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
62 | $(ACLOCAL_M4) | |
63 | mkinstalldirs = $(install_sh) -d | |
64 | CONFIG_HEADER = $(top_builddir)/config.h | |
65 | CONFIG_CLEAN_FILES = | |
66 | CONFIG_CLEAN_VPATH_FILES = | |
67 | LTLIBRARIES = $(noinst_LTLIBRARIES) | |
68 | libcrypto_la_LIBADD = | |
69 | am_libcrypto_la_OBJECTS = bigint.lo aes.lo hmac.lo md5.lo rc4.lo \ | |
70 | sha1.lo | |
71 | libcrypto_la_OBJECTS = $(am_libcrypto_la_OBJECTS) | |
72 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
73 | depcomp = $(SHELL) $(top_srcdir)/depcomp | |
74 | am__depfiles_maybe = depfiles | |
75 | am__mv = mv -f | |
76 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
77 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
78 | LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
79 | --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |
80 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
81 | CCLD = $(CC) | |
82 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |
83 | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | |
84 | $(LDFLAGS) -o $@ | |
85 | SOURCES = $(libcrypto_la_SOURCES) | |
86 | DIST_SOURCES = $(libcrypto_la_SOURCES) | |
87 | am__can_run_installinfo = \ | |
88 | case $$AM_UPDATE_INFO_DIR in \ | |
89 | n|no|NO) false;; \ | |
90 | *) (install-info --version) >/dev/null 2>&1;; \ | |
91 | esac | |
92 | ETAGS = etags | |
93 | CTAGS = ctags | |
94 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
95 | ACLOCAL = @ACLOCAL@ | |
96 | AMTAR = @AMTAR@ | |
97 | AR = @AR@ | |
98 | AUTOCONF = @AUTOCONF@ | |
99 | AUTOHEADER = @AUTOHEADER@ | |
100 | AUTOMAKE = @AUTOMAKE@ | |
101 | AWK = @AWK@ | |
102 | CC = @CC@ | |
103 | CCDEPMODE = @CCDEPMODE@ | |
104 | CFLAGS = @CFLAGS@ | |
105 | CPP = @CPP@ | |
106 | CPPFLAGS = @CPPFLAGS@ | |
107 | CYGPATH_W = @CYGPATH_W@ | |
108 | DEFS = @DEFS@ | |
109 | DEPDIR = @DEPDIR@ | |
110 | DLLTOOL = @DLLTOOL@ | |
111 | DSYMUTIL = @DSYMUTIL@ | |
112 | DUMPBIN = @DUMPBIN@ | |
113 | ECHO_C = @ECHO_C@ | |
114 | ECHO_N = @ECHO_N@ | |
115 | ECHO_T = @ECHO_T@ | |
116 | EGREP = @EGREP@ | |
117 | EXEEXT = @EXEEXT@ | |
118 | FGREP = @FGREP@ | |
119 | GREP = @GREP@ | |
120 | INSTALL = @INSTALL@ | |
121 | INSTALL_DATA = @INSTALL_DATA@ | |
122 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
123 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
124 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
125 | LD = @LD@ | |
126 | LDFLAGS = @LDFLAGS@ | |
127 | LIBADD_DL = @LIBADD_DL@ | |
128 | LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ | |
129 | LIBADD_DLOPEN = @LIBADD_DLOPEN@ | |
130 | LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ | |
131 | LIBM = @LIBM@ | |
132 | LIBOBJS = @LIBOBJS@ | |
133 | LIBS = @LIBS@ | |
134 | LIBTOOL = @LIBTOOL@ | |
135 | LIPO = @LIPO@ | |
136 | LN_S = @LN_S@ | |
137 | LTLIBOBJS = @LTLIBOBJS@ | |
138 | LT_DLLOADERS = @LT_DLLOADERS@ | |
139 | LT_DLPREOPEN = @LT_DLPREOPEN@ | |
140 | MAKEINFO = @MAKEINFO@ | |
141 | MANIFEST_TOOL = @MANIFEST_TOOL@ | |
142 | MKDIR_P = @MKDIR_P@ | |
143 | NM = @NM@ | |
144 | NMEDIT = @NMEDIT@ | |
145 | OBJDUMP = @OBJDUMP@ | |
146 | OBJEXT = @OBJEXT@ | |
147 | OTOOL = @OTOOL@ | |
148 | OTOOL64 = @OTOOL64@ | |
149 | PACKAGE = @PACKAGE@ | |
150 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
151 | PACKAGE_NAME = @PACKAGE_NAME@ | |
152 | PACKAGE_STRING = @PACKAGE_STRING@ | |
153 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
154 | PACKAGE_URL = @PACKAGE_URL@ | |
155 | PACKAGE_VERSION = @PACKAGE_VERSION@ | |
156 | PATH_SEPARATOR = @PATH_SEPARATOR@ | |
157 | PKG_CONFIG = @PKG_CONFIG@ | |
158 | RANLIB = @RANLIB@ | |
159 | SED = @SED@ | |
160 | SET_MAKE = @SET_MAKE@ | |
161 | SHELL = @SHELL@ | |
162 | STRIP = @STRIP@ | |
163 | VERSION = @VERSION@ | |
164 | abs_builddir = @abs_builddir@ | |
165 | abs_srcdir = @abs_srcdir@ | |
166 | abs_top_builddir = @abs_top_builddir@ | |
167 | abs_top_srcdir = @abs_top_srcdir@ | |
168 | ac_ct_AR = @ac_ct_AR@ | |
169 | ac_ct_CC = @ac_ct_CC@ | |
170 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
171 | am__include = @am__include@ | |
172 | am__leading_dot = @am__leading_dot@ | |
173 | am__quote = @am__quote@ | |
174 | am__tar = @am__tar@ | |
175 | am__untar = @am__untar@ | |
176 | bindir = @bindir@ | |
177 | build = @build@ | |
178 | build_alias = @build_alias@ | |
179 | build_cpu = @build_cpu@ | |
180 | build_os = @build_os@ | |
181 | build_vendor = @build_vendor@ | |
182 | builddir = @builddir@ | |
183 | datadir = @datadir@ | |
184 | datarootdir = @datarootdir@ | |
185 | docdir = @docdir@ | |
186 | dvidir = @dvidir@ | |
187 | exec_prefix = @exec_prefix@ | |
188 | host = @host@ | |
189 | host_alias = @host_alias@ | |
190 | host_cpu = @host_cpu@ | |
191 | host_os = @host_os@ | |
192 | host_vendor = @host_vendor@ | |
193 | htmldir = @htmldir@ | |
194 | includedir = @includedir@ | |
195 | infodir = @infodir@ | |
196 | install_sh = @install_sh@ | |
197 | libao_CFLAGS = @libao_CFLAGS@ | |
198 | libao_LIBS = @libao_LIBS@ | |
199 | libdir = @libdir@ | |
200 | libexecdir = @libexecdir@ | |
201 | localedir = @localedir@ | |
202 | localstatedir = @localstatedir@ | |
203 | mandir = @mandir@ | |
204 | mkdir_p = @mkdir_p@ | |
205 | oldincludedir = @oldincludedir@ | |
206 | pdfdir = @pdfdir@ | |
207 | prefix = @prefix@ | |
208 | program_transform_name = @program_transform_name@ | |
209 | psdir = @psdir@ | |
210 | sbindir = @sbindir@ | |
211 | sharedstatedir = @sharedstatedir@ | |
212 | srcdir = @srcdir@ | |
213 | sysconfdir = @sysconfdir@ | |
214 | target_alias = @target_alias@ | |
215 | top_build_prefix = @top_build_prefix@ | |
216 | top_builddir = @top_builddir@ | |
217 | top_srcdir = @top_srcdir@ | |
218 | noinst_LTLIBRARIES = libcrypto.la | |
219 | libcrypto_la_SOURCES = bigint.c bigint.h bigint_impl.h aes.c hmac.c md5.c rc4.c sha1.c crypto.h os_port.h config.h | |
220 | all: all-am | |
221 | ||
222 | .SUFFIXES: | |
223 | .SUFFIXES: .c .lo .o .obj | |
224 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
225 | @for dep in $?; do \ | |
226 | case '$(am__configure_deps)' in \ | |
227 | *$$dep*) \ | |
228 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
229 | && { if test -f $@; then exit 0; else break; fi; }; \ | |
230 | exit 1;; \ | |
231 | esac; \ | |
232 | done; \ | |
233 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/crypto/Makefile'; \ | |
234 | $(am__cd) $(top_srcdir) && \ | |
235 | $(AUTOMAKE) --foreign src/lib/crypto/Makefile | |
236 | .PRECIOUS: Makefile | |
237 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
238 | @case '$?' in \ | |
239 | *config.status*) \ | |
240 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
241 | *) \ | |
242 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
243 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
244 | esac; | |
245 | ||
246 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
247 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
248 | ||
249 | $(top_srcdir)/configure: $(am__configure_deps) | |
250 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
251 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
252 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
253 | $(am__aclocal_m4_deps): | |
254 | ||
255 | clean-noinstLTLIBRARIES: | |
256 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | |
257 | @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | |
258 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
259 | test "$$dir" != "$$p" || dir=.; \ | |
260 | echo "rm -f \"$${dir}/so_locations\""; \ | |
261 | rm -f "$${dir}/so_locations"; \ | |
262 | done | |
263 | libcrypto.la: $(libcrypto_la_OBJECTS) $(libcrypto_la_DEPENDENCIES) $(EXTRA_libcrypto_la_DEPENDENCIES) | |
264 | $(LINK) $(libcrypto_la_OBJECTS) $(libcrypto_la_LIBADD) $(LIBS) | |
265 | ||
266 | mostlyclean-compile: | |
267 | -rm -f *.$(OBJEXT) | |
268 | ||
269 | distclean-compile: | |
270 | -rm -f *.tab.c | |
271 | ||
272 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aes.Plo@am__quote@ | |
273 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bigint.Plo@am__quote@ | |
274 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Plo@am__quote@ | |
275 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ | |
276 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc4.Plo@am__quote@ | |
277 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@ | |
278 | ||
279 | .c.o: | |
280 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
281 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
282 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
283 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
284 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
285 | ||
286 | .c.obj: | |
287 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
288 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
289 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
290 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
291 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
292 | ||
293 | .c.lo: | |
294 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
295 | @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | |
296 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
297 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
298 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | |
299 | ||
300 | mostlyclean-libtool: | |
301 | -rm -f *.lo | |
302 | ||
303 | clean-libtool: | |
304 | -rm -rf .libs _libs | |
305 | ||
306 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
307 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
308 | unique=`for i in $$list; do \ | |
309 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
310 | done | \ | |
311 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
312 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
313 | mkid -fID $$unique | |
314 | tags: TAGS | |
315 | ||
316 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
317 | $(TAGS_FILES) $(LISP) | |
318 | set x; \ | |
319 | here=`pwd`; \ | |
320 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
321 | unique=`for i in $$list; do \ | |
322 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
323 | done | \ | |
324 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
325 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
326 | shift; \ | |
327 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
328 | test -n "$$unique" || unique=$$empty_fix; \ | |
329 | if test $$# -gt 0; then \ | |
330 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
331 | "$$@" $$unique; \ | |
332 | else \ | |
333 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
334 | $$unique; \ | |
335 | fi; \ | |
336 | fi | |
337 | ctags: CTAGS | |
338 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
339 | $(TAGS_FILES) $(LISP) | |
340 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
341 | unique=`for i in $$list; do \ | |
342 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
343 | done | \ | |
344 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
345 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
346 | test -z "$(CTAGS_ARGS)$$unique" \ | |
347 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
348 | $$unique | |
349 | ||
350 | GTAGS: | |
351 | here=`$(am__cd) $(top_builddir) && pwd` \ | |
352 | && $(am__cd) $(top_srcdir) \ | |
353 | && gtags -i $(GTAGS_ARGS) "$$here" | |
354 | ||
355 | distclean-tags: | |
356 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
357 | ||
358 | distdir: $(DISTFILES) | |
359 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
360 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
361 | list='$(DISTFILES)'; \ | |
362 | dist_files=`for file in $$list; do echo $$file; done | \ | |
363 | sed -e "s|^$$srcdirstrip/||;t" \ | |
364 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
365 | case $$dist_files in \ | |
366 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
367 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
368 | sort -u` ;; \ | |
369 | esac; \ | |
370 | for file in $$dist_files; do \ | |
371 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
372 | if test -d $$d/$$file; then \ | |
373 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
374 | if test -d "$(distdir)/$$file"; then \ | |
375 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
376 | fi; \ | |
377 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
378 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
379 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
380 | fi; \ | |
381 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
382 | else \ | |
383 | test -f "$(distdir)/$$file" \ | |
384 | || cp -p $$d/$$file "$(distdir)/$$file" \ | |
385 | || exit 1; \ | |
386 | fi; \ | |
387 | done | |
388 | check-am: all-am | |
389 | check: check-am | |
390 | all-am: Makefile $(LTLIBRARIES) | |
391 | installdirs: | |
392 | install: install-am | |
393 | install-exec: install-exec-am | |
394 | install-data: install-data-am | |
395 | uninstall: uninstall-am | |
396 | ||
397 | install-am: all-am | |
398 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
399 | ||
400 | installcheck: installcheck-am | |
401 | install-strip: | |
402 | if test -z '$(STRIP)'; then \ | |
403 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
404 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
405 | install; \ | |
406 | else \ | |
407 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
408 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
409 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
410 | fi | |
411 | mostlyclean-generic: | |
412 | ||
413 | clean-generic: | |
414 | ||
415 | distclean-generic: | |
416 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
417 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
418 | ||
419 | maintainer-clean-generic: | |
420 | @echo "This command is intended for maintainers to use" | |
421 | @echo "it deletes files that may require special tools to rebuild." | |
422 | clean: clean-am | |
423 | ||
424 | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ | |
425 | mostlyclean-am | |
426 | ||
427 | distclean: distclean-am | |
428 | -rm -rf ./$(DEPDIR) | |
429 | -rm -f Makefile | |
430 | distclean-am: clean-am distclean-compile distclean-generic \ | |
431 | distclean-tags | |
432 | ||
433 | dvi: dvi-am | |
434 | ||
435 | dvi-am: | |
436 | ||
437 | html: html-am | |
438 | ||
439 | html-am: | |
440 | ||
441 | info: info-am | |
442 | ||
443 | info-am: | |
444 | ||
445 | install-data-am: | |
446 | ||
447 | install-dvi: install-dvi-am | |
448 | ||
449 | install-dvi-am: | |
450 | ||
451 | install-exec-am: | |
452 | ||
453 | install-html: install-html-am | |
454 | ||
455 | install-html-am: | |
456 | ||
457 | install-info: install-info-am | |
458 | ||
459 | install-info-am: | |
460 | ||
461 | install-man: | |
462 | ||
463 | install-pdf: install-pdf-am | |
464 | ||
465 | install-pdf-am: | |
466 | ||
467 | install-ps: install-ps-am | |
468 | ||
469 | install-ps-am: | |
470 | ||
471 | installcheck-am: | |
472 | ||
473 | maintainer-clean: maintainer-clean-am | |
474 | -rm -rf ./$(DEPDIR) | |
475 | -rm -f Makefile | |
476 | maintainer-clean-am: distclean-am maintainer-clean-generic | |
477 | ||
478 | mostlyclean: mostlyclean-am | |
479 | ||
480 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
481 | mostlyclean-libtool | |
482 | ||
483 | pdf: pdf-am | |
484 | ||
485 | pdf-am: | |
486 | ||
487 | ps: ps-am | |
488 | ||
489 | ps-am: | |
490 | ||
491 | uninstall-am: | |
492 | ||
493 | .MAKE: install-am install-strip | |
494 | ||
495 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
496 | clean-libtool clean-noinstLTLIBRARIES ctags distclean \ | |
497 | distclean-compile distclean-generic distclean-libtool \ | |
498 | distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
499 | install install-am install-data install-data-am install-dvi \ | |
500 | install-dvi-am install-exec install-exec-am install-html \ | |
501 | install-html-am install-info install-info-am install-man \ | |
502 | install-pdf install-pdf-am install-ps install-ps-am \ | |
503 | install-strip installcheck installcheck-am installdirs \ | |
504 | maintainer-clean maintainer-clean-generic mostlyclean \ | |
505 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
506 | pdf pdf-am ps ps-am tags uninstall uninstall-am | |
507 | ||
508 | ||
509 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
510 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
511 | .NOEXPORT: |