summaryrefslogtreecommitdiff
path: root/project/headers.mk
blob: c5ae8b6d65a242d0350116ef15a9e3784c5736a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
API_HEADERS = \
	$(SOURCE_DIR)/include/$(PACKAGE)/treebnf.h \
	$(SOURCE_DIR)/include/$(PACKAGE)/treebnf_api.h \

INTERNAL_HEADERS = \
	$(SOURCE_DIR)/src/internal/argv/argv.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_tmpfile_impl.h \
	$(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \

ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)