Fixes:
make TCL conditinal compilation work Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
This commit is contained in:
parent
164ef6ff2b
commit
4fff70a819
17
src/Makefile
17
src/Makefile
@ -7,14 +7,23 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile,v 1.2 1996/07/20 07:52:36 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile,v 1.3 1996/08/01 19:46:46 scrappy Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# objdir - location of the objects and generated files (eg. obj)
|
# objdir - location of the objects and generated files (eg. obj)
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIR= backend libpq bin ../doc
|
MKDIR=./mk
|
||||||
|
-include $(MKDIR)/../Makefile.global
|
||||||
|
|
||||||
|
SUBDIR= backend libpq
|
||||||
|
|
||||||
|
ifeq ($(USE_TCL), true)
|
||||||
|
SUBDIR += libpgtcl
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIR+= bin ../doc
|
||||||
|
|
||||||
FIND = find
|
FIND = find
|
||||||
# assuming gnu tar and split here
|
# assuming gnu tar and split here
|
||||||
@ -24,10 +33,6 @@ SPLIT = split
|
|||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
XARGS = xargs
|
XARGS = xargs
|
||||||
|
|
||||||
ifeq ($(USE_TCL), true)
|
|
||||||
SUBDIR += libpgtcl
|
|
||||||
endif
|
|
||||||
|
|
||||||
include mk/postgres.subdir.mk
|
include mk/postgres.subdir.mk
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user