FreeCalypso > hg > themwi-ota-tools
view test/Makefile @ 10:2c022e0334c4
convert to new ThemWi configure and build system
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2024 01:03:40 +0000 |
parents | c2de42994e57 |
children |
line wrap: on
line source
PROGS= ota-smspp-envelope LIBS= ../libutil/libutil.a include ../config.defs all: ${PROGS} ota-smspp-envelope: ota-smspp-envelope.o ${LIBS} ${CC} ${CFLAGS} -o $@ $@.o ${LIBS} install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir} clean: rm -f ${PROGS} *.o