Artifact 0438ba0691661845087b2cf8d9a9cc36f2c11fece78cfc824a14e9a75ce8cc7e:
- File
utils/ofsock/Makefile
— part of check-in
[97cad6d5f2]
at
2020-05-03 20:29:26
on branch trunk
— Add utils/ofsock
ofsock is a command line util to use the various socket classes in ObjFW
and connect them to stdio or each other. (user: js, size: 430) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk PROG = ofsock${PROG_SUFFIX} SRCS = OFSock.m include ../../buildsys.mk PACKAGE_NAME = ofsock ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. LIBS := -L../../src -lobjfw \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}