Artifact c6f4a35e261e454e8229adc8d168e968b2f1d9391bb1c0209597eb83ca163278:
- File utils/ofhash/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: 534) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk
PROG = ofhash${PROG_SUFFIX}
SRCS = OFHash.m
DATA = localization/de.json \
localization/localizations.json
include ../../buildsys.mk
PACKAGE_NAME = ofhash
${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2}
CPPFLAGS += -I../../src \
-I../../src/runtime \
-I../../src/exceptions \
-I../.. \
-DLOCALIZATION_DIR=\"${datadir}/ofhash/localization\"
LIBS := -L../../src -lobjfw -L../../src/runtime ${RUNTIME_LIBS} ${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}