]> gcc.gnu.org Git - gcc.git/blame - zlib/Makefile.am
Makefile.in: Replace with automake-generated file.
[gcc.git] / zlib / Makefile.am
CommitLineData
dfac8a13
TT
1## Process this file with automake to create Makefile.in.
2
3AUTOMAKE_OPTIONS = cygnus
4
5# Multilib support variables.
6MULTISRCTOP =
7MULTIBUILDTOP =
8MULTIDIRS =
9MULTISUBDIR =
10MULTIDO = true
11MULTICLEAN = true
12
13toolexecdir = $(exec_prefix)/$(target_alias)
14toolexeclibdir = $(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.
18toolexeclib_LTLIBRARIES = libzgcj.la
19
20libzgcj_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
21gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
22inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
23trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
24
25libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)
This page took 0.028244 seconds and 5 git commands to generate.