* pa/pa1.h: Delete unused file.
[official-gcc.git] / zlib / Makefile.am
blob6f1ab4d3dfe8569cb72d0cef8234d4506cfb274c
1 ## Process this file with automake to create Makefile.in.
3 AUTOMAKE_OPTIONS = cygnus
5 # Multilib support variables.
6 MULTISRCTOP =
7 MULTIBUILDTOP =
8 MULTIDIRS =
9 MULTISUBDIR =
10 MULTIDO = true
11 MULTICLEAN = true
13 ## Install a library built with a cross compiler in tooldir, not
14 ## libdir.
15 if USE_LIBDIR
16 toolexeclibdir = $(libdir)
17 else
18 toolexecdir = $(exec_prefix)/$(target_alias)
19 toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
20 endif
22 ## We don't use `libz.la' because we don't want to conflict with a
23 ## system library of that name.
24 toolexeclib_LTLIBRARIES = @target_all@
25 EXTRA_LTLIBRARIES = libzgcj.la
27 libzgcj_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
28 gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
29 inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
30 trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
32 libzgcj_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir)