version 1.8, 2003/03/08 10:41:18 |
version 1.13, 2003/03/19 00:52:26 |
|
|
|
|
@SET_MAKE@ |
@SET_MAKE@ |
|
|
# $OpenXM: OpenXM_contrib2/asir2000/Makefile.in,v 1.7 2003/03/07 17:18:40 ohara Exp $ |
|
|
|
SHELL = @SHELL@ |
SHELL = @SHELL@ |
|
|
srcdir = @srcdir@ |
srcdir = @srcdir@ |
Line 72 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 79 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@ |
X_CFLAGS = @X_CFLAGS@ |
X_CFLAGS = @X_CFLAGS@ |
X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
X_EXTRA_LIBS = @X_EXTRA_LIBS@ |
X_LIBS = @X_LIBS@ |
X_LIBS = @X_LIBS@ |
Line 94 libasir_postfix = @libasir_postfix@ |
|
Line 95 libasir_postfix = @libasir_postfix@ |
|
AUTOMAKE_OPTIONS = foreign no-dependencies 1.5 |
AUTOMAKE_OPTIONS = foreign no-dependencies 1.5 |
@USE_PLOT_TRUE@PLOTDIR = plot |
@USE_PLOT_TRUE@PLOTDIR = plot |
@USE_PLOT_TRUE@PLLIB = plot/libplot.a |
@USE_PLOT_TRUE@PLLIB = plot/libplot.a |
@USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ |
@USE_PLOT_TRUE@X11LIB = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ @XPMLIB@ -lXext -lX11 @X_EXTRA_LIBS@ |
|
|
SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR} |
SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR} |
|
|
Line 175 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 511 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) ; \ |
(cd ${top_srcdir}/gc; ./configure --disable-threads) ; \ |
touch ${top_srcdir}/gc/.configure_done ; \ |
touch ${top_srcdir}/gc/.configure_done ; \ |
Line 559 install-openxm: asir${EXEEXT} libasir.a libasir-gc.a |
|
Line 565 install-openxm: asir${EXEEXT} libasir.a libasir-gc.a |
|
${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ |
${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \ |
${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) |
${LN_S} asir${EXEEXT} ox_plot${EXEEXT}) |
(cd ${top_srcdir}/include; ${MAKE} install) |
(cd ${top_srcdir}/include; ${MAKE} install) |
|
(cd ${top_srcdir}/parse; ${MAKE} install) |
|
|
install-lib: |
install-lib: |
(cd ${top_srcdir}/lib; ${MAKE} install-lib) |
(cd ${top_srcdir}/lib; ${MAKE} install-lib) |