Artifact b67c1400abf91c16a52896897ea4b8052c36a181416ceb1c28f8dbe5d77a7aeb:
- File utils/objfw-new/Makefile — part of check-in [83fa463f03] at 2023-08-29 13:46:11 on branch trunk — Remove remnants of Amiga .library linklib (user: js, size: 432) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk PROG = objfw-new${PROG_SUFFIX} SRCS = NewApp.m \ NewClass.m \ ObjFWNew.m \ Property.m include ../../buildsys.mk ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. LIBS := -L../../src -lobjfw -L../../src/runtime ${RUNTIME_LIBS} ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}