AUTOMAKE_OPTIONS = foreign no-dependencies LDADD = ../libzdb.la INCLUDES = -I../src -I../src/util -I../src/net -I../src/db noinst_PROGRAMS = unit pool unit_SOURCES = unit.c pool_SOURCES = pool.c if WITH_EXCEPTIONS INCLUDES += -I../src/exceptions noinst_PROGRAMS += ExceptionTest ExceptionTest_SOURCES = ExceptionTest.c endif DISTCLEANFILES = *~ distclean-local: -rm -f Makefile.in test: unit pool verify: @/bin/sh @EXCEPTIONTEST@ unit && pool