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