summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr/strings/Makefile.in
blob: aa1e1ee0eb3e8ec6b09b784bb3e9f57430473d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
srcdir = @srcdir@
VPATH = @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_RULES@

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

# DO NOT REMOVE