summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-14 01:58:21 -0500
committermidipix <writeonce@midipix.org>2015-12-14 01:58:21 -0500
commitf4603994a39431c8cee036216a6d15ab7281b0c6 (patch)
tree8fc779f0c3ec5e8f0041c89b1700ffd2120f6b42 /project/headers.mk
parent668af644e512cc911a32a955078866d9151bae80 (diff)
downloadsofort-f4603994a39431c8cee036216a6d15ab7281b0c6.tar.bz2
sofort-f4603994a39431c8cee036216a6d15ab7281b0c6.tar.xz
initial commit.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
new file mode 100644
index 0000000..1fb0cd2
--- /dev/null
+++ b/project/headers.mk
@@ -0,0 +1,9 @@
+API_HEADERS = \
+ $(PROJECT_DIR)/include/$(PACKAGE)/sofort.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/sofort_api.h \
+
+INTERNAL_HEADERS = \
+ $(PROJECT_DIR)/src/internal/argv/argv.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
+
+ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)