CFLAGS_ADD = -O99 -I. BUILDLIBS = libmd5.a OBJ_libmd5 = md5.o INSTALLHDR = md5.h INSTALLMAN = libmd5.3 INSTMANLINKS = md5_init.3 libmd5.3 \ md5_process_bytes.3 libmd5.3 \ md5_result.3 libmd5.3 \ md5_clone.3 libmd5.3 \ md5_state.3 libmd5.3 \ md5_set_state.3 libmd5.3 \ md5_drop.3 libmd5.3 .MAIN: tests .PHONY: tests tests: testbed ./testbed testbed: testbed.o libmd5.a $(CC) -o testbed testbed.o libmd5.a CLEANFILES += testbed testbed.o .include