Artifact 297ac97b137c9265442c24534a3136cafc1a23e4db28aebb201eb6c61cf3145d:
- File
utils/ofatalkcfg/Makefile
— part of check-in
[77d211a25a]
at
2023-04-11 19:20:31
on branch trunk
— Add utils/ofatalkcfg
This is a utility to configure AppleTalk on a network interface.
For now, this is not built by default if AppleTalk sockets are
available, as it is still in an early state. (user: js, size: 448) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofatalkcfg${PROG_SUFFIX} SRCS = OFATalkCfg.m include ../../buildsys.mk PACKAGE_NAME = ofatalkcfg ${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}