Transmission 2.33
[tomato.git] / release / src / router / lzo / Makefile
blobcedd1c3109e55e35eaf9c31a3762dbdffe50bbbd
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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
13 # PARTICULAR PURPOSE.
18 # Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
20 srcdir = .
21 top_srcdir = .
23 pkgdatadir = $(datadir)/lzo
24 pkglibdir = $(libdir)/lzo
25 pkgincludedir = $(includedir)/lzo
26 top_builddir = .
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = /usr/bin/install -c
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = i686-pc-linux-gnu
41 host_triplet = mipsel-unknown-linux-gnu
42 target_triplet = mipsel-unknown-linux-gnu
43 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
44 $(srcdir)/Makefile.in $(srcdir)/config.hin \
45 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
46 THANKS autoconf/compile autoconf/config.guess \
47 autoconf/config.rpath autoconf/config.sub autoconf/depcomp \
48 autoconf/install-sh autoconf/ltmain.sh autoconf/mdate-sh \
49 autoconf/missing autoconf/mkinstalldirs autoconf/py-compile \
50 autoconf/ylwrap
51 subdir = .
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55 $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57 configure.lineno configure.status.lineno
58 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
59 CONFIG_HEADER = config.h
60 CONFIG_CLEAN_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64 html-recursive info-recursive install-data-recursive \
65 install-exec-recursive install-info-recursive \
66 install-recursive installcheck-recursive installdirs-recursive \
67 pdf-recursive ps-recursive uninstall-info-recursive \
68 uninstall-recursive
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = $(SUBDIRS)
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 distdir = $(PACKAGE)-$(VERSION)
74 top_distdir = $(distdir)
75 am__remove_distdir = \
76 { test ! -d $(distdir) \
77 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
78 && rm -fr $(distdir); }; }
79 DIST_ARCHIVES = $(distdir).tar.gz
80 GZIP_ENV = --best
81 distuninstallcheck_listfiles = find . -type f -print
82 distcleancheck_listfiles = find . -type f -print
83 ACLOCAL = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run aclocal-1.9
84 AMDEP_FALSE = #
85 AMDEP_TRUE =
86 AMTAR = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run tar
87 AR = mipsel-uclibc-ar
88 AUTOCONF = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run autoconf
89 AUTOHEADER = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run autoheader
90 AUTOMAKE = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run automake-1.9
91 AWK = mawk
92 CC = mipsel-uclibc-gcc
93 CCDEPMODE = depmode=gcc3
94 CFLAGS = -mips2 -O3 -Wall
95 CPP = mipsel-uclibc-gcc -E
96 CPPFLAGS = -DLZO_HAVE_CONFIG_H
97 CXX = mipsel-linux-g++
98 CXXCPP = mipsel-linux-g++ -E
99 CXXDEPMODE = depmode=gcc3
100 CXXFLAGS = -g -O2
101 CYGPATH_W = echo
102 DEFS = -DHAVE_CONFIG_H
103 DEPDIR = .deps
104 ECHO = echo
105 ECHO_C =
106 ECHO_N = -n
107 ECHO_T =
108 EGREP = grep -E
109 EXEEXT =
110 F77 =
111 FFLAGS =
112 INSTALL_DATA = ${INSTALL} -m 644
113 INSTALL_PROGRAM = ${INSTALL}
114 INSTALL_SCRIPT = ${INSTALL}
115 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
116 LDFLAGS =
117 LIBOBJS =
118 LIBS =
119 LIBTOOL = $(SHELL) $(top_builddir)/libtool
120 LN_S = ln -s
121 LTLIBOBJS =
122 LZO_ASM_VPATH =
123 LZO_CFLAGS =
124 LZO_CPPFLAGS =
125 LZO_EXTRA_CFLAGS =
126 LZO_EXTRA_CPPFLAGS =
127 LZO_USE_ASM_FALSE =
128 LZO_USE_ASM_TRUE = #
129 MAINT = #
130 MAINTAINER_MODE_FALSE =
131 MAINTAINER_MODE_TRUE = #
132 MAKEINFO = ${SHELL} /home/keith/firmware/release/src/router/lzo/autoconf/missing --run makeinfo
133 OBJEXT = o
134 PACKAGE = lzo
135 PACKAGE_BUGREPORT = markus@oberhumer.com
136 PACKAGE_NAME = lzo
137 PACKAGE_STRING = lzo 2.03
138 PACKAGE_TARNAME = lzo
139 PACKAGE_VERSION = 2.03
140 PATH_SEPARATOR = :
141 RANLIB = mipsel-uclibc-ranlib
142 SET_MAKE =
143 SHELL = /bin/sh
144 STRIP = mipsel-uclibc-strip
145 VERSION = 2.03
146 ac_ct_AR =
147 ac_ct_CC =
148 ac_ct_CXX =
149 ac_ct_F77 =
150 ac_ct_RANLIB =
151 ac_ct_STRIP =
152 am__fastdepCC_FALSE = #
153 am__fastdepCC_TRUE =
154 am__fastdepCXX_FALSE = #
155 am__fastdepCXX_TRUE =
156 am__include = include
157 am__leading_dot = .
158 am__quote =
159 am__tar = ${AMTAR} chof - "$$tardir"
160 am__untar = ${AMTAR} xf -
161 bindir = ${exec_prefix}/bin
162 build = i686-pc-linux-gnu
163 build_alias =
164 build_cpu = i686
165 build_os = linux-gnu
166 build_vendor = pc
167 configure_CFLAGS = -mips2 -O3 -Wall
168 configure_CPPFLAGS = -DLZO_HAVE_CONFIG_H
169 datadir = ${prefix}/share
170 exec_prefix = ${prefix}
171 host = mipsel-unknown-linux-gnu
172 host_alias = mipsel-linux
173 host_cpu = mipsel
174 host_os = linux-gnu
175 host_vendor = unknown
176 includedir = ${prefix}/include
177 infodir = ${prefix}/info
178 install_sh = /home/keith/firmware/release/src/router/lzo/autoconf/install-sh
179 libdir = ${exec_prefix}/lib
180 libexecdir = ${exec_prefix}/libexec
181 localstatedir = ${prefix}/var
182 mandir = ${prefix}/man
183 mkdir_p = mkdir -p --
184 oldincludedir = /usr/include
185 prefix = /usr/local
186 program_transform_name = s,x,x,
187 sbindir = ${exec_prefix}/sbin
188 sharedstatedir = ${prefix}/com
189 sysconfdir = ${prefix}/etc
190 target = mipsel-unknown-linux-gnu
191 target_alias =
192 target_cpu = mipsel
193 target_os = linux-gnu
194 target_vendor = unknown
195 AUTOMAKE_OPTIONS = 1.9.6 gnu
196 SUBDIRS = include src lzotest examples tests minilzo
197 EXTRA_DIST = BUGS
198 all: config.h
199 $(MAKE) $(AM_MAKEFLAGS) all-recursive
201 .SUFFIXES:
203 distclean-hdr:
204 -rm -f config.h stamp-h1
206 mostlyclean-libtool:
207 -rm -f *.lo
209 clean-libtool:
210 -rm -rf .libs _libs
212 distclean-libtool:
213 -rm -f libtool
214 uninstall-info-am:
216 # This directory's subdirectories are mostly independent; you can cd
217 # into them and run `make' without going through this Makefile.
218 # To change the values of `make' variables: instead of editing Makefiles,
219 # (1) if the variable is set in `config.status', edit `config.status'
220 # (which will cause the Makefiles to be regenerated when you run `make');
221 # (2) otherwise, pass the desired values on the `make' command line.
222 $(RECURSIVE_TARGETS):
223 @failcom='exit 1'; \
224 for f in x $$MAKEFLAGS; do \
225 case $$f in \
226 *=* | --[!k]*);; \
227 *k*) failcom='fail=yes';; \
228 esac; \
229 done; \
230 dot_seen=no; \
231 target=`echo $@ | sed s/-recursive//`; \
232 list='$(SUBDIRS)'; for subdir in $$list; do \
233 echo "Making $$target in $$subdir"; \
234 if test "$$subdir" = "."; then \
235 dot_seen=yes; \
236 local_target="$$target-am"; \
237 else \
238 local_target="$$target"; \
239 fi; \
240 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
241 || eval $$failcom; \
242 done; \
243 if test "$$dot_seen" = "no"; then \
244 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
245 fi; test -z "$$fail"
247 mostlyclean-recursive clean-recursive distclean-recursive \
248 maintainer-clean-recursive:
249 @failcom='exit 1'; \
250 for f in x $$MAKEFLAGS; do \
251 case $$f in \
252 *=* | --[!k]*);; \
253 *k*) failcom='fail=yes';; \
254 esac; \
255 done; \
256 dot_seen=no; \
257 case "$@" in \
258 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
259 *) list='$(SUBDIRS)' ;; \
260 esac; \
261 rev=''; for subdir in $$list; do \
262 if test "$$subdir" = "."; then :; else \
263 rev="$$subdir $$rev"; \
264 fi; \
265 done; \
266 rev="$$rev ."; \
267 target=`echo $@ | sed s/-recursive//`; \
268 for subdir in $$rev; do \
269 echo "Making $$target in $$subdir"; \
270 if test "$$subdir" = "."; then \
271 local_target="$$target-am"; \
272 else \
273 local_target="$$target"; \
274 fi; \
275 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276 || eval $$failcom; \
277 done && test -z "$$fail"
278 tags-recursive:
279 list='$(SUBDIRS)'; for subdir in $$list; do \
280 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
281 done
282 ctags-recursive:
283 list='$(SUBDIRS)'; for subdir in $$list; do \
284 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
285 done
287 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
288 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289 unique=`for i in $$list; do \
290 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291 done | \
292 $(AWK) ' { files[$$0] = 1; } \
293 END { for (i in files) print i; }'`; \
294 mkid -fID $$unique
295 tags: TAGS
297 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
298 $(TAGS_FILES) $(LISP)
299 tags=; \
300 here=`pwd`; \
301 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
302 include_option=--etags-include; \
303 empty_fix=.; \
304 else \
305 include_option=--include; \
306 empty_fix=; \
307 fi; \
308 list='$(SUBDIRS)'; for subdir in $$list; do \
309 if test "$$subdir" = .; then :; else \
310 test ! -f $$subdir/TAGS || \
311 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
312 fi; \
313 done; \
314 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
315 unique=`for i in $$list; do \
316 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317 done | \
318 $(AWK) ' { files[$$0] = 1; } \
319 END { for (i in files) print i; }'`; \
320 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
321 test -n "$$unique" || unique=$$empty_fix; \
322 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
323 $$tags $$unique; \
325 ctags: CTAGS
326 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
327 $(TAGS_FILES) $(LISP)
328 tags=; \
329 here=`pwd`; \
330 list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
331 unique=`for i in $$list; do \
332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333 done | \
334 $(AWK) ' { files[$$0] = 1; } \
335 END { for (i in files) print i; }'`; \
336 test -z "$(CTAGS_ARGS)$$tags$$unique" \
337 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
338 $$tags $$unique
340 GTAGS:
341 here=`$(am__cd) $(top_builddir) && pwd` \
342 && cd $(top_srcdir) \
343 && gtags -i $(GTAGS_ARGS) $$here
345 distclean-tags:
346 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
348 distdir: $(DISTFILES)
349 $(am__remove_distdir)
350 mkdir $(distdir)
351 $(mkdir_p) $(distdir)/autoconf
352 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
354 list='$(DISTFILES)'; for file in $$list; do \
355 case $$file in \
356 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
357 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
358 esac; \
359 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
361 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
362 dir="/$$dir"; \
363 $(mkdir_p) "$(distdir)$$dir"; \
364 else \
365 dir=''; \
366 fi; \
367 if test -d $$d/$$file; then \
368 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
370 fi; \
371 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
372 else \
373 test -f $(distdir)/$$file \
374 || cp -p $$d/$$file $(distdir)/$$file \
375 || exit 1; \
376 fi; \
377 done
378 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
379 if test "$$subdir" = .; then :; else \
380 test -d "$(distdir)/$$subdir" \
381 || $(mkdir_p) "$(distdir)/$$subdir" \
382 || exit 1; \
383 distdir=`$(am__cd) $(distdir) && pwd`; \
384 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
385 (cd $$subdir && \
386 $(MAKE) $(AM_MAKEFLAGS) \
387 top_distdir="$$top_distdir" \
388 distdir="$$distdir/$$subdir" \
389 distdir) \
390 || exit 1; \
391 fi; \
392 done
393 $(MAKE) $(AM_MAKEFLAGS) \
394 top_distdir="$(top_distdir)" distdir="$(distdir)" \
395 dist-hook
396 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
397 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
398 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
399 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
400 || chmod -R a+r $(distdir)
401 dist-gzip: distdir
402 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
403 $(am__remove_distdir)
405 dist-bzip2: distdir
406 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
407 $(am__remove_distdir)
409 dist-tarZ: distdir
410 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
411 $(am__remove_distdir)
413 dist-shar: distdir
414 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
415 $(am__remove_distdir)
417 dist-zip: distdir
418 -rm -f $(distdir).zip
419 zip -rq $(distdir).zip $(distdir)
420 $(am__remove_distdir)
422 dist dist-all: distdir
423 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
424 $(am__remove_distdir)
426 # This target untars the dist file and tries a VPATH configuration. Then
427 # it guarantees that the distribution is self-contained by making another
428 # tarfile.
429 distcheck: dist
430 case '$(DIST_ARCHIVES)' in \
431 *.tar.gz*) \
432 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
433 *.tar.bz2*) \
434 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
435 *.tar.Z*) \
436 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
437 *.shar.gz*) \
438 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
439 *.zip*) \
440 unzip $(distdir).zip ;;\
441 esac
442 chmod -R a-w $(distdir); chmod a+w $(distdir)
443 mkdir $(distdir)/_build
444 mkdir $(distdir)/_inst
445 chmod a-w $(distdir)
446 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
447 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
448 && cd $(distdir)/_build \
449 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
450 $(DISTCHECK_CONFIGURE_FLAGS) \
451 && $(MAKE) $(AM_MAKEFLAGS) \
452 && $(MAKE) $(AM_MAKEFLAGS) dvi \
453 && $(MAKE) $(AM_MAKEFLAGS) check \
454 && $(MAKE) $(AM_MAKEFLAGS) install \
455 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
456 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
457 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
458 distuninstallcheck \
459 && chmod -R a-w "$$dc_install_base" \
460 && ({ \
461 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
462 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
463 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
464 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
465 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
466 } || { rm -rf "$$dc_destdir"; exit 1; }) \
467 && rm -rf "$$dc_destdir" \
468 && $(MAKE) $(AM_MAKEFLAGS) dist \
469 && rm -rf $(DIST_ARCHIVES) \
470 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
471 $(am__remove_distdir)
472 @(echo "$(distdir) archives ready for distribution: "; \
473 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
474 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
475 distuninstallcheck:
476 @cd $(distuninstallcheck_dir) \
477 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
478 || { echo "ERROR: files left after uninstall:" ; \
479 if test -n "$(DESTDIR)"; then \
480 echo " (check DESTDIR support)"; \
481 fi ; \
482 $(distuninstallcheck_listfiles) ; \
483 exit 1; } >&2
484 distcleancheck: distclean
485 @if test '$(srcdir)' = . ; then \
486 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
487 exit 1 ; \
489 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
490 || { echo "ERROR: files left in build directory after distclean:" ; \
491 $(distcleancheck_listfiles) ; \
492 exit 1; } >&2
493 check-am: all-am
494 $(MAKE) $(AM_MAKEFLAGS) check-local
495 check: check-recursive
496 all-am: Makefile config.h
497 installdirs: installdirs-recursive
498 installdirs-am:
499 install: install-recursive
500 install-exec: install-exec-recursive
501 install-data: install-data-recursive
502 uninstall: uninstall-recursive
504 install-am: all-am
505 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507 installcheck: installcheck-recursive
508 install-strip:
509 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
510 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
511 `test -z '$(STRIP)' || \
512 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
513 mostlyclean-generic:
515 clean-generic:
517 distclean-generic:
518 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520 maintainer-clean-generic:
521 @echo "This command is intended for maintainers to use"
522 @echo "it deletes files that may require special tools to rebuild."
523 clean: clean-recursive
525 clean-am: clean-generic clean-libtool mostlyclean-am
527 distclean: distclean-recursive
528 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
529 -rm -f Makefile
530 distclean-am: clean-am distclean-generic distclean-hdr \
531 distclean-libtool distclean-tags
533 dvi: dvi-recursive
535 dvi-am:
537 html: html-recursive
539 info: info-recursive
541 info-am:
543 install-data-am:
545 install-exec-am:
547 install-info: install-info-recursive
549 install-man:
551 installcheck-am:
553 maintainer-clean: maintainer-clean-recursive
554 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
555 -rm -rf $(top_srcdir)/autom4te.cache
556 -rm -f Makefile
557 maintainer-clean-am: distclean-am maintainer-clean-generic
559 mostlyclean: mostlyclean-recursive
561 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
563 pdf: pdf-recursive
565 pdf-am:
567 ps: ps-recursive
569 ps-am:
571 uninstall-am: uninstall-info-am
573 uninstall-info: uninstall-info-recursive
575 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
576 check-am check-local clean clean-generic clean-libtool \
577 clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
578 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
579 distclean distclean-generic distclean-hdr distclean-libtool \
580 distclean-recursive distclean-tags distcleancheck distdir \
581 distuninstallcheck dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-exec \
583 install-exec-am install-info install-info-am install-man \
584 install-strip installcheck installcheck-am installdirs \
585 installdirs-am maintainer-clean maintainer-clean-generic \
586 maintainer-clean-recursive mostlyclean mostlyclean-generic \
587 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
588 tags tags-recursive uninstall uninstall-am uninstall-info-am
591 # /***********************************************************************
592 # // automake targets
593 # ************************************************************************/
595 dist-hook:
596 -rm -rf "./$(distdir)/autoconf/"
597 cp -pR $(srcdir)/B/ $(srcdir)/asm/ $(srcdir)/autoconf/ $(srcdir)/doc/ $(srcdir)/util/ "$(distdir)/"
598 -rm -f `find "./$(distdir)/" -type l -print`
599 -rm -f ./$(distdir)/util/*.dat
601 check-local: all-am
602 ./lzotest/lzotest -mlzo -n2 -q $(top_srcdir)/COPYING
603 @echo
604 @echo "All checks passed."
605 @echo
607 # /***********************************************************************
608 # // special targets
609 # ************************************************************************/
611 basic-test: all
612 ./lzotest/lzotest -mlzo -n2 -q $(top_srcdir)/COPYING
613 ./tests/align
614 ./tests/chksum
615 ./examples/simple
616 ./minilzo/testmini
618 test: all
619 ./lzotest/lzotest -mavail -n10 -q $(top_srcdir)/COPYING
620 $(SHELL) -e $(top_srcdir)/util/check.sh $(top_srcdir)
621 ./tests/align
622 ./tests/chksum
623 ./examples/simple
624 ./minilzo/testmini
625 @echo
626 @echo "All tests passed. Now you are ready to install LZO."
627 @echo
629 #-include $(top_srcdir)/Makefile.maint
630 # Tell versions [3.59,3.63) of GNU make to not export all variables.
631 # Otherwise a system limit (for SysV at least) may be exceeded.
632 .NOEXPORT: