Some kind of general purpose C library. This is discontinued and only kept as a reference just in case I need something from it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
801 B

DEFS = -DHAS_CONFIG @DEFS@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config/config.rpath config/mkinstalldirs \
include/scot_common.h \
include/scot/stream_pool_fraction.h \
include/scot/win32/thread.h \
include/scot/win32/memory.h \
include/scot/win32/dir.h \
include/scot/win32/scot_types.h \
include/scot/posix/thread.h \
include/scot/posix/memory.h \
include/scot/posix/dir.h \
include/scot/posix/scot_types.h \
src/win32/thread.c \
src/win32/dir.c \
src/win32/memory.c \
src/win32/spf_thread_impl.c \
src/win32/stream_ctl.c \
src/posix/thread.c \
src/posix/dir.c \
src/posix/spf_thread_impl.c \
src/posix/stream_ctl.c \
design/scot-event-subsystem.dia
SUBDIRS = m4 include src src/po test test/po