Text Blame History Raw

API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/toksvc.h \ $(SOURCE_DIR)/include/$(PACKAGE)/toksvc_api.h \

INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/argv/argv.h \ $(SOURCE_DIR)/src/internal/nolibc/stdbool.h \ $(SOURCE_DIR)/src/internal/nolibc/stddef.h \ $(SOURCE_DIR)/src/internal/nolibc/stdint.h \ $(SOURCE_DIR)/src/internal/nolibc/stdio.h \ $(SOURCE_DIR)/src/internal/nolibc/stdlib.h \ $(SOURCE_DIR)/src/internal/nolibc/string.h \ $(SOURCE_DIR)/src/internal/nolibc/unistd.h \ $(SOURCE_DIR)/src/internal/toksvc_daemon_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_driver_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_dprintf_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_init_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_log_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_memfn_impl.h \ $(SOURCE_DIR)/src/internal/toksvc_nolibc_impl.h \

ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)