From c07a88da5d293db89726767fef58090177b423f4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Sep 1998 15:49:56 +0000 Subject: New release --- zlib/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'zlib') diff --git a/zlib/Makefile b/zlib/Makefile index b98090a3b..26c6aa6d2 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -66,13 +66,13 @@ host_alias = i586-pc-linux-gnu host_triplet = i586-pc-linux-gnu target_alias = i586-pc-linux-gnu target_triplet = i586-pc-linux-gnu -CATALOGS = en.gmo de.gmo it.gmo fr.gmo -CATOBJEXT = .gmo +CATALOGS = en.mo de.mo it.mo fr.mo +CATOBJEXT = .mo CC = gcc CPP = gcc -E -DATADIRNAME = share +DATADIRNAME = lib DYNLINK_LDFLAGS = -rdynamic -G10_LOCALEDIR = /usr/local/share/locale +G10_LOCALEDIR = /usr/local/lib/locale GENCAT = GMOFILES = en.gmo de.gmo it.gmo fr.gmo GMSGFMT = /usr/local/bin/msgfmt @@ -80,9 +80,9 @@ GT_NO = GT_YES = #YES# INCLUDE_LOCALE_H = #include INSTOBJEXT = .mo -INTLDEPS = $(top_builddir)/intl/libintl.a -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) +INTLDEPS = +INTLLIBS = +INTLOBJS = MKINSTALLDIRS = scripts/mkinstalldirs MPI_EXTRA_ASM_OBJS = MSGFMT = /usr/local/bin/msgfmt @@ -90,9 +90,9 @@ PACKAGE = gnupg POFILES = en.po de.po it.po fr.po POSUB = po RANLIB = ranlib -USE_INCLUDED_LIBINTL = yes +USE_INCLUDED_LIBINTL = no USE_NLS = yes -VERSION = 0.3.4a +VERSION = 0.3.5 ZLIBS = l = @@ -122,7 +122,7 @@ LIBRARIES = $(noinst_LIBRARIES) DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.. CPPFLAGS = LDFLAGS = -LIBS = -ldl -lz +LIBS = -ldl -lz libzlib_a_LIBADD = libzlib_a_OBJECTS = adler32.o compress.o crc32.o gzio.o uncompr.o \ deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o \ -- cgit v1.2.3