Artifact 3ea451369d52c20cd8884520f7b6075bfa47c11bd495908f69af76d39f112546:
- File
utils/ofsock/Makefile
— part of check-in
[ce924f47f0]
at
2020-12-13 14:49:08
on branch amiga-library
— Don't mix .o and .amigalib.o files
Also make sure to not build both when only one is needed. (user: js, size: 453) [annotate] [blame] [check-ins using]
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 -L../../src/linklib ${OBJFW_LIBS} \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}