
all_target()

C_PLUS_FLAGS = $(STD_C_PLUS_FLAGS) $(QUILL_INC)

LDFLAGS = $(STD_LDFLAGS) 
LIB = $(DAEMONCORE_LIB) $(STD_LIBS) $(QUILL_LIB)

QUILL_LIB_OBJ = classadlogentry.o classadlogparser.o prober.o

release:: all
stripped:: all
static:: all
html:
testbin:: all
