|
 |
b0d9d6 |
API_HEADERS = \
|
|
 |
c0069e |
$(SOURCE_DIR)/include/$(PACKAGE)/toksvc.h \
|
|
 |
c0069e |
$(SOURCE_DIR)/include/$(PACKAGE)/toksvc_api.h \
|
|
 |
b0d9d6 |
|
|
 |
b0d9d6 |
INTERNAL_HEADERS = \
|
|
 |
f18bdd |
$(SOURCE_DIR)/src/internal/argv/argv.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/stdbool.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/stddef.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/stdint.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/stdio.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/stdlib.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/string.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/nolibc/unistd.h \
|
|
 |
5e5175 |
$(SOURCE_DIR)/src/internal/toksvc_daemon_impl.h \
|
|
 |
2420c2 |
$(SOURCE_DIR)/src/internal/toksvc_driver_impl.h \
|
|
 |
70a4a0 |
$(SOURCE_DIR)/src/internal/toksvc_dprintf_impl.h \
|
|
 |
f9f1df |
$(SOURCE_DIR)/src/internal/toksvc_init_impl.h \
|
|
 |
2f270e |
$(SOURCE_DIR)/src/internal/toksvc_log_impl.h \
|
|
 |
69c770 |
$(SOURCE_DIR)/src/internal/toksvc_memfn_impl.h \
|
|
 |
ca007d |
$(SOURCE_DIR)/src/internal/toksvc_nolibc_impl.h \
|
|
 |
b0d9d6 |
|
|
 |
b0d9d6 |
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)
|