FreeCalypso > hg > freecalypso-tools
view uptools/libcoding/Makefile @ 352:02d6c8469535
fcup-smdump implemented, compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 05 Feb 2018 08:47:45 +0000 |
parents | ead4ee22ef62 |
children | ec0d6d58e043 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \ gsm7_decode_tables.o gsm7_unpack.o gsmtime.o hexdecode.o hexdump.o \ number_decode.o scaddr.o ucs2_decode.o LIB= libcoding.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs