1 CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__ -Wall $(EXTRA_CFLAGS)
4 LIBOBJ=twofish.o twofish_cbc.o
8 $(CC) $(CPPFLAGS) $(CFLAGS) $(INC) -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