blob: 18c9d1a05da6a652072f6ed9a9e96ab0e3756b0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
srcdir = .
TARGETS = apr_tables.lo apr_hash.lo
# bring in rules.mk for standard functionality
include /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build/apr_rules.mk
DEFOSDIR=$(INCDIR)/arch/unix
INCDIR=../include
INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)
# DO NOT REMOVE
|