version 1.11, 2003/03/16 18:37:56 |
version 1.14, 2003/03/19 07:12:02 |
Line 70 FEPLIB = @FEPLIB@ |
|
Line 70 FEPLIB = @FEPLIB@ |
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
LAPACKLIB = @LAPACKLIB@ |
LAPACKLIB = @LAPACKLIB@ |
LN_S = @LN_S@ |
LN_S = @LN_S@ |
|
MAINT = @MAINT@ |
MPIINC = @MPIINC@ |
MPIINC = @MPIINC@ |
MPILIB = @MPILIB@ |
MPILIB = @MPILIB@ |
OBJEXT = @OBJEXT@ |
OBJEXT = @OBJEXT@ |
Line 77 PACKAGE = @PACKAGE@ |
|
Line 78 PACKAGE = @PACKAGE@ |
|
PARIINC = @PARIINC@ |
PARIINC = @PARIINC@ |
PARILIB = @PARILIB@ |
PARILIB = @PARILIB@ |
RANLIB = @RANLIB@ |
RANLIB = @RANLIB@ |
|
USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@ |
VERSION = @VERSION@ |
VERSION = @VERSION@ |
XPMLIB = @XPMLIB@ |
XPMLIB = @XPMLIB@ |
X_CFLAGS = @X_CFLAGS@ |
X_CFLAGS = @X_CFLAGS@ |
Line 174 all: all-recursive |
|
Line 176 all: all-recursive |
|
|
|
.SUFFIXES: |
.SUFFIXES: |
.SUFFIXES: .c .o .obj |
.SUFFIXES: .c .o .obj |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
cd $(top_srcdir) && \ |
cd $(top_srcdir) && \ |
$(AUTOMAKE) --foreign Makefile |
$(AUTOMAKE) --foreign Makefile |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status |
cd $(top_builddir) && \ |
cd $(top_builddir) && \ |
CONFIG_HEADERS= CONFIG_LINKS= \ |
CONFIG_HEADERS= CONFIG_LINKS= \ |
CONFIG_FILES=$@ $(SHELL) ./config.status |
CONFIG_FILES=$@ $(SHELL) ./config.status |
|
|
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(SHELL) ./config.status --recheck |
$(SHELL) ./config.status --recheck |
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
cd $(srcdir) && $(AUTOCONF) |
cd $(srcdir) && $(AUTOCONF) |
|
|
$(ACLOCAL_M4): configure.in acinclude.m4 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4 |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
|
AR = ar |
AR = ar |
Line 510 umain.o: parse/main.c |
|
Line 512 umain.o: parse/main.c |
|
${COMPILE} -DUINIT main.c -o umain.o |
${COMPILE} -DUINIT main.c -o umain.o |
|
|
libasir-gc.a: parse/gc_risa.o |
libasir-gc.a: parse/gc_risa.o |
|
-if [ "${USE_GC_ZEROPAGE}" = yes \ |
|
-a ! -f ${top_srcdir}/gc/.patch_gc_zeropage_done ]; then \ |
|
(cd ${top_srcdir}/gc; patch < ../gc_zeropage.diff) ; \ |
|
touch ${top_srcdir}/gc/.patch_gc_zeropage_done ; \ |
|
fi |
-if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \ |
-if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \ |
(cd ${top_srcdir}/gc; ./configure --disable-threads) ; \ |
if [ -n "${host_alias}" ]; then \ |
|
(cd ${top_srcdir}/gc; ./configure --host=${host_alias} --disable-threads) ; \ |
|
else \ |
|
(cd ${top_srcdir}/gc; ./configure --disable-threads) ; \ |
|
fi ; \ |
touch ${top_srcdir}/gc/.configure_done ; \ |
touch ${top_srcdir}/gc/.configure_done ; \ |
fi |
fi |
(cd ${top_srcdir}/gc; ${MAKE}) |
(cd ${top_srcdir}/gc; ${MAKE}) |