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

TARGETS = dso.lo

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

INCDIR=../../include
INCDIR2=$(INCDIR)/arch
INCDIR3=$(INCDIR)/arch/unix
INCLUDES=-I$(INCDIR) -I$(INCDIR2) -I$(INCDIR3)

# DO NOT REMOVE