From 9a2b8cb4fde1adea8027387f277510cfa4406a20 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 15 Jan 2026 14:45:26 +0300 Subject: Use simpler build system --- src/tool/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/tool/Makefile (limited to 'src/tool/Makefile') diff --git a/src/tool/Makefile b/src/tool/Makefile new file mode 100644 index 00000000..df41ebae --- /dev/null +++ b/src/tool/Makefile @@ -0,0 +1,13 @@ +CFLAGS += -DDOCDIR='"/usr/local/share/doc/ngircd"' +CFLAGS += -DHAVE_CONFIG_H +CFLAGS += -I.. +CFLAGS += -I../portab +CFLAGS += -I../ipaddr +CFLAGS += -I../tool + +OBJS += tool.o + +all: libngtool.a + +libngtool.a: ${OBJS} + ar rcs libngtool.a ${OBJS} -- cgit 1.4.1