srcdir = /Users/aaron/downloads/httpd-2.0.39/srclib/apr/misc/unix
VPATH = /Users/aaron/downloads/httpd-2.0.39/srclib/apr/misc/unix

TARGETS = \
	start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo \
	uuid.lo getuuid.lo version.lo

# bring in rules.mk for standard functionality
include /Users/aaron/downloads/httpd-2.0.39/srclib/apr/build/rules.mk

INCDIR=../../include
OSDIR=$(INCDIR)/arch/unix
DEFOSDIR=$(INCDIR)/arch/unix
INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)

# DO NOT REMOVE
