# 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. # Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. # # This file is part of GnuPG. # # GnuPG is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GnuPG is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 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 INCLUDES = -I.. -I$(top_srcdir)/include CFLAGS = -g -O2 -Wall ASFLAGS = EXTRA_DIST = config.links DISTCLEANFILES = mpi-asm-defs.h \ mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \ mpih-lshift.S mpih-rshift.S mpih-sub1.S asm-syntax.h sysdep.h # Note: we only use .S files so we should delete all left over .s CLEANFILES = _*.s noinst_LIBRARIES = libmpi.a # libmpi_a_LDFLAGS = libmpi_a_SOURCES = longlong.h \ mpi-add.c \ mpi-bit.c \ mpi-cmp.c \ mpi-div.c \ mpi-gcd.c \ mpi-internal.h \ mpi-inline.h \ mpi-inline.c \ mpi-inv.c \ mpi-mul.c \ mpi-pow.c \ mpi-mpow.c \ mpi-scan.c \ mpicoder.c \ mpih-cmp.c \ mpih-div.c \ mpih-mul.c \ mpiutil.c \ g10m.c # Note this objects are actually links, the sourcefiles are # distributed by special code in dist-hook common_asm_objects = mpih-mul1.o \ mpih-mul2.o \ mpih-mul3.o \ mpih-add1.o \ mpih-sub1.o \ mpih-lshift.o \ mpih-rshift.o libmpi_a_DEPENDENCIES = $(common_asm_objects) udiv.o libmpi_a_LIBADD = $(common_asm_objects) udiv.o subdir = mpi mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) libmpi_a_AR = $(AR) cru am_libmpi_a_OBJECTS = mpi-add.$(OBJEXT) mpi-bit.$(OBJEXT) \ mpi-cmp.$(OBJEXT) mpi-div.$(OBJEXT) mpi-gcd.$(OBJEXT) \ mpi-inline.$(OBJEXT) mpi-inv.$(OBJEXT) mpi-mul.$(OBJEXT) \ mpi-pow.$(OBJEXT) mpi-mpow.$(OBJEXT) mpi-scan.$(OBJEXT) \ mpicoder.$(OBJEXT) mpih-cmp.$(OBJEXT) mpih-div.$(OBJEXT) \ mpih-mul.$(OBJEXT) mpiutil.$(OBJEXT) g10m.$(OBJEXT) libmpi_a_OBJECTS = $(am_libmpi_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)/g10m.Po $(DEPDIR)/mpi-add.Po \ $(DEPDIR)/mpi-bit.Po $(DEPDIR)/mpi-cmp.Po \ $(DEPDIR)/mpi-div.Po $(DEPDIR)/mpi-gcd.Po \ $(DEPDIR)/mpi-inline.Po $(DEPDIR)/mpi-inv.Po \ $(DEPDIR)/mpi-mpow.Po $(DEPDIR)/mpi-mul.Po \ $(DEPDIR)/mpi-pow.Po $(DEPDIR)/mpi-scan.Po \ $(DEPDIR)/mpicoder.Po $(DEPDIR)/mpih-cmp.Po \ $(DEPDIR)/mpih-div.Po $(DEPDIR)/mpih-mul.Po \ $(DEPDIR)/mpiutil.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(libmpi_a_SOURCES) DIST_COMMON = ChangeLog Makefile.am Makefile.in SOURCES = $(libmpi_a_SOURCES) all: all-am .SUFFIXES: .SUFFIXES: .S .c .lo .o .obj $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu mpi/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) libmpi.a: $(libmpi_a_OBJECTS) $(libmpi_a_DEPENDENCIES) -rm -f libmpi.a $(libmpi_a_AR) libmpi.a $(libmpi_a_OBJECTS) $(libmpi_a_LIBADD) $(RANLIB) libmpi.a mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c include $(DEPDIR)/g10m.Po include $(DEPDIR)/mpi-add.Po include $(DEPDIR)/mpi-bit.Po include $(DEPDIR)/mpi-cmp.Po include $(DEPDIR)/mpi-div.Po include $(DEPDIR)/mpi-gcd.Po include $(DEPDIR)/mpi-inline.Po include $(DEPDIR)/mpi-inv.Po include $(DEPDIR)/mpi-mpow.Po include $(DEPDIR)/mpi-mul.Po include $(DEPDIR)/mpi-pow.Po include $(DEPDIR)/mpi-scan.Po include $(DEPDIR)/mpicoder.Po include $(DEPDIR)/mpih-cmp.Po include $(DEPDIR)/mpih-div.Po include $(DEPDIR)/mpih-mul.Po include $(DEPDIR)/mpiutil.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]* -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 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 # cancel the default rules used by libtool which do not really # work and add one to cpp .S files .S.o: $(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s $(COMPILE) -c _$*.s mv -f _$*.o $*.o .S.lo: # 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: