1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# # Copyright 2026 Zygaena Project Contributors # Use is subject to license terms. # LIBRARY = libutil.a VERS = .1 OBJECTS = pty.o flopen.o pidfile.o humanize_number.o expand_number.o \ fparseln.o include ../../Makefile.lib LIBS = $(DYNLIB) LDLIBS += -lc SRCDIR = ../common CPPFLAGS += -I$(SRC)/head SMATCH = off .KEEP_STATE: all: $(LIBS) include ../../Makefile.targ