mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
14 lines
204 B
Makefile
14 lines
204 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/stdlib.c \
|
|
src/string.c
|