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
2cc01004
Commit
2cc01004
authored
Jan 20, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove remains of old depend target.
parent
64230a9f
Changes
60
Hide whitespace changes
Inline
Side-by-side
Showing
60 changed files
with
65 additions
and
420 deletions
+65
-420
Makefile
Makefile
+1
-1
src/Makefile
src/Makefile
+2
-2
src/backend/Makefile
src/backend/Makefile
+1
-4
src/backend/access/Makefile
src/backend/access/Makefile
+1
-4
src/backend/access/common/Makefile
src/backend/access/common/Makefile
+1
-8
src/backend/access/gin/Makefile
src/backend/access/gin/Makefile
+1
-8
src/backend/access/gist/Makefile
src/backend/access/gist/Makefile
+1
-8
src/backend/access/hash/Makefile
src/backend/access/hash/Makefile
+1
-9
src/backend/access/heap/Makefile
src/backend/access/heap/Makefile
+1
-9
src/backend/access/index/Makefile
src/backend/access/index/Makefile
+1
-8
src/backend/access/nbtree/Makefile
src/backend/access/nbtree/Makefile
+1
-9
src/backend/bootstrap/Makefile
src/backend/bootstrap/Makefile
+1
-11
src/backend/commands/Makefile
src/backend/commands/Makefile
+1
-8
src/backend/executor/Makefile
src/backend/executor/Makefile
+1
-8
src/backend/lib/Makefile
src/backend/lib/Makefile
+1
-8
src/backend/libpq/Makefile
src/backend/libpq/Makefile
+1
-8
src/backend/main/Makefile
src/backend/main/Makefile
+1
-8
src/backend/nodes/Makefile
src/backend/nodes/Makefile
+1
-8
src/backend/optimizer/Makefile
src/backend/optimizer/Makefile
+1
-4
src/backend/optimizer/geqo/Makefile
src/backend/optimizer/geqo/Makefile
+1
-8
src/backend/optimizer/path/Makefile
src/backend/optimizer/path/Makefile
+1
-8
src/backend/optimizer/plan/Makefile
src/backend/optimizer/plan/Makefile
+1
-8
src/backend/optimizer/prep/Makefile
src/backend/optimizer/prep/Makefile
+1
-9
src/backend/optimizer/util/Makefile
src/backend/optimizer/util/Makefile
+1
-8
src/backend/port/darwin/Makefile
src/backend/port/darwin/Makefile
+1
-8
src/backend/port/nextstep/Makefile
src/backend/port/nextstep/Makefile
+1
-8
src/backend/port/sunos4/Makefile
src/backend/port/sunos4/Makefile
+1
-8
src/backend/port/win32/Makefile
src/backend/port/win32/Makefile
+1
-8
src/backend/postmaster/Makefile
src/backend/postmaster/Makefile
+1
-8
src/backend/rewrite/Makefile
src/backend/rewrite/Makefile
+1
-8
src/backend/storage/Makefile
src/backend/storage/Makefile
+1
-4
src/backend/storage/buffer/Makefile
src/backend/storage/buffer/Makefile
+1
-8
src/backend/storage/file/Makefile
src/backend/storage/file/Makefile
+1
-8
src/backend/storage/freespace/Makefile
src/backend/storage/freespace/Makefile
+1
-8
src/backend/storage/ipc/Makefile
src/backend/storage/ipc/Makefile
+1
-8
src/backend/storage/large_object/Makefile
src/backend/storage/large_object/Makefile
+1
-8
src/backend/storage/lmgr/Makefile
src/backend/storage/lmgr/Makefile
+1
-8
src/backend/storage/page/Makefile
src/backend/storage/page/Makefile
+1
-8
src/backend/storage/smgr/Makefile
src/backend/storage/smgr/Makefile
+1
-8
src/backend/tcop/Makefile
src/backend/tcop/Makefile
+1
-8
src/backend/utils/adt/Makefile
src/backend/utils/adt/Makefile
+1
-8
src/backend/utils/cache/Makefile
src/backend/utils/cache/Makefile
+1
-8
src/backend/utils/error/Makefile
src/backend/utils/error/Makefile
+1
-8
src/backend/utils/hash/Makefile
src/backend/utils/hash/Makefile
+1
-8
src/backend/utils/init/Makefile
src/backend/utils/init/Makefile
+1
-8
src/backend/utils/mb/Makefile
src/backend/utils/mb/Makefile
+1
-8
src/backend/utils/misc/Makefile
src/backend/utils/misc/Makefile
+1
-8
src/backend/utils/mmgr/Makefile
src/backend/utils/mmgr/Makefile
+1
-8
src/backend/utils/resowner/Makefile
src/backend/utils/resowner/Makefile
+1
-8
src/backend/utils/sort/Makefile
src/backend/utils/sort/Makefile
+1
-8
src/backend/utils/time/Makefile
src/backend/utils/time/Makefile
+1
-8
src/bin/Makefile
src/bin/Makefile
+2
-2
src/interfaces/Makefile
src/interfaces/Makefile
+2
-2
src/interfaces/ecpg/Makefile
src/interfaces/ecpg/Makefile
+1
-1
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/compatlib/Makefile
+1
-8
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
+1
-8
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile
+1
-8
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/Makefile
+2
-2
src/pl/Makefile
src/pl/Makefile
+2
-2
src/test/regress/Makefile
src/test/regress/Makefile
+1
-1
No files found.
Makefile
View file @
2cc01004
...
...
@@ -11,7 +11,7 @@
# GNUmakefile won't exist yet, so we catch that case as well.
all check install installdirs installcheck installcheck-parallel uninstall
dep depend
clean distclean maintainer-clean
:
all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean
:
@
if
[
!
-f
GNUmakefile
]
;
then
\
echo
"You need to run the 'configure' program first. See the file"
;
\
echo
"'INSTALL' for installation instructions."
;
\
...
...
src/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/Makefile,v 1.4
0 2006/06/22 23:50:35 tgl
Exp $
# $PostgreSQL: pgsql/src/Makefile,v 1.4
1 2007/01/20 17:16:09 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -13,7 +13,7 @@ top_builddir = ..
include
Makefile.global
all install installdirs uninstall d
ep depend d
istprep
:
all install installdirs uninstall distprep
:
$(MAKE)
-C
port
$@
$(MAKE)
-C
timezone
$@
$(MAKE)
-C
backend
$@
...
...
src/backend/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.12
0 2006/10/08 17:15:33 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.12
1 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -261,6 +261,3 @@ maintainer-clean: distclean
.PHONY
:
quick
quick
:
$(OBJS)
$(CC)
$(CFLAGS)
$(LDFLAGS)
$(export_dynamic)
$^
$(LIBS)
-o
postgres
depend dep
:
$(top_srcdir)/src/include/parser/parse.h $(top_builddir)/src/include/utils/fmgroids.h
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i
$@
;
done
src/backend/access/Makefile
View file @
2cc01004
#
# Makefile for the access methods module
#
# $PostgreSQL: pgsql/src/backend/access/Makefile,v 1.1
1 2006/05/02 11:28:54 teodor
Exp $
# $PostgreSQL: pgsql/src/backend/access/Makefile,v 1.1
2 2007/01/20 17:16:10 petere
Exp $
#
subdir
=
src/backend/access
...
...
@@ -25,6 +25,3 @@ $(SUBDIRS:%=%-recursive):
clean
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
rm
-f
SUBSYS.o
dep depend
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
src/backend/access/common/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/common
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.2
2 2006/07/03 22:45:36 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/access/common/Makefile,v 1.2
3 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
dep depend
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/gin/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/gin
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/gin/Makefile,v 1.
1 2006/05/02 11:28:54 teodor
Exp $
# $PostgreSQL: pgsql/src/backend/access/gin/Makefile,v 1.
2 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -21,12 +21,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/gist/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/gist
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/gist/Makefile,v 1.1
6 2006/06/28 12:00:13 teodor
Exp $
# $PostgreSQL: pgsql/src/backend/access/gist/Makefile,v 1.1
7 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/hash/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/hash
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/hash/Makefile,v 1.1
2 2003/11/29 19:51:40 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/access/hash/Makefile,v 1.1
3 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,13 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/heap/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/heap
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/heap/Makefile,v 1.1
3 2003/11/29 19:51:40 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/access/heap/Makefile,v 1.1
4 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,13 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/index/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/index
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/index/Makefile,v 1.1
2 2003/11/29 19:51:40 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/access/index/Makefile,v 1.1
3 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/access/nbtree/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for access/nbtree
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/nbtree/Makefile,v 1.1
4 2003/11/29 19:51:40 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/access/nbtree/Makefile,v 1.1
5 2007/01/20 17:16:10 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,13 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/bootstrap/Makefile
View file @
2cc01004
...
...
@@ -2,7 +2,7 @@
#
# Makefile for the bootstrap module
#
# $PostgreSQL: pgsql/src/backend/bootstrap/Makefile,v 1.3
4 2006/03/07 01:03:12 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/bootstrap/Makefile,v 1.3
5 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -53,13 +53,3 @@ clean:
rm
-f
SUBSYS.o
$(OBJS)
# And the garbage that might have been left behind by partial build:
@rm
-f
y.tab.h
y.tab.c
y.output
lex.yy.c
# This is unusual: We actually have to build some of the parts before
# we know what the header file dependencies are.
dep depend
:
bootparse.c bootscanner.c bootstrap_tokens.h
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/commands/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for backend/commands
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/commands/Makefile,v 1.3
4 2004/06/18 06:13:22 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/commands/Makefile,v 1.3
5 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -25,12 +25,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/executor/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for executor
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/executor/Makefile,v 1.2
4 2006/08/02 01:59:45 jo
e Exp $
# $PostgreSQL: pgsql/src/backend/executor/Makefile,v 1.2
5 2007/01/20 17:16:11 peter
e Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -28,12 +28,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/lib/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/lib/Makefile,v 1.
19 2004/04/25 18:23:56 neilc
Exp $
# $PostgreSQL: pgsql/src/backend/lib/Makefile,v 1.
20 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/libpq/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for libpq subsystem (backend half of libpq interface)
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/libpq/Makefile,v 1.3
7 2003/11/29 19:51:49 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/libpq/Makefile,v 1.3
8 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -23,12 +23,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/main/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for main
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/main/Makefile,v 1.1
0 2003/11/29 19:51:49 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/main/Makefile,v 1.1
1 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/nodes/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for backend/nodes
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/nodes/Makefile,v 1.1
8 2005/04/17 22:24:02 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/nodes/Makefile,v 1.1
9 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -21,12 +21,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/optimizer/Makefile
View file @
2cc01004
#
# Makefile for optimizer
#
# $PostgreSQL: pgsql/src/backend/optimizer/Makefile,v 1.1
1 2003/11/29 19:51:50 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/Makefile,v 1.1
2 2007/01/20 17:16:11 petere
Exp $
#
subdir
=
src/backend/optimizer
...
...
@@ -25,6 +25,3 @@ $(SUBDIRS:%=%-recursive):
clean
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
rm
-f
SUBSYS.o
dep depend
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
src/backend/optimizer/geqo/Makefile
View file @
2cc01004
...
...
@@ -5,7 +5,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/backend/optimizer/geqo/Makefile,v 1.1
8 2003/11/29 19:51:50 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/geqo/Makefile,v 1.1
9 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -23,12 +23,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/optimizer/path/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/path
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/optimizer/path/Makefile,v 1.1
6 2003/11/29 19:51:50 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/path/Makefile,v 1.1
7 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/optimizer/plan/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/plan
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/optimizer/plan/Makefile,v 1.1
3 2005/04/11 23:06:55 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/plan/Makefile,v 1.1
4 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/optimizer/prep/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/prep
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/optimizer/prep/Makefile,v 1.1
5 2003/11/29 19:51:51 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/prep/Makefile,v 1.1
6 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,13 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/optimizer/util/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for optimizer/util
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/optimizer/util/Makefile,v 1.1
6 2005/06/10 22:25:36 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/optimizer/util/Makefile,v 1.1
7 2007/01/20 17:16:11 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/port/darwin/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for port/darwin
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/port/darwin/Makefile,v 1.
4 2003/11/29 19:51:54 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/port/darwin/Makefile,v 1.
5 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/port/nextstep/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for port/nextstep
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/port/nextstep/Makefile,v 1.
9 2006/07/15 03:33:14 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/port/nextstep/Makefile,v 1.
10 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/port/sunos4/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for port/sunos4
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/port/sunos4/Makefile,v 1.
8 2003/11/29 19:51:54 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/port/sunos4/Makefile,v 1.
9 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/port/win32/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for backend/port/win32
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.
8 2006/06/07 22:24:43 momjian
Exp $
# $PostgreSQL: pgsql/src/backend/port/win32/Makefile,v 1.
9 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/postmaster/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for src/backend/postmaster
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/postmaster/Makefile,v 1.2
1 2005/07/14 05:13:40 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/postmaster/Makefile,v 1.2
2 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/rewrite/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for rewrite
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/rewrite/Makefile,v 1.1
5 2003/11/29 19:51:55 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/rewrite/Makefile,v 1.1
6 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,12 +20,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/Makefile
View file @
2cc01004
#
# Makefile for the storage manager subsystem
#
# $PostgreSQL: pgsql/src/backend/storage/Makefile,v 1.1
1 2003/11/29 19:51:56 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/Makefile,v 1.1
2 2007/01/20 17:16:12 petere
Exp $
#
subdir
=
src/backend/storage
...
...
@@ -25,6 +25,3 @@ $(SUBDIRS:%=%-recursive):
clean
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
rm
-f
SUBSYS.o
dep depend
:
for
dir
in
$(SUBDIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
src/backend/storage/buffer/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/buffer
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/buffer/Makefile,v 1.1
7 2003/11/29 19:51:56 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/buffer/Makefile,v 1.1
8 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/file/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/file
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/file/Makefile,v 1.1
1 2003/11/29 19:51:56 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/file/Makefile,v 1.1
2 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/freespace/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/freespace
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/freespace/Makefile,v 1.
2 2003/11/29 19:51:56 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/freespace/Makefile,v 1.
3 2007/01/20 17:16:12 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/ipc/Makefile
View file @
2cc01004
#
# Makefile for storage/ipc
#
# $PostgreSQL: pgsql/src/backend/storage/ipc/Makefile,v 1.
19 2005/05/19 21:35:46 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/storage/ipc/Makefile,v 1.
20 2007/01/20 17:16:12 petere
Exp $
#
subdir
=
src/backend/storage/ipc
...
...
@@ -23,12 +23,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/large_object/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/large_object
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/large_object/Makefile,v 1.1
1 2003/11/29 19:51:56 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/large_object/Makefile,v 1.1
2 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/lmgr/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/lmgr
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.2
1 2006/04/28 22:54:31 momjian
Exp $
# $PostgreSQL: pgsql/src/backend/storage/lmgr/Makefile,v 1.2
2 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -30,12 +30,5 @@ s_lock_test: s_lock.c $(top_builddir)/src/port/libpgport.a
check
:
s_lock_test
./s_lock_test
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean distclean maintainer-clean
:
rm
-f
SUBSYS.o
$(OBJS)
s_lock_test
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/page/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/page
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/page/Makefile,v 1.1
1 2003/11/29 19:51:57 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/storage/page/Makefile,v 1.1
2 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/storage/smgr/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for storage/smgr
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/storage/smgr/Makefile,v 1.1
5 2004/02/10 01:55:26 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/storage/smgr/Makefile,v 1.1
6 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/tcop/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for tcop
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.2
7 2006/12/14 20:51:14
petere Exp $
# $PostgreSQL: pgsql/src/backend/tcop/Makefile,v 1.2
8 2007/01/20 17:16:13
petere Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -23,12 +23,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/adt/Makefile
View file @
2cc01004
#
# Makefile for utils/adt
#
# $PostgreSQL: pgsql/src/backend/utils/adt/Makefile,v 1.6
1 2006/12/21 16:05:15
petere Exp $
# $PostgreSQL: pgsql/src/backend/utils/adt/Makefile,v 1.6
2 2007/01/20 17:16:13
petere Exp $
#
subdir
=
src/backend/utils/adt
...
...
@@ -34,12 +34,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/cache/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/cache
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/cache/Makefile,v 1.
19 2003/11/29 19:52:00 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/cache/Makefile,v 1.
20 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/error/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/error
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/error/Makefile,v 1.1
1 2003/11/29 19:52:01 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/error/Makefile,v 1.1
2 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/hash/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/hash
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/hash/Makefile,v 1.1
1 2003/11/29 19:52:01 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/hash/Makefile,v 1.1
2 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/init/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/init
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/init/Makefile,v 1.2
0 2005/05/10 22:27:30 momjian
Exp $
# $PostgreSQL: pgsql/src/backend/utils/init/Makefile,v 1.2
1 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/mb/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/mb
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/mb/Makefile,v 1.2
2 2003/11/29 19:52:02 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/mb/Makefile,v 1.2
3 2007/01/20 17:16:13 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -25,10 +25,3 @@ clean distclean maintainer-clean:
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
$@
$^
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/misc/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/misc
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/misc/Makefile,v 1.2
6 2006/07/25 03:51:21 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/utils/misc/Makefile,v 1.2
7 2007/01/20 17:16:14 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -43,10 +43,3 @@ endif
clean
:
rm
-f
SUBSYS.o
$(OBJS)
@
rm
-f
lex.yy.c
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/mmgr/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/mmgr
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/mmgr/Makefile,v 1.1
1 2003/11/29 19:52:04 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/mmgr/Makefile,v 1.1
2 2007/01/20 17:16:14 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/resowner/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/resowner
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/resowner/Makefile,v 1.
1 2004/07/17 03:30:10 tgl
Exp $
# $PostgreSQL: pgsql/src/backend/utils/resowner/Makefile,v 1.
2 2007/01/20 17:16:14 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/sort/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/sort
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/sort/Makefile,v 1.1
3 2003/11/29 19:52:04 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/sort/Makefile,v 1.1
4 2007/01/20 17:16:14 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/backend/utils/time/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
# Makefile for utils/time
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/time/Makefile,v 1.1
0 2003/11/29 19:52:04 pgsql
Exp $
# $PostgreSQL: pgsql/src/backend/utils/time/Makefile,v 1.1
1 2007/01/20 17:16:15 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,12 +19,5 @@ all: SUBSYS.o
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
clean
:
rm
-f
SUBSYS.o
$(OBJS)
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/bin/Makefile
View file @
2cc01004
...
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.4
8 2007/01/05 22:19:47 momjian
Exp $
# $PostgreSQL: pgsql/src/bin/Makefile,v 1.4
9 2007/01/20 17:16:15 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -19,7 +19,7 @@ ifeq ($(PORTNAME), win32)
DIRS
+=
pgevent
endif
all install installdirs uninstall d
epend d
istprep
:
all install installdirs uninstall distprep
:
@
for
dir
in
$(DIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
clean distclean maintainer-clean
:
...
...
src/interfaces/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/Makefile,v 1.5
3 2004/04/20 00:33:51 pgsql
Exp $
# $PostgreSQL: pgsql/src/interfaces/Makefile,v 1.5
4 2007/01/20 17:16:15 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -16,7 +16,7 @@ DIRS := libpq ecpg
ALLDIRS
:=
$(DIRS)
all install installdirs uninstall d
ep depend d
istprep
:
all install installdirs uninstall distprep
:
@
for
dir
in
$(DIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
;
done
clean
:
...
...
src/interfaces/ecpg/Makefile
View file @
2cc01004
...
...
@@ -2,7 +2,7 @@ subdir = src/interfaces/ecpg
top_builddir
=
../../..
include
$(top_builddir)/src/Makefile.global
all install installdirs uninstall d
ep depend d
istprep
:
all install installdirs uninstall distprep
:
$(MAKE)
-C
include
$@
$(MAKE)
-C
pgtypeslib
$@
$(MAKE)
-C
ecpglib
$@
...
...
src/interfaces/ecpg/compatlib/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.2
6 2007/01/05 20:54:39 momjian
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.2
7 2007/01/20 17:16:17 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -39,10 +39,3 @@ uninstall: uninstall-lib
clean distclean maintainer-clean
:
clean-lib
rm
-f
$(OBJS)
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/interfaces/ecpg/ecpglib/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.4
5 2007/01/05 20:54:39 momjian
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.4
6 2007/01/20 17:16:17 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -68,10 +68,3 @@ uninstall: uninstall-lib
clean distclean maintainer-clean
:
clean-lib
rm
-f
$(OBJS)
path.c snprintf.c strlcpy.c thread.c
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/interfaces/ecpg/pgtypeslib/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.3
1 2007/01/05 20:54:39 momjian
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.3
2 2007/01/20 17:16:17 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -53,10 +53,3 @@ uninstall: uninstall-lib
clean distclean maintainer-clean
:
clean-lib
rm
-f
$(OBJS)
pgstrcasecmp.c rint.c snprintf.c
depend dep
:
$(CC)
-MM
$(CFLAGS)
*
.c
>
depend
ifeq
(depend,$(wildcard depend))
include
depend
endif
src/interfaces/ecpg/test/Makefile
View file @
2cc01004
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.6
3 2007/01/12 11:27:28 meskes
Exp $
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.6
4 2007/01/20 17:16:17 petere
Exp $
subdir
=
src/interfaces/ecpg/test
top_builddir
=
../../../..
...
...
@@ -23,7 +23,7 @@ else
abs_builddir
:=
$(
shell
pwd
-W
)
endif
all install installdirs uninstall d
ep depend d
istprep
:
all install installdirs uninstall distprep
:
$(MAKE)
-C
connect
$@
$(MAKE)
-C
expected
$@
$(MAKE)
-C
sql
$@
...
...
src/pl/Makefile
View file @
2cc01004
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/pl/Makefile,v 1.2
3 2005/05/14 17:55:20 tgl
Exp $
# $PostgreSQL: pgsql/src/pl/Makefile,v 1.2
4 2007/01/20 17:16:17 petere
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -26,7 +26,7 @@ ifeq ($(with_tcl), yes)
DIRS
+=
tcl
endif
all install installdirs uninstall d
epend d
istprep
:
all install installdirs uninstall distprep
:
@
for
dir
in
$(DIRS)
;
do
$(MAKE)
-C
$$
dir
$@
||
exit
1
;
done
clean distclean maintainer-clean
:
...
...
src/test/regress/Makefile
View file @
2cc01004
...
...
@@ -7,6 +7,6 @@
# GNU make uses a make file named "GNUmakefile" in preference to "Makefile"
# if it exists. Postgres is shipped with a "GNUmakefile".
all install clean
dep depend
check installcheck
:
all install clean check installcheck
:
@
echo
"You must use GNU make to use Postgres. It may be installed"
@
echo
"on your system with the name 'gmake'."
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