|
|
26e14f |
API_HEADERS = \
|
|
|
26e14f |
$(SOURCE_DIR)/include/$(PACKAGE)/ntux.h \
|
|
|
26e14f |
$(SOURCE_DIR)/include/$(PACKAGE)/ntux_api.h \
|
|
|
26e14f |
|
|
|
26e14f |
INTERNAL_HEADERS = \
|
|
|
26e14f |
$(SOURCE_DIR)/src/internal/argv/argv.h \
|
|
|
81d6fb |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
|
|
|
26e14f |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
|
|
|
da20d8 |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
|
|
|
26e14f |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_memfn_impl.h \
|
|
|
26e14f |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_nolibc_impl.h \
|
|
|
da20d8 |
$(SOURCE_DIR)/src/internal/$(PACKAGE)_strerr_impl.h \
|
|
|
26e14f |
|
|
|
81f563 |
NOLIBC_HEADERS = \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/stdbool.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/stddef.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/stdint.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/stdio.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/stdlib.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/string.h \
|
|
|
81f563 |
$(SOURCE_DIR)/src/internal/nolibc/unistd.h \
|
|
|
81f563 |
|
|
|
81f563 |
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) $(NOLIBC_HEADERS)
|