mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / zlib / Makefile.am
blob1c8a4381ec3fd648b15fd0b944d1e6947033dfcd
1 # Copyright (c) 2004-2007 MySQL AB
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; version 2 of the License.
6
7 # This program is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 # GNU General Public License for more details.
11
12 # You should have received a copy of the GNU General Public License
13 # along with this program; if not, write to the Free Software
14 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
16 # Process this file with automake to create Makefile.in
18 INCLUDES=               -I$(top_builddir)/include -I$(top_srcdir)/include
20 LIBS= $(NON_THREADED_LIBS)
22 pkglib_LTLIBRARIES = libz.la
23 noinst_LTLIBRARIES = libzlt.la
25 libz_la_LDFLAGS    = -static
27 noinst_HEADERS     = crc32.h deflate.h inffast.h inffixed.h inflate.h \
28                      inftrees.h trees.h zconf.h zlib.h zutil.h
30 libz_la_SOURCES    = adler32.c compress.c crc32.c deflate.c gzio.c \
31                      infback.c inffast.c inflate.c inftrees.c trees.c \
32                      uncompr.c zutil.c
33 libzlt_la_SOURCES  = $(libz_la_SOURCES)
35 EXTRA_DIST= README FAQ INDEX ChangeLog algorithm.txt zlib.3 CMakeLists.txt
37 # Don't update the files from bitkeeper
38 %::SCCS/s.%