FreeCalypso > hg > themwi-nanp
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:05a94b08c8e1 | 11:3d6cfb615d90 |
---|---|
1 INSTALL_PREFIX= /opt/themwi | |
2 | |
3 INSTDIR=${INSTALL_PREFIX}/include/themwi/nanp | |
4 FILES= number_db_v2.h number_lookup.h number_utils.h | |
5 | |
6 all: | |
7 | |
8 install: | |
9 mkdir -p ${INSTDIR} | |
10 install -c -m 644 ${FILES} ${INSTDIR} | |
11 | |
12 clean: |