FreeCalypso > hg > themwi-nanp
comparison include/Makefile @ 14:78319ed870dc
convert to new ThemWi configure and build system
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 00:15:24 +0000 |
parents | 3d6cfb615d90 |
children |
comparison
equal
deleted
inserted
replaced
13:c0bfd300b6e5 | 14:78319ed870dc |
---|---|
1 INSTALL_PREFIX= /opt/themwi | 1 FILES= number_db_v2.h number_lookup.h number_utils.h |
2 | 2 |
3 INSTDIR=${INSTALL_PREFIX}/include/themwi/nanp | 3 include ../config.defs |
4 FILES= number_db_v2.h number_lookup.h number_utils.h | 4 |
5 INSTDIR=${DESTDIR}${includedir}/themwi/nanp | |
5 | 6 |
6 all: | 7 all: |
7 | 8 |
8 install: | 9 install: |
9 mkdir -p ${INSTDIR} | 10 mkdir -p ${INSTDIR} |