mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed VPATH building
This commit is contained in:
parent
2092d0f6ed
commit
3670933210
22 changed files with 2161 additions and 2148 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-10-13 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* mpi.h: Removed the inclusion of mpi-asm-defs.h because this
|
||||
makes some trouble when doing a VPATH build. configure now
|
||||
takes care of it.
|
||||
|
||||
2000-10-12 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* generic/mpi-asm-defs.h: New.
|
||||
|
|
|
@ -6,7 +6,8 @@ CFLAGS = @CFLAGS@ @MPI_OPT_FLAGS@
|
|||
ASFLAGS = @MPI_SFLAGS@
|
||||
|
||||
EXTRA_DIST = config.links
|
||||
DISTCLEANFILES = mpih-add1.S mpih-mul1.S mpih-mul2.S mpih-mul3.S \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue