Artifact 717e0862dafeabbb3db1d3f1326c890948d55ce04e393f31dca2a6a8363a5c2a:
- File
utils/ofhttp/Makefile
— part of check-in
[3c88df0ce4]
at
2021-05-09 14:45:19
on branch amiga-library
— Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are
included in the merge commit. (user: js, size: 657) [annotate] [blame] [check-ins using] [more...]
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"' \
-DLIB_PREFIX='"${LIB_PREFIX}"' \
-DLIB_SUFFIX='"${LIB_SUFFIX}"'
LIBS := -L../../src -L../../src/linklib ${OBJFW_LIBS} \
-L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \
${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}