fixes, fully translated tomato, with english dictionary and Polish translation
[tomato.git] / release / src / router / lzo / Makefile.am
blob7799509ac9b1399ef68dec99e1985ee10aeef8eb
1 ## Process this file with automake to create Makefile.in
3 # Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
6 AUTOMAKE_OPTIONS = 1.9.6 gnu
8 SUBDIRS = include src lzotest examples tests minilzo
10 EXTRA_DIST = BUGS
13 # /***********************************************************************
14 # // automake targets
15 # ************************************************************************/
17 dist-hook:
18         -rm -rf "./$(distdir)/autoconf/"
19         cp -pR $(srcdir)/B/ $(srcdir)/asm/ $(srcdir)/autoconf/ $(srcdir)/doc/ $(srcdir)/util/ "$(distdir)/"
20         -rm -f `find "./$(distdir)/" -type l -print`
21         -rm -f ./$(distdir)/util/*.dat
23 check-local: all-am
24         ./lzotest/lzotest -mlzo -n2 -q $(top_srcdir)/COPYING
25         @echo
26         @echo "All checks passed."
27         @echo
30 # /***********************************************************************
31 # // special targets
32 # ************************************************************************/
34 basic-test: all
35         ./lzotest/lzotest -mlzo -n2 -q $(top_srcdir)/COPYING
36         ./tests/align
37         ./tests/chksum
38         ./examples/simple
39         ./minilzo/testmini
41 test: all
42         ./lzotest/lzotest -mavail -n10 -q $(top_srcdir)/COPYING
43         $(SHELL) -e $(top_srcdir)/util/check.sh $(top_srcdir)
44         ./tests/align
45         ./tests/chksum
46         ./examples/simple
47         ./minilzo/testmini
48         @echo
49         @echo "All tests passed. Now you are ready to install LZO."
50         @echo
52 @MAINT@-include $(top_srcdir)/Makefile.maint