FreeCalypso > hg > themwi-nanp
view libnumutil/Makefile @ 15:a24f0794ab4d default tip
INSTALL: document the new way
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 00:29:21 +0000 |
parents | 78319ed870dc |
children |
line wrap: on
line source
CPPFLAGS=-I../build-inc OBJS= digit_groups.o nanp_valid.o numstring.o LIB= libnumutil.a include ../config.defs all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ install: mkdir -p ${DESTDIR}${libdir} install -c -m 644 ${LIB} ${DESTDIR}${libdir} clean: rm -f *.[oa] errs