FreeCalypso > hg > fc-pcsc-tools
view libutil/Makefile @ 158:3698c8192d2d
libutil: hex digit functions factored out
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Feb 2021 20:41:31 +0000 |
parents | f064dbcc5f41 |
children | b86b3f8890ba |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \ filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ gsm7_unpack.o hexdigits.o hexread.o hexstr.o number_decode.o \ number_encode.o pinentry.o plmncodes.o revnibbles.o LIB= libutil.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs