summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:36:04 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 06:36:04 +0000
commitdeb84e62250560f7d98e328693f1d661de07bd62 (patch)
treefb2f754264e061e8597eaca18da02c7815f9f8ea /shmem
parent025172ff9e64b62a2144c1e52fadfd40f4b2493c (diff)
downloadlibapr-deb84e62250560f7d98e328693f1d661de07bd62.tar.gz
Move all of the shmem private header files to an arch directory under
the include directory. All private header files for APR are being moved. This allows platforms that only implement some of the APR types to compile cleanly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/os2/Makefile.in6
-rw-r--r--shmem/unix/Makefile.in14
2 files changed, 8 insertions, 12 deletions
diff --git a/shmem/os2/Makefile.in b/shmem/os2/Makefile.in
index f2dd8bce2..8e597864a 100644
--- a/shmem/os2/Makefile.in
+++ b/shmem/os2/Makefile.in
@@ -8,10 +8,8 @@ RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
-INCDIR=../../inc
-INCDIR1=../../include
-INCDIR2=../../file_io/os2
-INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I$(INCDIR2) -I.
+INCDIR=../../include
+INCLUDES=-I$(INCDIR)
LIB=shmem.a
diff --git a/shmem/unix/Makefile.in b/shmem/unix/Makefile.in
index aed93d98b..ab16d9736 100644
--- a/shmem/unix/Makefile.in
+++ b/shmem/unix/Makefile.in
@@ -10,11 +10,9 @@ RANLIB=@RANLIB@
CFLAGS=@CFLAGS@ @OPTIM@
LIBS=@LIBS@
LDFLAGS=@LDFLAGS@ $(LIBS)
-INCDIR=../../inc
-INCDIR1=../../include
-INCDIR2=../../misc/@OSDIR@
-INCDIR3=mm
-INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I$(INCDIR2) -I$(INCDIR3) -I.
+INCDIR=../../include
+INCDIR1=mm
+INCLUDES=-I$(INCDIR) -I$(INCDIR1)
LIB=libshmem.a
@@ -56,6 +54,6 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-shmem.o: shmem.c mm/mm.h ../../include/apr_general.h \
- ../../include/apr.h ../../include/apr_errno.h \
- ../../include/apr_shmem.h
+shmem.o: shmem.c mm/mm.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \
+ $(INCDIR)/apr_shmem.h