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
6e337eef
Commit
6e337eef
authored
Dec 20, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
parent
10ff1eea
Changes
61
Hide whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
78 additions
and
292 deletions
+78
-292
src/Makefile.global.in
src/Makefile.global.in
+2
-11
src/backend/Makefile
src/backend/Makefile
+2
-14
src/backend/access/common/Makefile
src/backend/access/common/Makefile
+1
-5
src/backend/access/gist/Makefile
src/backend/access/gist/Makefile
+1
-5
src/backend/access/hash/Makefile
src/backend/access/hash/Makefile
+1
-5
src/backend/access/heap/Makefile
src/backend/access/heap/Makefile
+1
-5
src/backend/access/index/Makefile
src/backend/access/index/Makefile
+1
-5
src/backend/access/nbtree/Makefile
src/backend/access/nbtree/Makefile
+1
-5
src/backend/access/rtree/Makefile
src/backend/access/rtree/Makefile
+1
-5
src/backend/access/transam/Makefile
src/backend/access/transam/Makefile
+1
-5
src/backend/bootstrap/Makefile
src/backend/bootstrap/Makefile
+1
-5
src/backend/catalog/Makefile
src/backend/catalog/Makefile
+1
-5
src/backend/commands/Makefile
src/backend/commands/Makefile
+1
-5
src/backend/executor/Makefile
src/backend/executor/Makefile
+1
-5
src/backend/lib/Makefile
src/backend/lib/Makefile
+1
-5
src/backend/libpq/Makefile
src/backend/libpq/Makefile
+1
-5
src/backend/main/Makefile
src/backend/main/Makefile
+1
-5
src/backend/nodes/Makefile
src/backend/nodes/Makefile
+1
-5
src/backend/optimizer/geqo/Makefile
src/backend/optimizer/geqo/Makefile
+1
-5
src/backend/optimizer/path/Makefile
src/backend/optimizer/path/Makefile
+1
-5
src/backend/optimizer/plan/Makefile
src/backend/optimizer/plan/Makefile
+1
-5
src/backend/optimizer/prep/Makefile
src/backend/optimizer/prep/Makefile
+1
-5
src/backend/optimizer/util/Makefile
src/backend/optimizer/util/Makefile
+1
-5
src/backend/parser/Makefile
src/backend/parser/Makefile
+2
-4
src/backend/port/Makefile.in
src/backend/port/Makefile.in
+1
-7
src/backend/port/alpha/Makefile
src/backend/port/alpha/Makefile
+2
-3
src/backend/port/bsdi/Makefile
src/backend/port/bsdi/Makefile
+2
-3
src/backend/port/dgux/Makefile
src/backend/port/dgux/Makefile
+2
-3
src/backend/port/hpux/Makefile
src/backend/port/hpux/Makefile
+2
-3
src/backend/port/i386_solaris/Makefile
src/backend/port/i386_solaris/Makefile
+2
-3
src/backend/port/irix5/Makefile
src/backend/port/irix5/Makefile
+2
-3
src/backend/port/linux/Makefile
src/backend/port/linux/Makefile
+2
-3
src/backend/port/linuxalpha/Makefile
src/backend/port/linuxalpha/Makefile
+2
-3
src/backend/port/nextstep/Makefile
src/backend/port/nextstep/Makefile
+1
-2
src/backend/port/sparc_solaris/Makefile
src/backend/port/sparc_solaris/Makefile
+2
-4
src/backend/port/sunos4/Makefile
src/backend/port/sunos4/Makefile
+2
-3
src/backend/port/ultrix4/Makefile
src/backend/port/ultrix4/Makefile
+2
-3
src/backend/port/univel/Makefile
src/backend/port/univel/Makefile
+2
-3
src/backend/postmaster/Makefile
src/backend/postmaster/Makefile
+1
-5
src/backend/regex/Makefile
src/backend/regex/Makefile
+1
-5
src/backend/rewrite/Makefile
src/backend/rewrite/Makefile
+1
-5
src/backend/storage/buffer/Makefile
src/backend/storage/buffer/Makefile
+1
-5
src/backend/storage/file/Makefile
src/backend/storage/file/Makefile
+1
-5
src/backend/storage/ipc/Makefile
src/backend/storage/ipc/Makefile
+1
-5
src/backend/storage/large_object/Makefile
src/backend/storage/large_object/Makefile
+1
-5
src/backend/storage/lmgr/Makefile
src/backend/storage/lmgr/Makefile
+1
-5
src/backend/storage/page/Makefile
src/backend/storage/page/Makefile
+1
-5
src/backend/storage/smgr/Makefile
src/backend/storage/smgr/Makefile
+1
-5
src/backend/tcop/Makefile
src/backend/tcop/Makefile
+1
-5
src/backend/tioga/Makefile
src/backend/tioga/Makefile
+2
-4
src/backend/utils/Makefile
src/backend/utils/Makefile
+2
-3
src/backend/utils/adt/Makefile
src/backend/utils/adt/Makefile
+1
-5
src/backend/utils/cache/Makefile
src/backend/utils/cache/Makefile
+1
-5
src/backend/utils/error/Makefile
src/backend/utils/error/Makefile
+1
-5
src/backend/utils/fmgr/Makefile
src/backend/utils/fmgr/Makefile
+1
-5
src/backend/utils/hash/Makefile
src/backend/utils/hash/Makefile
+1
-5
src/backend/utils/init/Makefile
src/backend/utils/init/Makefile
+1
-5
src/backend/utils/misc/Makefile
src/backend/utils/misc/Makefile
+1
-5
src/backend/utils/mmgr/Makefile
src/backend/utils/mmgr/Makefile
+1
-5
src/backend/utils/sort/Makefile
src/backend/utils/sort/Makefile
+1
-5
src/backend/utils/time/Makefile
src/backend/utils/time/Makefile
+1
-5
No files found.
src/Makefile.global.in
View file @
6e337eef
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.
29 1997/12/19 21:29:28
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.
30 1997/12/20 00:22:04
scrappy Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
...
...
@@ -41,18 +41,9 @@
# CONFIGURATION SECTION
#
# Following are settings pertaining to the postgres build and
# installation.
The most important one is obviously the name
# installation.
# of the port.
#
# Note that portname is defined here to be UNDEFINED to remind you
# to change it in Makefile.custom.
#
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
#
# This should no longer be appropriate...scrappy@postgresql.org
#PORTNAME= @PORTNAME@
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
# compiling to a.out (which means you're using the dld dynamic loading
# library), set LINUX_ELF to null in Makefile.custom.
...
...
src/backend/Makefile
View file @
6e337eef
...
...
@@ -34,7 +34,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.2
8 1997/12/17 04:58:19
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.2
9 1997/12/20 00:22:06
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -60,11 +60,7 @@ postgres: $(OBJS) ../utils/version.o
$(OBJS)
:
$(DIRS:%=%.dir)
$(DIRS
:
%=%.dir):
ifdef
PORTNAME
$(MAKE)
-C
$(
subst
.dir,,
$@
)
all
PORTNAME
=
$(PORTNAME)
else
$(MAKE)
-C
$(
subst
.dir,,
$@
)
all
endif
../utils/version.o
:
$(MAKE)
-C
../utils version.o
...
...
@@ -100,18 +96,10 @@ clean:
rm
-f
postgres
$(POSTGRES_IMP)
fmgr.h parse.h
\
global1.bki.source local1_template1.bki.source
\
global1.description local1_template1.description
ifdef
PORTNAME
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i clean
PORTNAME
=
$(PORTNAME)
;
done
else
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i clean
;
done
endif
.DEFAULT
:
ifdef
PORTNAME
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i
$@
PORTNAME
=
$(PORTNAME)
;
done
else
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i
$@
;
done
endif
#############################################################################
#
...
...
@@ -173,7 +161,7 @@ quick: $(OBJS)
IDFILE
=
ID
.PHONY
:
$(IDFILE)
$(IDFILE)
:
./makeID
$(PORTNAME)
./makeID
#
# Special rule to generate cpp'd version of a .c file. This is
...
...
src/backend/access/common/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/common
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.
7 1997/12/17 04:30:45
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.
8 1997/12/20 00:22:11
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
heaptuple.o heapvalid.o indextuple.o indexvalid.o printtup.o
\
...
...
src/backend/access/gist/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/gist
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.
4 1997/12/17 04:30:47
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.
5 1997/12/20 00:22:16
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
gist.o gistget.o gistscan.o giststrat.o
...
...
src/backend/access/hash/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/hash
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/hash/Makefile,v 1.
4 1997/12/17 04:30:52
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/hash/Makefile,v 1.
5 1997/12/20 00:22:31
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o
\
...
...
src/backend/access/heap/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/heap
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/heap/Makefile,v 1.
4 1997/12/17 04:31:00
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/heap/Makefile,v 1.
5 1997/12/20 00:22:39
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
heapam.o hio.o stats.o
...
...
src/backend/access/index/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/index
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/index/Makefile,v 1.
4 1997/12/17 04:31:11
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/index/Makefile,v 1.
5 1997/12/20 00:22:47
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
genam.o indexam.o istrat.o
...
...
src/backend/access/nbtree/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/nbtree
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/nbtree/Makefile,v 1.
4 1997/12/17 04:31:19
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/nbtree/Makefile,v 1.
5 1997/12/20 00:22:54
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtscan.o nbtsearch.o
\
...
...
src/backend/access/rtree/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/rtree
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/Makefile,v 1.
4 1997/12/17 04:31:24
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/Makefile,v 1.
5 1997/12/20 00:23:00
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
rtget.o rtproc.o rtree.o rtscan.o rtstrat.o
...
...
src/backend/access/transam/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for access/transam
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/transam/Makefile,v 1.
4 1997/12/17 04:31:34
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/transam/Makefile,v 1.
5 1997/12/20 00:23:09
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
transam.o transsup.o varsup.o xact.o xid.o
...
...
src/backend/bootstrap/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for the bootstrap module
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.1
1 1997/12/17 04:58:21
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.1
2 1997/12/20 00:23:19
scrappy Exp $
#
#
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
...
...
@@ -23,10 +23,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
ifeq
($(CC), gcc)
...
...
src/backend/catalog/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for catalog
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.
6 1997/12/17 04:58:25
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.
7 1997/12/20 00:23:26
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
catalog.o heap.o index.o indexing.o
\
...
...
src/backend/commands/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for commands
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.
9 1997/12/17 04:44:47
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.
10 1997/12/20 00:23:32
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
async.o creatinh.o command.o copy.o defind.o define.o
\
...
...
src/backend/executor/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for executor
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/executor/Makefile,v 1.
4 1997/12/17 04:58:33
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/executor/Makefile,v 1.
5 1997/12/20 00:23:37
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
execAmi.o execFlatten.o execJunk.o execMain.o
\
...
...
src/backend/lib/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.
8 1997/12/17 04:58:40
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.
9 1997/12/20 00:23:48
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
bit.o fstack.o hasht.o lispsort.o qsort.o stringinfo.o dllist.o
...
...
src/backend/libpq/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for libpq subsystem (backend half of libpq interface)
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.
9 1997/12/17 04:58:58
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.
10 1997/12/20 00:23:57
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
# kerberos flags
...
...
src/backend/main/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for main
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/main/Makefile,v 1.
3 1997/12/17 04:59:05
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/main/Makefile,v 1.
4 1997/12/20 00:24:03
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
main.o
...
...
src/backend/nodes/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for nodes
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.
4 1997/12/17 04:59:16
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.
5 1997/12/20 00:24:08
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
nodeFuncs.o nodes.o list.o
\
...
...
src/backend/optimizer/geqo/Makefile
View file @
6e337eef
...
...
@@ -5,7 +5,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Id: Makefile,v 1.
8 1997/12/19 02:05:51
scrappy Exp $
# $Id: Makefile,v 1.
9 1997/12/20 00:24:17
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -14,10 +14,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
ifeq
($(CC), gcc)
...
...
src/backend/optimizer/path/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/path
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/optimizer/path/Makefile,v 1.
4 1997/12/19 02:05:59
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/optimizer/path/Makefile,v 1.
5 1997/12/20 00:24:23
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
allpaths.o clausesel.o costsize.o hashutils.o indxpath.o
\
...
...
src/backend/optimizer/plan/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/plan
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/optimizer/plan/Makefile,v 1.
4 1997/12/19 02:06:07
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/optimizer/plan/Makefile,v 1.
5 1997/12/20 00:24:31
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
createplan.o initsplan.o planmain.o planner.o setrefs.o
...
...
src/backend/optimizer/prep/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/prep
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/optimizer/prep/Makefile,v 1.
5 1997/12/19 02:06:10
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/optimizer/prep/Makefile,v 1.
6 1997/12/20 00:24:38
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
prepqual.o preptlist.o prepunion.o
...
...
src/backend/optimizer/util/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/util
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/optimizer/util/Makefile,v 1.
4 1997/12/19 02:06:17
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/optimizer/util/Makefile,v 1.
5 1997/12/20 00:24:45
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
clauseinfo.o clauses.o indexnode.o internal.o plancat.o
\
...
...
src/backend/parser/Makefile
View file @
6e337eef
...
...
@@ -4,16 +4,14 @@
# Makefile for parser
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.1
2 1997/11/25 22:00:21 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.1
3 1997/12/20 00:24:55 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../..
include
../../Makefile.global
INCLUDE_OPT
=
-I
..
\
-I
../port/
$(PORTNAME)
\
-I
../../include
INCLUDE_OPT
=
-I
..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/Makefile.in
View file @
6e337eef
...
...
@@ -3,12 +3,6 @@
# Makefile--
# Makefile for the port-specific subsystem of the backend
#
# You must invoke this make file with the PORTNAME variable set to the
# name of a port, i.e. the name of a subdirectory of the current directory.
# Example:
#
# make SUBSYS.o PORTNAME=linux
#
# We have two different modes of operation: 1) put stuff specific to Port X
# in subdirectory X and have that subdirectory's make file make it all, and
# 2) use conditional statements in the present make file to include what's
...
...
@@ -19,7 +13,7 @@
# be converted to Method 2.
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.
8 1997/12/20 00:10:14
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.
9 1997/12/20 00:25:03
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
src/backend/port/alpha/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/alpha
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/alpha/Attic/Makefile,v 1.
2 1996/11/09 06:18:57 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/alpha/Attic/Makefile,v 1.
3 1997/12/20 00:25:13 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/bsdi/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/bsdi
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/bsdi/Attic/Makefile,v 1.
5 1997/03/19 03:01:25
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/bsdi/Attic/Makefile,v 1.
6 1997/12/20 00:25:19
scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/dgux/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/dgux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/dgux/Attic/Makefile,v 1.
2 1996/11/09 06:19:14 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/dgux/Attic/Makefile,v 1.
3 1997/12/20 00:25:27 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/hpux/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/hpux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile,v 1.
2 1996/11/09 06:19:21 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile,v 1.
3 1997/12/20 00:25:34 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/i386_solaris/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/i386_solaris
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.
3 1997/12/19 13:28:06
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.
4 1997/12/20 00:25:41
scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/irix5/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/irix5
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/irix5/Attic/Makefile,v 1.
2 1996/11/09 06:19:36 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/irix5/Attic/Makefile,v 1.
3 1997/12/20 00:25:48 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/linux/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/linux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/linux/Attic/Makefile,v 1.
2 1996/11/09 06:19:51 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/linux/Attic/Makefile,v 1.
3 1997/12/20 00:25:58 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/linuxalpha/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/linux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/linuxalpha/Attic/Makefile,v 1.
1 1997/03/14 06:01:11
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/linuxalpha/Attic/Makefile,v 1.
2 1997/12/20 00:26:08
scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/nextstep/Makefile
View file @
6e337eef
...
...
@@ -8,8 +8,7 @@
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/sparc_solaris/Makefile
View file @
6e337eef
...
...
@@ -4,16 +4,14 @@
# Makefile for port/sparc_solaris
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.
4 1997/12/19 02:46:16
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/sparc_solaris/Attic/Makefile,v 1.
5 1997/12/20 00:26:18
scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
..
\
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/sunos4/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/sparc
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.
1 1997/07/28 00:08:32 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.
2 1997/12/20 00:26:30 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/ultrix4/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/ultrix
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/Makefile,v 1.
2 1996/11/09 06:20:36 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/port/ultrix4/Attic/Makefile,v 1.
3 1997/12/20 00:26:38 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/port/univel/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for port/univel
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/univel/Attic/Makefile,v 1.
2 1997/12/19 02:56:3
5 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/univel/Attic/Makefile,v 1.
3 1997/12/20 00:26:4
5 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../../..
include
../../../Makefile.global
INCLUDE_OPT
=
-I
../..
\
-I
../../../include
INCLUDE_OPT
=
-I
../..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/postmaster/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for postmaster
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/postmaster/Makefile,v 1.
6 1997/12/19 02:06:34
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/postmaster/Makefile,v 1.
7 1997/12/20 00:26:52
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
postmaster.o
...
...
src/backend/regex/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for regex
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.
3 1997/12/19 02:06:41
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.
4 1997/12/20 00:26:58
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
CFLAGS
+=
-DPOSIX_MISTAKE
...
...
src/backend/rewrite/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for rewrite
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/rewrite/Makefile,v 1.
4 1997/12/19 02:06:48
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/rewrite/Makefile,v 1.
5 1997/12/20 00:27:05
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE_OPT
+=
-I
../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
rewriteRemove.o rewriteDefine.o
\
...
...
src/backend/storage/buffer/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/buffer
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.
4 1997/12/19 02:06:56
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/buffer/Makefile,v 1.
5 1997/12/20 00:27:09
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
buf_table.o buf_init.o bufmgr.o freelist.o localbuf.o
...
...
src/backend/storage/file/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/file
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.
3 1997/12/19 02:07:04
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/file/Makefile,v 1.
4 1997/12/20 00:27:17
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
fd.o
...
...
src/backend/storage/ipc/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/ipc
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/ipc/Makefile,v 1.
5 1997/12/19 02:07:13
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/ipc/Makefile,v 1.
6 1997/12/20 00:27:25
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
ipc.o ipci.o shmem.o shmqueue.o sinval.o
\
...
...
src/backend/storage/large_object/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/large_object
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/large_object/Makefile,v 1.
4 1997/12/19 02:07:20
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/large_object/Makefile,v 1.
5 1997/12/20 00:27:35
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
inv_api.o
...
...
src/backend/storage/lmgr/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/lmgr
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Makefile,v 1.
4 1997/12/19 02:07:2
4 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Makefile,v 1.
5 1997/12/20 00:27:4
4 scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
lmgr.o lock.o multi.o proc.o single.o
...
...
src/backend/storage/page/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/page
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/page/Makefile,v 1.
4 1997/12/19 02:07:28
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/page/Makefile,v 1.
5 1997/12/20 00:27:50
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
bufpage.o itemptr.o
...
...
src/backend/storage/smgr/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/smgr
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/storage/smgr/Makefile,v 1.
4 1997/12/19 02:07:34
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/storage/smgr/Makefile,v 1.
5 1997/12/20 00:27:56
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
md.o mm.o smgr.o smgrtype.o
...
...
src/backend/tcop/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for tcop
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.1
3 1997/12/19 02:07:43
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/tcop/Makefile,v 1.1
4 1997/12/20 00:28:06
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT
=
-I
..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
ifeq
($(CC), gcc)
...
...
src/backend/tioga/Makefile
View file @
6e337eef
...
...
@@ -4,16 +4,14 @@
# Makefile for tioga
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/tioga/Attic/Makefile,v 1.
3 1996/11/09 06:22:42 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/tioga/Attic/Makefile,v 1.
4 1997/12/20 00:28:13 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../..
include
../../Makefile.global
INCLUDE_OPT
=
-I
..
\
-I
../port/
$(PORTNAME)
\
-I
../../include
INCLUDE_OPT
=
-I
..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/utils/Makefile
View file @
6e337eef
...
...
@@ -4,15 +4,14 @@
# Makefile for utils
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.
4 1996/11/09 06:22:52 momjian
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.
5 1997/12/20 00:28:17 scrappy
Exp $
#
#-------------------------------------------------------------------------
SRCDIR
=
../..
include
../../Makefile.global
INCLUDE_OPT
=
-I
..
\
-I
../../include
INCLUDE_OPT
=
-I
..
CFLAGS
+=
$(INCLUDE_OPT)
...
...
src/backend/utils/adt/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/adt
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.
9 1997/12/19 02:07:55
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.
10 1997/12/20 00:28:21
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o chunk.o date.o
\
...
...
src/backend/utils/cache/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/cache
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/cache/Makefile,v 1.
4 1997/12/19 02:08:05
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/cache/Makefile,v 1.
5 1997/12/20 00:28:29
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
catcache.o inval.o rel.o relcache.o syscache.o lsyscache.o fcache.o
...
...
src/backend/utils/error/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/error
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/error/Makefile,v 1.
3 1997/12/19 02:08:09
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/error/Makefile,v 1.
4 1997/12/20 00:28:38
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
assert.o elog.o exc.o excabort.o excid.o format.o
...
...
src/backend/utils/fmgr/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/fmgr
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/fmgr/Makefile,v 1.
4 1997/12/19 02:08:15
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/fmgr/Makefile,v 1.
5 1997/12/20 00:28:47
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
ifeq
($(PORTNAME), linux)
...
...
src/backend/utils/hash/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/hash
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/hash/Makefile,v 1.
3 1997/12/19 02:08:22
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/hash/Makefile,v 1.
4 1997/12/20 00:28:58
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
dynahash.o hashfn.o
...
...
src/backend/utils/init/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/init
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/init/Makefile,v 1.
5 1997/12/19 02:08:30
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/init/Makefile,v 1.
6 1997/12/20 00:29:06
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
enbl.o findbe.o globals.o miscinit.o postinit.o
...
...
src/backend/utils/misc/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/misc
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.
4 1997/12/19 02:08:4
2 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.
5 1997/12/20 00:29:1
2 scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
database.o superuser.o
...
...
src/backend/utils/mmgr/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/mmgr
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Makefile,v 1.
3 1997/12/19 02:08:53
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Makefile,v 1.
4 1997/12/20 00:29:19
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
aset.o mcxt.o palloc.o portalmem.o oset.o
...
...
src/backend/utils/sort/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/sort
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/sort/Makefile,v 1.
3 1997/12/19 02:08:58
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/sort/Makefile,v 1.
4 1997/12/20 00:29:29
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
lselect.o psort.o
...
...
src/backend/utils/time/Makefile
View file @
6e337eef
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/time
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/time/Makefile,v 1.
3 1997/12/19 02:09:01
scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/time/Makefile,v 1.
4 1997/12/20 00:29:35
scrappy Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT
=
-I
../..
ifdef
PORTNAME
INCLUDE
+=
-I
../../port/
$(PORTNAME)
endif
CFLAGS
+=
$(INCLUDE_OPT)
OBJS
=
tqual.o
...
...
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