NAME = condor_transferd
all_target( $(NAME) )

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

soapobjs(transferd)

OBJ =	td_main.o \
		td_init.o \
		td_maint.o \
		td_utils.o \
		td_write_files.o \
		td_read_files.o \
		td_active.o \
		 \
		$(SOAP_OBJS)


public_c_plus_target($(NAME),sbin,$(OBJ),$(LIB))

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

gen_soapfiles(transferd,condorTransferd)
