Artifact 9510c8119368eda982782ba902cb6016d551e03a7052d5f461ad9d2e217e4112:
- File utils/ofhash/Makefile — part of check-in [d9ce8955ac] at 2018-05-21 20:12:05 on branch trunk — Support for linking tests against objfw_rt.library (user: js, size: 534) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofhash${PROG_SUFFIX} SRCS = OFHash.m DATA = lang/de.json \ lang/languages.json include ../../buildsys.mk PACKAGE_NAME = ofhash ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFW_RT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhash/lang\" LIBS := -L../../src -lobjfw \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}