NAME = condor_dcskel
all_target( $(NAME) )

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

soapobjs(dcskel)

OBJ = dcskel_main.o $(SOAP_OBJS)

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

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

gen_soapfiles(dcskel,condorDcskel)

testbin:: all
