Attempt to get yasm to build unconditionally and automatically.

This commit is contained in:
wbhart 2008-06-16 06:44:48 +00:00
parent 653126d89a
commit 139fb55308
3 changed files with 5 additions and 2 deletions

View File

@ -84,7 +84,7 @@ LIBMP_LT_REVISION = 10
LIBMP_LT_AGE = 1 LIBMP_LT_AGE = 1
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc yasmbuild
EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf

View File

@ -455,7 +455,7 @@ LIBGMPXX_LT_AGE = 1
LIBMP_LT_CURRENT = 4 LIBMP_LT_CURRENT = 4
LIBMP_LT_REVISION = 10 LIBMP_LT_REVISION = 10
LIBMP_LT_AGE = 1 LIBMP_LT_AGE = 1
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc yasmbuild
# The ansi2knr setups for the build programs are the same as the normal # The ansi2knr setups for the build programs are the same as the normal
# automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC). # automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC).

3
yasmbuild/Makefile Normal file
View File

@ -0,0 +1,3 @@
default:
cd ../yasm; ./configure; make
all: default