# Makefile.in generated automatically by automake 1.5 from Makefile.am. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # Process this file with automake to produce Makefile.in # Copyright (C) 1995-1996 Jean-loup Gailly. # For conditions of distribution and use, see copyright notice in zlib.h # This is used if a systems lacks support of zlib SHELL = /bin/sh srcdir = . top_srcdir = .. prefix = /usr/local exec_prefix = ${prefix} bindir = ${exec_prefix}/bin sbindir = ${exec_prefix}/sbin libexecdir = ${exec_prefix}/libexec datadir = ${prefix}/share sysconfdir = ${prefix}/etc sharedstatedir = ${prefix}/com localstatedir = ${prefix}/var libdir = ${exec_prefix}/lib infodir = ${prefix}/info mandir = ${prefix}/man includedir = ${prefix}/include oldincludedir = /usr/include pkgdatadir = $(datadir)/gnupg pkglibdir = $(libdir)/gnupg pkgincludedir = $(includedir)/gnupg top_builddir = .. ACLOCAL = ${SHELL} /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/missing --run aclocal AUTOCONF = ${SHELL} /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/missing --run autoconf AUTOMAKE = ${SHELL} /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/missing --run automake AUTOHEADER = ${SHELL} /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/missing --run autoheader INSTALL = /usr/athena/bin/install -c INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL} INSTALL_HEADER = $(INSTALL_DATA) transform = s,x,x, NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = host_triplet = sparc-sun-solaris2.8 AMTAR = ${SHELL} /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/missing --run tar AS = @AS@ AWK = gawk BUILD_INCLUDED_LIBINTL = yes CATALOGS = cs.gmo da.gmo de.gmo eo.gmo el.gmo es.gmo et.gmo fr.gmo gl.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo sv.gmo tr.gmo CATOBJEXT = .gmo CC = gcc CPP = gcc -E DATADIRNAME = share DEPDIR = .deps DLLTOOL = @DLLTOOL@ DOCBOOK_TO_MAN = no DOCBOOK_TO_TEXI = no DYNAMIC_CIPHER_MODS = rndunix rndegd tiger DYNLINK_LDFLAGS = DYNLINK_MOD_CFLAGS = -shared -fPIC EXEEXT = FAQPROG = : GENCAT = gencat GLIBC21 = no GMOFILES = cs.gmo da.gmo de.gmo eo.gmo el.gmo es.gmo et.gmo fr.gmo gl.gmo id.gmo it.gmo ja.gmo nl.gmo pl.gmo pt_BR.gmo pt.gmo sv.gmo tr.gmo GMSGFMT = /usr/athena/bin/msgfmt GPGKEYS_LDAP = GPGKEYS_MAILTO = gpgkeys_mailto INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s INSTOBJEXT = .mo INTLBISON = bison INTLLIBS = $(top_builddir)/intl/libintl.a INTLOBJS = $(GETTOBJS) INTL_LIBTOOL_SUFFIX_PREFIX = LIBICONV = MAINT = # MKINSTALLDIRS = scripts/mkinstalldirs MPI_EXTRA_ASM_OBJS = udiv.o MPI_OPT_FLAGS = MPI_SFLAGS = MSGFMT = /usr/athena/bin/msgfmt NM = /usr/ccs/bin/nm -p OBJEXT = o PACKAGE = gnupg PERL = /usr/athena/bin/perl POFILES = cs.po da.po de.po eo.po el.po es.po et.po fr.po gl.po id.po it.po ja.po nl.po pl.po pt_BR.po pt.po sv.po tr.po POSUB = po RANLIB = ranlib SENDMAIL = /usr/sbin/sendmail STATIC_CIPHER_NAMES = rndlinux sha1 rmd160 md5 STATIC_CIPHER_OBJS = rndlinux.o sha1.o rmd160.o md5.o USE_INCLUDED_LIBINTL = yes USE_NLS = yes VERSION = 1.0.7 ZLIBS = am__include = include am__quote = install_sh = /afs/sipb.mit.edu/user/kolya/gpg/gnupg-1.0.7/scripts/install-sh EXTRA_DIST = README algorithm.doc ChangeLog # I found no other easy way to use this only if zlib is neede # doing this with SUBDIR = @xxx@ in the top Makefile.am does not # work because automake doesn't scan this Makefile.am here. #noinst_LIBRARIES = libzlib.a libzlib_a_SOURCES = adler32.c compress.c crc32.c \ uncompr.c deflate.c trees.c zutil.c \ inflate.c infblock.c inftrees.c \ infcodes.c infutil.c inffast.c \ deflate.h infblock.h infcodes.h inffast.h \ inffixed.h inftrees.h infutil.h trees.h \ zconf.h zlib.h zutil.h CLEANFILES = foo.gz subdir = zlib mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) libzlib_a_AR = $(AR) cru libzlib_a_LIBADD = am_libzlib_a_OBJECTS = adler32.$(OBJEXT) compress.$(OBJEXT) \ crc32.$(OBJEXT) uncompr.$(OBJEXT) deflate.$(OBJEXT) \ trees.$(OBJEXT) zutil.$(OBJEXT) inflate.$(OBJEXT) \ infblock.$(OBJEXT) inftrees.$(OBJEXT) infcodes.$(OBJEXT) \ infutil.$(OBJEXT) inffast.$(OBJEXT) libzlib_a_OBJECTS = $(am_libzlib_a_OBJECTS) DEFS = -DHAVE_CONFIG_H DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) CPPFLAGS = LDFLAGS = LIBS = -ldl -lsocket -lnsl -lz depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp DEP_FILES = $(DEPDIR)/adler32.Po $(DEPDIR)/compress.Po \ $(DEPDIR)/crc32.Po $(DEPDIR)/deflate.Po \ $(DEPDIR)/infblock.Po $(DEPDIR)/infcodes.Po \ $(DEPDIR)/inffast.Po $(DEPDIR)/inflate.Po \ $(DEPDIR)/inftrees.Po $(DEPDIR)/infutil.Po \ $(DEPDIR)/trees.Po $(DEPDIR)/uncompr.Po \ $(DEPDIR)/zutil.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ CFLAGS = -g -O2 -Wall DIST_SOURCES = $(libzlib_a_SOURCES) DIST_COMMON = README ChangeLog Makefile.am Makefile.in SOURCES = $(libzlib_a_SOURCES) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu zlib/Makefile Makefile: # $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status AR = ar clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libzlib.a: $(libzlib_a_OBJECTS) $(libzlib_a_DEPENDENCIES) -rm -f libzlib.a $(libzlib_a_AR) libzlib.a $(libzlib_a_OBJECTS) $(libzlib_a_LIBADD) $(RANLIB) libzlib.a mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c include $(DEPDIR)/adler32.Po include $(DEPDIR)/compress.Po include $(DEPDIR)/crc32.Po include $(DEPDIR)/deflate.Po include $(DEPDIR)/infblock.Po include $(DEPDIR)/infcodes.Po include $(DEPDIR)/inffast.Po include $(DEPDIR)/inflate.Po include $(DEPDIR)/inftrees.Po include $(DEPDIR)/infutil.Po include $(DEPDIR)/trees.Po include $(DEPDIR)/uncompr.Po include $(DEPDIR)/zutil.Po distclean-depend: -rm -rf $(DEPDIR) .c.o: source='$<' object='$@' libtool=no \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ $(CCDEPMODE) $(depcomp) \ $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< .c.obj: source='$<' object='$@' libtool=no \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ $(CCDEPMODE) $(depcomp) \ $(COMPILE) -c `cygpath -w $<` CCDEPMODE = depmode=gcc uninstall-info-am: tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) GTAGS: here=`CDPATH=: && cd $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ $(mkinstalldirs) "$(distdir)/$$dir"; \ fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am distclean: distclean-am distclean-am: clean-am distclean-compile distclean-depend \ distclean-generic distclean-tags dvi: dvi-am dvi-am: info: info-am info-am: install-data-am: install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic uninstall-am: uninstall-info-am .PHONY: GTAGS all all-am check check-am clean clean-generic \ clean-noinstLIBRARIES distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ dvi-am info info-am install install-am install-data \ install-data-am install-exec install-exec-am install-info \ install-info-am install-man install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic tags uninstall uninstall-am \ uninstall-info-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: