Artifact 8cc4a388effc5608f7a6859b844199b807b6e074b5b9d2bc0e240cfa99aaf777:
- File utils/objfw-new/Makefile — part of check-in [7f12b95f9c] at 2024-02-13 02:06:48 on branch objfwtest — utils/objfw-new: Add --test to create tests (user: js, size: 451) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk PROG = objfw-new${PROG_SUFFIX} SRCS = NewApp.m \ NewClass.m \ NewTest.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}