[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / make / lst.lib

File: [local] / src / usr.bin / make / lst.lib / Makefile.inc (download)

Revision 1.2, Sun Nov 5 11:22:59 2023 UTC (7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.1: +2 -2 lines

current code no longer uses Lst_Replace not Lst_Requeue
so don't bother compiling them.

# $OpenBSD: Makefile.inc,v 1.2 2023/11/05 11:22:59 espie Exp $

.PATH:	${.CURDIR}/lst.lib
CFLAGS += -I${.CURDIR}/lst.lib
HOSTCFLAGS += -I${.CURDIR}/lst.lib

SRCS+=	lstAddNew.c lstAppend.c lstConcat.c lstConcatDestroy.c \
	lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c \
	lstInsert.c lstMember.c lstRemove.c lstSucc.c