mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
v0.2.11
This commit is contained in:
parent
b13e238a19
commit
0eb5aa6cfd
19 changed files with 226 additions and 264 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Mar 2 19:29:00 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
|
||||
* Makefile.am (DISTCLEANFILES): New
|
||||
|
||||
Thu Feb 26 06:48:54 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
|
||||
* config.links (X86_BROKEN_ALIGN): Added for some systems.
|
||||
|
|
|
@ -6,6 +6,8 @@ CFLAGS += -O2
|
|||
SUFFIXES = .S .s
|
||||
|
||||
EXTRA_DIST = config.links
|
||||
DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \
|
||||
mpih-shift.S mpih-sub1.S asm-syntax.h sysdep.h
|
||||
|
||||
|
||||
noinst_LIBRARIES = libmpi.a
|
||||
|
|
|
@ -97,6 +97,8 @@ INCLUDES = -I$(top_srcdir)/include
|
|||
SUFFIXES = .S .s
|
||||
|
||||
EXTRA_DIST = config.links
|
||||
DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \
|
||||
mpih-shift.S mpih-sub1.S asm-syntax.h sysdep.h
|
||||
|
||||
noinst_LIBRARIES = libmpi.a
|
||||
# noinst_HEADERS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue