Differences From Artifact [7d1dbba2ec]:
- File src/runtime/linklib/Makefile — part of check-in [f840649052] at 2018-05-01 15:10:53 on branch trunk — runtime: Add a linklib for the Amiga library (user: js, size: 194) [annotate] [blame] [check-ins using]
To Artifact [11a94e7953]:
- File
src/runtime/linklib/Makefile
— part of check-in
[ddb1f5a3c5]
at
2018-05-05 18:14:05
on branch trunk
— runtime: Omit the linklib subdir on !AmigaOS
Even when no STATIC_LIB is specified (as is the case on !AmigaOS),
dependencies are still generated, causing an error during dependency
generation on !AmigaOS due to missing headers. (user: js, size: 190) [annotate] [blame] [check-ins using]
1 2 | include ../../../extra.mk | | | 1 2 3 4 5 6 7 8 9 | include ../../../extra.mk STATIC_LIB = libobjfw_rt.linklib.a SRCS = linklib.m include ../../../buildsys.mk CPPFLAGS += -DOBJC_COMPILING_AMIGA_LINKLIB -I.. -I../.. -I../../.. LD = ${OBJC} |