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

TARGETS = \
	waitio.lo 

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

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

# DO NOT REMOVE