blob: cb30efeb24ab11957b8ebe40d887d63f81dd2715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = apr_md5.lo apr_getpass.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../include
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)
# DO NOT REMOVE
|