Artifact 5bee3112e517b40ed30ca82c1e11c29044057a7cfbd6b8e89b46f1d7afdc57e4:
- File utils/ofhttp/Makefile — part of check-in [d9ce8955ac] at 2018-05-21 20:12:05 on branch trunk — Support for linking tests against objfw_rt.library (user: js, size: 558) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofhttp${PROG_SUFFIX} SRCS = OFHTTP.m \ ProgressBar.m DATA = lang/de.json \ lang/languages.json include ../../buildsys.mk PACKAGE_NAME = ofhttp ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFW_RT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofhttp/lang\" LIBS := -L../../src -lobjfw \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}