summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 21:40:30 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 21:40:30 +0000
commit04552e1dc10a7c89a4053ecebabf6d75d39fa624 (patch)
tree0dacdb1a246cbe20f563d90e5e6fd3fa66579ac1 /NWGNUmakefile
parente5186a399d556c9fd91ef01ccfddeb471d75fe71 (diff)
downloadapr-04552e1dc10a7c89a4053ecebabf6d75d39fa624.tar.gz
more NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile21
1 files changed, 17 insertions, 4 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 963330608..c8012b170 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -4,7 +4,6 @@
SUBDIRS = \
build \
- buckets \
ldap \
xml \
$(EOLIST)
@@ -19,7 +18,9 @@ endif
# Get the 'head' of the build environment. This includes default targets and
# paths to tools
#
-
+ifndef APR_WORK
+export APR_WORK := $(strip $(shell pwd))
+endif
include $(APR_WORK)/build/NWGNUhead.inc
#
@@ -198,7 +199,6 @@ FILES_nlm_objs = \
FILES_nlm_libs = \
libcpre.o \
$(APRLIB) \
- $(APRBUCKETSLIB) \
$(APRLDAPLIB) \
$(APRXMLLIB) \
$(EOLIST)
@@ -279,6 +279,19 @@ FILES_nlm_exports = \
FILES_lib_objs = \
$(OBJDIR)/apr_atomic.o \
$(OBJDIR)/apr_base64.o \
+ $(OBJDIR)/apr_brigade.o \
+ $(OBJDIR)/apr_buckets.o \
+ $(OBJDIR)/apr_buckets_alloc.o \
+ $(OBJDIR)/apr_buckets_eos.o \
+ $(OBJDIR)/apr_buckets_file.o \
+ $(OBJDIR)/apr_buckets_flush.o \
+ $(OBJDIR)/apr_buckets_heap.o \
+ $(OBJDIR)/apr_buckets_mmap.o \
+ $(OBJDIR)/apr_buckets_pipe.o \
+ $(OBJDIR)/apr_buckets_pool.o \
+ $(OBJDIR)/apr_buckets_refcount.o \
+ $(OBJDIR)/apr_buckets_simple.o \
+ $(OBJDIR)/apr_buckets_socket.o \
$(OBJDIR)/apr_cpystrn.o \
$(OBJDIR)/apr_date.o \
$(OBJDIR)/apr_dbd.o \
@@ -412,7 +425,7 @@ vpath %.c atomic/netware:strings:tables:passwd:time/unix
vpath %.c file_io/unix:locks/netware:misc/netware:misc/unix:threadproc/netware
vpath %.c poll/unix:shmem/unix:support/unix:random/unix
vpath %.c dso/netware:memory/unix:mmap/unix:user/netware:util-misc
-vpath %.c crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:memcache:misc:strmatch:uri:xlate
+vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:memcache:misc:strmatch:uri:xlate
# Use the win32 network_io if Winsock is being used
ifndef USE_STDSOCKETS