view 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
line wrap: on
line source

FILES=	number_db_v2.h number_lookup.h number_utils.h

include ../config.defs

INSTDIR=${DESTDIR}${includedir}/themwi/nanp

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: