Artifact 10e10c92fe311a6816065e7fd90dc4da4d6467478b2c874c0ac27253640afc9c:
- File utils/ofhash/Makefile — part of check-in [3f2b4a8941] at 2017-02-27 21:36:26 on branch trunk — Localize ofhash (user: js, size: 435) [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 ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}