Blame project/headers.mk

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 \
26e14f
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
da20d8
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
26e14f
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_init_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
26e14f
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)