summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
blob: 7fb8763fc647a149d44cb7ef44d6a64ee30d66ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
API_HEADERS = \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso.h \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso_api.h \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso_crc32.h \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso_crc64.h \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso_output.h \
	$(PROJECT_DIR)/include/$(PACKAGE)/mdso_specs.h \

INTERNAL_HEADERS = \
	$(PROJECT_DIR)/src/internal/argv/argv.h \
	$(PROJECT_DIR)/src/internal/perk/perk_consts.h \
	$(PROJECT_DIR)/src/internal/perk/perk_structs.h \
	$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
	$(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
	$(PROJECT_DIR)/src/internal/$(PACKAGE)_object_impl.h \

ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)