Differences From Artifact [54490626b4]:
- File utils/ofhttp/Makefile — part of check-in [e37212ea80] at 2021-04-05 21:31:06 on branch trunk — ofhttp: Fix finding ObjOpenSSL opportunistically (user: js, size: 634) [annotate] [blame] [check-ins using] [more...]
To Artifact [717e0862da]:
- 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...]
| ︙ | ︙ | |||
15 16 17 18 19 20 21 |
CPPFLAGS += -I../../src \
-I../../src/runtime \
-I../../src/exceptions \
-I../.. \
-DLANGUAGE_DIR='"${datadir}/ofhttp/lang"' \
-DLIB_PREFIX='"${LIB_PREFIX}"' \
-DLIB_SUFFIX='"${LIB_SUFFIX}"'
| | | 15 16 17 18 19 20 21 22 23 24 25 26 |
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}
|