VPATH = /home/aaron/downloads/httpd-2.0.39/srclib/apr-util/test

INCLUDES = -I/home/aaron/downloads/httpd-2.0.39/srclib/apr-util/include -I/home/aaron/downloads/httpd-2.0.39/srclib/apr-util/include/private  -I/home/aaron/downloads/httpd-2.0.39/srclib/apr/include  -I/home/aaron/downloads/httpd-2.0.39/srclib/apr-util/xml/expat/lib

PROGRAMS = testdbm testdate testmd4 testxml testrmm teststrmatch
TARGETS = $(PROGRAMS)

# bring in rules.mk for standard functionality
include /home/aaron/downloads/httpd-2.0.39/srclib/apr/build/rules.mk
PROGRAM_DEPENDENCIES = -L/home/aaron/downloads/httpd-2.0.39/srclib/apr-util/xml/expat/lib -lgdbm -ldb /home/aaron/downloads/httpd-2.0.39/srclib/apr-util/xml/expat/lib/libexpat.la /home/aaron/downloads/httpd-2.0.39/srclib/apr/libapr.la -lm -lcrypt -lnsl -ldl

test: $(PROGRAMS)

testdbm_OBJECTS = testdbm.lo
testdbm_LDADD =  ../libaprutil.la
testdbm: $(testdbm_OBJECTS) $(testdbm_LDADD)
	$(LINK) $(testdbm_OBJECTS) $(testdbm_LDADD) $(PROGRAM_DEPENDENCIES)

testdate_OBJECTS = testdate.lo
testdate_LDADD =  ../libaprutil.la
testdate: $(testdate_OBJECTS) $(testdate_LDADD)
	$(LINK) $(testdate_OBJECTS) $(testdate_LDADD) $(PROGRAM_DEPENDENCIES)

testxml_OBJECTS = testxml.lo
testxml_LDADD =  ../libaprutil.la
testxml: $(testxml_OBJECTS) $(testxml_LDADD)
	$(LINK) $(testxml_OBJECTS) $(testxml_LDADD) $(PROGRAM_DEPENDENCIES)

testmd4_OBJECTS = testmd4.lo
testmd4_LDADD =  ../libaprutil.la
testmd4: $(testmd4_OBJECTS) $(testmd4_LDADD)
	$(LINK) $(testmd4_OBJECTS) $(testmd4_LDADD) $(PROGRAM_DEPENDENCIES)

testrmm_OBJECTS = testrmm.lo
testrmm_LDADD =  ../libaprutil.la
testrmm: $(testrmm_OBJECTS) $(testrmm_LDADD)
	$(LINK) $(testrmm_OBJECTS) $(testrmm_LDADD) $(PROGRAM_DEPENDENCIES)

teststrmatch_OBJECTS = teststrmatch.lo
teststrmatch_LDADD =  ../libaprutil.la
teststrmatch: $(teststrmatch_OBJECTS) $(teststrmatch_LDADD)
	$(LINK) $(teststrmatch_OBJECTS) $(teststrmatch_LDADD) $(PROGRAM_DEPENDENCIES)
