Differences From Artifact [a7afc8dd3a]:
- File src/invocation/Makefile — part of check-in [6d2f81aea9] at 2017-09-16 19:11:45 on branch trunk — OFInvocation: Support for invoking on x86_64/ELF (user: js, size: 244) [annotate] [blame] [check-ins using]
To Artifact [b7f33f0f15]:
- File src/invocation/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: 295) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | include ../../extra.mk STATIC_PIC_LIB_NOINST = ${INVOCATION_LIB_A} STATIC_LIB_NOINST = ${INVOCATION_A} STATIC_AMIGA_LIB_NOINST = ${INVOCATION_AMIGALIB_A} SRCS = call.S \ invoke.m include ../../buildsys.mk ASFLAGS += -I../.. -I.. |
︙ |