Differences From Artifact [f836e9f07c]:
- File src/runtime/lookup-asm/Makefile — part of check-in [e8c7459ec7] at 2020-06-06 22:43:02 on branch amiga-library — Add and use STATIC_AMIGA_LIB_NOINST targets (user: js, size: 240) [annotate] [blame] [check-ins using]
To Artifact [81611c981c]:
- File src/runtime/lookup-asm/Makefile — part of check-in [637ca0be9f] at 2020-12-12 21:08:28 on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 337) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + + |
include ../../../extra.mk
STATIC_PIC_LIB_NOINST = ${LOOKUP_ASM_LIB_A}
STATIC_AMIGA_LIB_NOINST = ${LOOKUP_ASM_AMIGALIB_A}
STATIC_LIB_NOINST = ${LOOKUP_ASM_A}
STATIC_AMIGA_LIB_NOINST = ${LOOKUP_ASM_AMIGALIB_A}
SRCS = lookup-asm.S
include ../../../buildsys.mk
ASFLAGS += -I../../.. -I../..
ASFLAGS_lookup-asm.amigalib.o += -DOF_BASEREL
|