* sh.md (mulsi3): Don't add a no-op move at the end.
[official-gcc.git] / zlib / Makefile.am
blobcf27582dbeccb83fd495fa285f8f385c903b7e01
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 toolexecdir = $(exec_prefix)/$(target_alias)
14 toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
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 = @target_all@
19 EXTRA_LTLIBRARIES = libzgcj.la
21 libzgcj_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
22 gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
23 inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \
24 trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h
26 libzgcj_la_LDFLAGS = -release $(VERSION) -rpath $(toolexeclibdir)