summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr/strings/Makefile
blob: 8356451db329735e32c2977a357f3e7ce507aeb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
srcdir = .


TARGETS = \
	apr_cpystrn.lo \
	apr_snprintf.lo \
	apr_strnatcmp.lo \
	apr_strings.lo \
	apr_fnmatch.lo \
	apr_strtok.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