Differences From Artifact [5c95dc17f9]:
- File utils/ofarc/Makefile — part of check-in [147ee732fc] at 2024-09-01 12:31:10 on branch trunk — Add manpage for ofarc (user: js, size: 697) [annotate] [blame] [check-ins using]
To Artifact [43d2a81be5]:
- File utils/ofarc/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: 762) [annotate] [blame] [check-ins using] [more...]
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + | PACKAGE_NAME = ofarc ${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}/ofarc/localization\" LIBS := -L../../src -L../../src/tls ${OFHTTP_LIBS} -lobjfw \ -L../../src/runtime ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH} |