mirror of
https://github.com/tailix/libclayer.git
synced 2025-03-10 16:56:12 -04:00
20 lines
365 B
Makefile
20 lines
365 B
Makefile
nobase_include_HEADERS = \
|
|
libclayer.h \
|
|
libclayer/ctype.h \
|
|
libclayer/errno.h \
|
|
libclayer/inttypes.h \
|
|
libclayer/setjmp.h \
|
|
libclayer/stdlib.h \
|
|
libclayer/string.h \
|
|
libclayer/sys/types.h
|
|
|
|
if ENABLE_LIBC
|
|
nobase_include_HEADERS += \
|
|
ctype.h \
|
|
errno.h \
|
|
inttypes.h \
|
|
setjmp.h \
|
|
stdlib.h \
|
|
string.h \
|
|
sys/types.h
|
|
endif
|