upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / misc / unix / Makefile.in
1 srcdir = @srcdir@
2 VPATH = @srcdir@
3
4 TARGETS = \
5         start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo version.lo \
6         charset.lo env.lo
7
8 # bring in rules.mk for standard functionality
9 @INCLUDE_RULES@
10
11 INCDIR=../../include
12 OSDIR=$(INCDIR)/arch/@OSDIR@
13 DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
14 INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)
15
16 # DO NOT REMOVE