1 CFLAGS=-O3 -fomit-frame-pointer -I../include $(EXTRA_CFLAGS)
3 LIBOBJ := hmac_sha2.o sha2.o
8 $(CC) $(AFLAGS) -c $< -o $@
12 ar cr $(BLIB) $(LIBOBJ)
13 -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
14 else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
17 test: test_main.o $(BLIB)
21 rm -f *.[oa] core $(TARGET) test