Initial revision
[rrdtool.git] / libraries / zlib-1.1.3 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 #AUTOMAKE_OPTIONS        = foreign
4
5 # read local config files
6 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
7 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
8
9 EXTRA_DIST= ChangeLog FAQ INDEX README README.rrdtool algorithm.txt zlib.dsp zlib.dsw zlib.3 
10
11 noinst_LTLIBRARIES = librrd_z.la
12
13 librrd_z_la_SOURCES =   \
14         adler32.c       \
15         compress.c      \
16         crc32.c         \
17         deflate.c       \
18         gzio.c          \
19         infblock.c      \
20         infcodes.c      \
21         inffast.c       \
22         inflate.c       \
23         inftrees.c      \
24         infutil.c       \
25         trees.c         \
26         uncompr.c       \
27         zutil.c         \
28         deflate.h   infcodes.h  inffixed.h  infutil.h   zconf.h     zutil.h     \
29         infblock.h  inffast.h   inftrees.h  trees.h     zlib.h