summaryrefslogtreecommitdiff
path: root/pr/src/threads/combined/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/threads/combined/Makefile')
-rw-r--r--pr/src/threads/combined/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/pr/src/threads/combined/Makefile b/pr/src/threads/combined/Makefile
index 750164af..e517f30a 100644
--- a/pr/src/threads/combined/Makefile
+++ b/pr/src/threads/combined/Makefile
@@ -1,3 +1,4 @@
+# Generated automatically from Makefile.in by configure.
#
# The contents of this file are subject to the Netscape Public License
# Version 1.1 (the "NPL"); you may not use this file except in
@@ -17,16 +18,22 @@
#! gmake
-MOD_DEPTH = ../../../..
+MOD_DEPTH = ../../../..
+topsrcdir = ../../../..
+srcdir = .
-include $(MOD_DEPTH)/config/config.mk
+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
ifdef USE_PTHREADS
CSRCS = \
@@ -43,11 +50,11 @@ endif
TARGETS = $(OBJS)
-INCLUDES = -I$(includedir) -I$(MOD_DEPTH)/pr/include -I$(MOD_DEPTH)/pr/include/private
+INCLUDES = -I$(includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
-DEFINES += -D_NSPR_BUILD_
+DEFINES += -D_NSPR_BUILD_
-include $(MOD_DEPTH)/config/rules.mk
+include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)