Artifact ca0ac822899a6734259f18f55b3a73d198c0636a27643ddecc4c6dc5d994f268:
- File utils/ofhttp/Makefile — part of check-in [79fe29dbf4] at 2019-06-17 00:38:44 on branch trunk — Remove underscores from library & framework names This is more compatible with the various conventions used on various systems. (user: js size: 557)
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} ${LIBOBJFWRT_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}