1 CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__ -Wall $(EXTRA_CFLAGS)
3 LIBOBJ=serpent.o serpent_cbc.o
7 $(CC) $(CPPFLAGS) $(CFLAGS) $(INC) -c $< -o $@
11 ar cr $(BLIB) $(LIBOBJ)
12 -if test -s /bin/ranlib; then /bin/ranlib $(BLIB); \
13 else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(BLIB); \
16 test: test_main.o $(BLIB)
20 rm -f *.[oa] core $(TARGET) test