OSDN Git Service

* Makefile.in: Replace with automake-generated file.
[pf3gnuchains/gcc-fork.git] / zlib / Makefile.am
1 ## Process this file with automake to create Makefile.in.
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 # Multilib support variables.
6 MULTISRCTOP =
7 MULTIBUILDTOP =
8 MULTIDIRS =
9 MULTISUBDIR =
10 MULTIDO = true
11 MULTICLEAN = true
12
13 toolexecdir = $(exec_prefix)/$(target_alias)
14 toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
15
16 ## We don't use `libz.la' because we don't want to conflict with a
17 ## system library of that name.
18 toolexeclib_LTLIBRARIES = libzgcj.la
19
20 libzgcj_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
21 gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
22 inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
23 trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
24
25 libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)