Artifact 5b6676b4eac486f70b626c17406c99032f887b3a2972982ede7ed3ce0a881191:
- File utils/ofhash/Makefile — part of check-in [3d4cae625d] at 2017-06-11 18:09:04 on branch trunk — Make runtime a separate library: objfw-rt (user: js, size: 471) [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} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhash/lang\" LIBS := -L../../src -lobjfw -L../../src/runtime ${RUNTIME_LIBS} ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}