[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / asm

Annotation of OpenXM_contrib2/asir2000/asm/Makefile.am, Revision 1.2

1.2     ! ohara       1: ## $OpenXM: OpenXM_contrib2/asir2000/asm/Makefile.am,v 1.1 2003/02/23 03:05:36 ohara Exp $
1.1       ohara       2:
                      3: DEFS       = @DEFS@ -DASIR_LIBDIR=\"${prefix}/lib/asir\"
                      4: INCLUDES   = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
                      5:               -I${top_srcdir}/gc/include \
                      6:               @PARIINC@ @MPIINC@ @X_CFLAGS@
                      7: ASFLAGS    = ${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES}
                      8: SOLARIS_AS = /usr/ccs/bin/as
                      9: SOLARIS_AR = /usr/ccs/bin/ar
                     10:
                     11: noinst_LIBRARIES      = libasm.a
                     12: libasm_a_SOURCES      = ddM.c ddN.c
                     13: libasm_a_LIBADD       = @asm_obj@
                     14: libasm_a_DEPENDENCIES = @asm_obj@
                     15:
                     16: asm4-2.o: asm4-2.s
                     17:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm4-2.s
                     18:
                     19: asm5-2.o: asm5-2.s
                     20:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} asm5-2.s
                     21:
                     22: edr-2.o: edr-2.s
                     23:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} edr-2.s
                     24:
                     25: sparc-2.o: sparc-2.s-cc
                     26:        ${SOLARIS_AS} -o $@ -P ${ASFLAGS} sparc-2.s-cc
                     27:
                     28: asmi_l.o: asmi_l.s
                     29:        ${COMPILE} -c -o $@ asmi_l.s
                     30:
                     31: asmi.o: asmi.s
                     32:        ${COMPILE} -c -o $@ asmi.s

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>