diff options
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/zlib/Makefile b/zlib/Makefile index 4eb3f3b59..7b77552a3 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -66,33 +66,33 @@ 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 = +CATOBJEXT = CC = gcc CPP = gcc -E DATADIRNAME = share DYNLINK_LDFLAGS = -rdynamic -G10_LOCALEDIR = /usr/local/share/locale +G10_LOCALEDIR = /usr/local//locale GENCAT = GMOFILES = en.gmo de.gmo it.gmo fr.gmo -GMSGFMT = /usr/local/bin/msgfmt +GMSGFMT = GT_NO = GT_YES = #YES# INCLUDE_LOCALE_H = #include <locale.h> -INSTOBJEXT = .mo -INTLDEPS = $(top_builddir)/intl/libintl.a -INTLLIBS = $(top_builddir)/intl/libintl.a -INTLOBJS = $(GETTOBJS) +INSTOBJEXT = +INTLDEPS = +INTLLIBS = +INTLOBJS = MKINSTALLDIRS = scripts/mkinstalldirs MPI_EXTRA_ASM_OBJS = -MSGFMT = /usr/local/bin/msgfmt +MSGFMT = PACKAGE = gnupg POFILES = en.po de.po it.po fr.po -POSUB = po +POSUB = RANLIB = ranlib -USE_INCLUDED_LIBINTL = yes -USE_NLS = yes -VERSION = 0.4.0 +USE_INCLUDED_LIBINTL = no +USE_NLS = no +VERSION = 0.4.0a 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 \ |