CC_ADD = -g CFLAGS_ADD = -I. BUILDLIBS = libbase64.a OBJ_libbase64 = base64-common.o base64-nonstdio.o base64-stdio.o INSTALLHDR = base64.h base64-stdio.h base64-nonstdio.h INSTALLMAN = libbase64.3 INSTMANLINKS = base64_e_r_fwrap.3 libbase64.3 \ base64_e_w_fwrap.3 libbase64.3 \ base64_d_r_fwrap.3 libbase64.3 \ base64_d_w_fwrap.3 libbase64.3 \ base64_e_r_cb.3 libbase64.3 \ base64_e_w_cb.3 libbase64.3 \ base64_d_r_cb.3 libbase64.3 \ base64_d_w_cb.3 libbase64.3 \ base64_w.3 libbase64.3 \ base64_r.3 libbase64.3 .MAIN: $(BUILDLIBS) run-tests .PHONY: run-tests run-tests: testbed ./testbed testbed: testbed.o $(BUILDLIBS) $(CC) -o testbed testbed.o $(BUILDLIBS) CLEANFILES += testbed testbed.o .include