Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
420cfd03
Commit
420cfd03
authored
Jul 28, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some long-dead support for libpgtcl with Tk.
parent
37bd2aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/Makefile.global.in
src/Makefile.global.in
+3
-7
No files found.
src/Makefile.global.in
View file @
420cfd03
# -*-makefile-*-
# -*-makefile-*-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.21
7 2005/07/06 21:04:14 momjian
Exp $
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.21
8 2005/07/28 03:15:52 tgl
Exp $
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
# All PostgreSQL makefiles include this file and use the variables it sets,
...
@@ -153,10 +153,6 @@ TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
...
@@ -153,10 +153,6 @@ TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
TCL_SHARED_BUILD
=
@TCL_SHARED_BUILD@
TCL_SHARED_BUILD
=
@TCL_SHARED_BUILD@
TCL_SHLIB_LD_LIBS
=
@TCL_SHLIB_LD_LIBS@
TCL_SHLIB_LD_LIBS
=
@TCL_SHLIB_LD_LIBS@
TK_LIBS
=
@TK_LIBS@
TK_LIB_SPEC
=
@TK_LIB_SPEC@
TK_XINCLUDES
=
@TK_XINCLUDES@
PTHREAD_CFLAGS
=
@PTHREAD_CFLAGS@
PTHREAD_CFLAGS
=
@PTHREAD_CFLAGS@
PTHREAD_LIBS
=
@PTHREAD_LIBS@
PTHREAD_LIBS
=
@PTHREAD_LIBS@
...
@@ -392,14 +388,14 @@ endif
...
@@ -392,14 +388,14 @@ endif
##########################################################################
##########################################################################
#
#
# substitute implementations of
the C library
# substitute implementations of
C library routines
LIBOBJS
=
@LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
LIBOBJS
=
@LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
ifneq
(,$(LIBOBJS))
ifneq
(,$(LIBOBJS))
LIBS
:=
-lpgport
$(LIBS)
LIBS
:=
-lpgport
$(LIBS)
# add location of libpgport.a to LDFLAGS
ifdef
PGXS
ifdef
PGXS
# where libpgport.a is installed
override LDFLAGS
:
= -L$(libdir) $(LDFLAGS)
override LDFLAGS
:
= -L$(libdir) $(LDFLAGS)
else
else
override LDFLAGS
:
= -L$(top_builddir)/src/port $(LDFLAGS)
override LDFLAGS
:
= -L$(top_builddir)/src/port $(LDFLAGS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment