summaryrefslogtreecommitdiff
path: root/pr/src/memory/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/memory/Makefile.in')
-rw-r--r--pr/src/memory/Makefile.in16
1 files changed, 5 insertions, 11 deletions
diff --git a/pr/src/memory/Makefile.in b/pr/src/memory/Makefile.in
index 7fa317e3..8ccd22e3 100644
--- a/pr/src/memory/Makefile.in
+++ b/pr/src/memory/Makefile.in
@@ -26,20 +26,15 @@ include $(MOD_DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
-ifndef USE_AUTOCONF
-# Disable optimization of the nspr on SunOS4.1.3
-ifeq ($(OS_ARCH),SunOS)
-ifeq ($(OS_RELEASE),4.1.3_U1)
-OPTIMIZER =
-endif
-endif
-endif #!USE_AUTOCONF
-
CSRCS = prseg.c prshm.c prshma.c
+ifdef GC_LEAK_DETECTOR
+CSRCS += prgcleak.c
+endif
+
TARGETS = $(OBJS)
-INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
+INCLUDES = -I$(dist_includedir) -I$(dist_includedir)/.. -I$(dist_includedir)/../boehm -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
DEFINES += -D_NSPR_BUILD_
@@ -47,5 +42,4 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export