mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Back out libpgtcl tcl/tksh includes.
This commit is contained in:
parent
2635bef524
commit
e9ca59fdbc
@ -1207,8 +1207,6 @@ AC_OUTPUT(
|
|||||||
src/interfaces/libpq++/Makefile
|
src/interfaces/libpq++/Makefile
|
||||||
src/interfaces/libpgeasy/Makefile
|
src/interfaces/libpgeasy/Makefile
|
||||||
src/interfaces/libpgtcl/Makefile
|
src/interfaces/libpgtcl/Makefile
|
||||||
src/interfaces/libpgtcl/mkMakefile.tcldefs.sh
|
|
||||||
src/interfaces/libpgtcl/mkMakefile.tkdefs.sh
|
|
||||||
src/interfaces/odbc/GNUmakefile
|
src/interfaces/odbc/GNUmakefile
|
||||||
src/interfaces/odbc/Makefile.global
|
src/interfaces/odbc/Makefile.global
|
||||||
src/interfaces/python/GNUmakefile
|
src/interfaces/python/GNUmakefile
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.42 2000/06/13 09:16:39 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.43 2000/06/14 17:07:31 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -19,14 +19,6 @@ include $(SRCDIR)/Makefile.global
|
|||||||
|
|
||||||
CFLAGS+= -I$(LIBPQDIR)
|
CFLAGS+= -I$(LIBPQDIR)
|
||||||
|
|
||||||
#
|
|
||||||
# Include definitions from the tclConfig.sh file
|
|
||||||
#
|
|
||||||
include Makefile.tcldefs
|
|
||||||
ifeq ($(USE_TK), true)
|
|
||||||
include Makefile.tkdefs
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef KRBVERS
|
ifdef KRBVERS
|
||||||
CFLAGS+= $(KRBFLAGS)
|
CFLAGS+= $(KRBFLAGS)
|
||||||
endif
|
endif
|
||||||
@ -43,7 +35,6 @@ SHLIB_LINK+= $(findstring -lcrypt,$(LIBS))
|
|||||||
# Shared library stuff, also default 'all' target
|
# Shared library stuff, also default 'all' target
|
||||||
include $(SRCDIR)/Makefile.shlib
|
include $(SRCDIR)/Makefile.shlib
|
||||||
|
|
||||||
|
|
||||||
.PHONY: install beforeinstall-headers install-headers
|
.PHONY: install beforeinstall-headers install-headers
|
||||||
|
|
||||||
install: install-headers install-lib $(install-shlib-dep)
|
install: install-headers install-lib $(install-shlib-dep)
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
|
|
||||||
if [ ! -f @TCL_CONFIG_SH@ ]; then
|
|
||||||
echo "@TCL_CONFIG_SH@ not found"
|
|
||||||
echo "I need this file! Please make a symbolic link to this file"
|
|
||||||
echo "and start make again."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat @TCL_CONFIG_SH@ |
|
|
||||||
egrep '^TCL_' |
|
|
||||||
while read inp
|
|
||||||
do
|
|
||||||
eval eval echo $inp
|
|
||||||
done >Makefile.tcldefs
|
|
||||||
|
|
||||||
exit 0
|
|
@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
if [ ! -f @TK_CONFIG_SH@ ]; then
|
|
||||||
echo "@TK_CONFIG_SH@ not found"
|
|
||||||
echo "I need this file! Please make a symbolic link to this file"
|
|
||||||
echo "and start make again."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
. @TK_CONFIG_SH@
|
|
||||||
|
|
||||||
cat @TK_CONFIG_SH@ |
|
|
||||||
egrep '^TK_' |
|
|
||||||
while read inp
|
|
||||||
do
|
|
||||||
eval eval echo $inp
|
|
||||||
done >Makefile.tkdefs
|
|
||||||
|
|
||||||
exit 0
|
|
Loading…
x
Reference in New Issue
Block a user