summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr/tables/Makefile.in
blob: 9a97a30f19aff4f308b7749b36f050edf85be5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
srcdir = @srcdir@
VPATH = @srcdir@

TARGETS = apr_tables.lo apr_hash.lo

# bring in rules.mk for standard functionality
@INCLUDE_RULES@

DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCDIR=../include
INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)

# DO NOT REMOVE