mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
15 lines
219 B
Makefile
15 lines
219 B
Makefile
include $(top_srcdir)/shared.am
|
|
|
|
SUBDIRS = include
|
|
|
|
if ENABLE_SPLIT_LIBC
|
|
lib_LTLIBRARIES = libc.la
|
|
else
|
|
EXTRA_LTLIBRARIES = libc.la
|
|
endif
|
|
|
|
libc_la_SOURCES = \
|
|
src/ctype.c \
|
|
src/errno.c \
|
|
src/stdlib.c \
|
|
src/string.c
|