File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Makefile,v 1.7 1996/10/07 23:53:47 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Makefile,v 1.8 1996/10/19 06:33:52 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# objdir - location of the objects and generated files (eg. obj)
@@ -28,6 +28,9 @@ XARGS = xargs
28
28
.DEFAULT all :
29
29
$(MAKE ) -C backend $@
30
30
$(MAKE ) -C libpq $@
31
+ ifeq ($(HAVE_Cplusplus ) , true)
32
+ $(MAKE) -C libpq++ $@
33
+ endif
31
34
ifeq ($(USE_TCL ) , true)
32
35
$(MAKE) -C libpgtcl $@
33
36
endif
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.39 1996/10/13 13:46:20 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.40 1996/10/19 06:33:55 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -130,6 +130,8 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
130
130
# To disable a feature, comment out the entire definition
131
131
# (that is, prepend '#', don't set it to "0" or "no").
132
132
133
+ HAVE_Cplusplus= false
134
+
133
135
# Comment out CDEBUG to turn off debugging and sanity-checking.
134
136
#
135
137
# XXX on MIPS, use -g3 if you want to compile with -O
@@ -152,7 +154,7 @@ ENFORCE_ALIGNMENT= true
152
154
# and READLINE_LIBDIR to reflect the location of the readline and history
153
155
# headers and libraries.
154
156
#
155
- USE_READLINE= true
157
+ USE_READLINE= false
156
158
157
159
# directories for the readline and history libraries.
158
160
READLINE_INC= -I/home/tools/include
You can’t perform that action at this time.
0 commit comments