blob: b8ec93533151f6380a65f66932acda50454a760e [file] [log] [blame]
top_builddir=@top_builddir@
INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/include/private -I@APR_SOURCE_DIR@/include
TARGETS =
PROGRAMS = testdbm testdate testmd4 testxml
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
LIBS = @LIBS@
test: $(PROGRAMS)
testdbm_OBJECTS = testdbm.lo
testdbm_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
testdbm: $(testdbm_OBJECTS) $(testdbm_LDADD)
$(LINK) $(testdbm_OBJECTS) $(testdbm_LDADD) $(LIBS)
testdate_OBJECTS = testdate.lo
testdate_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
testdate: $(testdate_OBJECTS) $(testdate_LDADD)
$(LINK) $(testdate_OBJECTS) $(testdate_LDADD) $(LIBS)
testxml_OBJECTS = testxml.lo
testxml_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
testxml: $(testxml_OBJECTS) $(testxml_LDADD)
$(LINK) $(testxml_OBJECTS) $(testxml_LDADD) $(LIBS)
testmd4_OBJECTS = testmd4.lo
testmd4_LDADD = ../libaprutil.la @APR_SOURCE_DIR@/libapr.la
testmd4: $(testmd4_OBJECTS) $(testmd4_LDADD)
$(LINK) $(testmd4_OBJECTS) $(testmd4_LDADD) $(LIBS)