NAME = condor_eventd
all_target( $(NAME) )

CFLAGS = $(STD_C_FLAGS)
C_PLUS_FLAGS = $(STD_C_PLUS_FLAGS)
LIB = $(DAEMONCORE_LIB) $(STD_LIBS) $(CONFIGURE_GSOAP_LDFLAGS)

soapobjs(Eventd)

OBJ = 	admin_event_main.o 			\
		admin_event.o 				\
				\
		$(SOAP_OBJS)

c_plus_target($(NAME),$(OBJ),$(LIB))

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

gen_soapfiles(Eventd,condorEventd)
