Blame project/headers.mk

e536db
API_HEADERS = \
02e59c
	$(SOURCE_DIR)/include/$(PACKAGE)/treebnf.h \
02e59c
	$(SOURCE_DIR)/include/$(PACKAGE)/treebnf_api.h \
e536db
e536db
INTERNAL_HEADERS = \
02e59c
	$(SOURCE_DIR)/src/internal/argv/argv.h \
02e59c
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
02e59c
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
02e59c
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
02e59c
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_tmpfile_impl.h \
02e59c
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \
e536db
e536db
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)