Differences From Artifact [0495fa7239]:
- File utils/ofhash/Makefile — part of check-in [c718a212f2] at 2024-09-01 14:07:26 on branch trunk — Add manpage for ofhash (user: js, size: 590) [annotate] [blame] [check-ins using]
To Artifact [59fb2027af]:
- File utils/ofhash/Makefile — part of check-in [f5f82456e3] at 2024-11-18 21:09:53 on branch trunk — Make sure ofarc and ofhash reference ObjFWTLS (user: js, size: 655) [annotate] [blame] [check-ins using] [more...]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + | PACKAGE_NAME = ofhash ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../../src/tls \ -I../.. \ -DOBJFWTLS_LOCAL_INCLUDES \ -DLOCALIZATION_DIR=\"${datadir}/ofhash/localization\" LIBS := -L../../src -L../../src/tls ${OFHASH_LIBS} -lobjfw \ -L../../src/runtime ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH} |