This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
common-tools-tcp-burst/lib/Makefile.am
2019-07-10 17:54:02 +08:00

10 lines
186 B
Makefile

noinst_LIBRARIES = libstrl.a
libstrl_a_SOURCES = strlcat.c strlcpy.c
noinst_HEADERS = strlcpy.h tree.h queue.h sll.h
MOSTLYCLEANFILES = *~ *.o *.a
MAINTAINERCLEANFILES = Makefile.in