Differences From Artifact [0b3e3bf11e]:
- File src/runtime/linklib/Makefile — part of check-in [cebf3184eb] at 2020-12-30 00:03:04 on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 305) [annotate] [blame] [check-ins using] [more...]
To Artifact [f3f7c9cd54]:
- File src/runtime/linklib/Makefile — part of check-in [8329607f4e] at 2022-12-12 15:06:14 on branch amiga-library — Create baserel linklibs (user: js, size: 354) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + |
include ../../../extra.mk
STATIC_LIB = libobjfwrt.library.a
STATIC_AMIGA_LIB = libobjfwrt.library.amigalib.a
SRCS = init.m \
linklib.m
include ../../../buildsys.mk
CPPFLAGS += -I.. -I../.. -I../../.. \
-DOBJC_COMPILING_AMIGA_LINKLIB \
-DOBJFWRT_AMIGA_LIB=\"${OBJFWRT_AMIGA_LIB}\" \
-DOBJFWRT_LIB_MINOR=${OBJFWRT_LIB_MINOR}
|