simgear/zlib/Makefile.am

40 lines
575 B
Makefile
Raw Normal View History

1998-04-18 11:48:29 +08:00
libdir = ${exec_prefix}/lib
1998-04-22 01:03:45 +08:00
EXTRA_DIST = ChangeLog INDEX Make_vms.com Makefile.riscos README \
algorithm.txt descrip.mms example.c maketree.c minigzip.c zlib.3
1998-04-18 11:48:29 +08:00
lib_LTLIBRARIES = libz.la
libz_la_SOURCES = \
adler32.c \
compress.c \
crc32.c \
deflate.c \
deflate.h \
gzio.c \
infblock.c \
infblock.h \
infcodes.c \
infcodes.h \
inffast.c \
inffast.h \
inffixed.h \
inflate.c \
inftrees.c \
inftrees.h \
infutil.c \
infutil.h \
trees.c \
1998-04-22 01:03:45 +08:00
trees.h \
1998-04-18 11:48:29 +08:00
uncompr.c \
zconf.h \
zlib.h \
zutil.c \
zutil.h
# example.c
# maketree.c
# minigzip.c
INCLUDES +=