Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/pkg
Path: blob/main/external/yxml/Makefile.autosetup
2066 views
include @builddir@/mk/defs.mk

LIB=	yxml

SRCS=	yxml.c

LOCAL_CFLAGS=	-Wno-unused-parameter -I. -I$(top_srcdir)/external/yxml

VPATH=	$(top_srcdir)/external/yxml

include $(MK)/static-lib.mk