FreeCalypso > hg > sms-coding-utils
view enc-text/Makefile @ 25:2a19b44c272e
convert to new ThemWi configure and build system
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 21 May 2024 01:59:17 +0000 |
| parents | a16b1b9728f6 |
| children |
line wrap: on
line source
PROG= sms-encode-text OBJS= concat_refno.o gsm7.o main.o ucs2.o LIBS= ../libcoding/libcoding.a include ../config.defs all: ${PROG} ${PROG}: ${OBJS} ${LIBS} ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} install: ${PROG} mkdir -p ${DESTDIR}${bindir} install -c ${PROG} ${DESTDIR}${bindir} clean: rm -f *.o *.out *errs ${PROG}
