#if HAVE_EXT_CLASSADS
#define New_classads_lib		-L$(NEW_CLASSADS_LIB) -lclassad_ns
#else
#define New_classads_lib
#endif

all_target(condor_userlog condor_check_userlogs condor_userlog_job_counter)

CFLAGS = $(STD_C_FLAGS)
C_PLUS_FLAGS = $(STD_C_PLUS_FLAGS)
LIB = $(STD_LIBS) New_classads_lib

OBJ = userlog.o

public_c_plus_target(condor_userlog,bin,$(OBJ),$(LIB))

public_c_plus_target(condor_check_userlogs,bin,condor_check_userlogs.o,$(LIB))

public_c_plus_target(condor_userlog_job_counter,bin,condor_userlog_job_counter.o,$(LIB))

html:
testbin:: all
