Makefile 802 Bytes
Newer Older
powelld's avatar
powelld committed
top_srcdir   = /home/development/Documents/httpd-mctls
top_builddir = /home/development/Documents/httpd-mctls
srcdir       = /home/development/Documents/httpd-mctls/test
builddir     = /home/development/Documents/httpd-mctls/test
VPATH        = /home/development/Documents/httpd-mctls/test

# no targets: we don't want to build anything by default. if you want the
# test programs, then "make test"
TARGETS =

bin_PROGRAMS =

PROGRAM_LDADD        = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES =  \
	$(top_srcdir)/srclib/apr-util/libaprutil.la \
	$(top_srcdir)/srclib/apr/libapr.la

include $(top_builddir)/build/rules.mk

test: $(bin_PROGRAMS)

# example for building a test proggie
# dbu_OBJECTS = dbu.lo
# dbu: $(dbu_OBJECTS)
#	$(LINK) $(dbu_OBJECTS) $(PROGRAM_LDADD)