diff include/Makefile @ 11:3d6cfb615d90

add make install hierarchy
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 05:16:12 +0000
parents
children 78319ed870dc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/Makefile	Wed Dec 13 05:16:12 2023 +0000
@@ -0,0 +1,12 @@
+INSTALL_PREFIX=	/opt/themwi
+
+INSTDIR=${INSTALL_PREFIX}/include/themwi/nanp
+FILES=	number_db_v2.h number_lookup.h number_utils.h
+
+all:
+
+install:
+	mkdir -p ${INSTDIR}
+	install -c -m 644 ${FILES} ${INSTDIR}
+
+clean: