File tree 7 files changed +16
-18
lines changed
7 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.40 2004/05/19 17:15:20 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.41 2004/05/24 01:01:37 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -15,8 +15,7 @@ include $(top_builddir)/src/Makefile.global
15
15
16
16
override CPPFLAGS := -DFRONTEND -I$(libpq_srcdir ) $(CPPFLAGS )
17
17
18
- OBJS = initdb.o \
19
- $(filter exec.o, $(LIBOBJS ) )
18
+ OBJS = initdb.o exec.o
20
19
21
20
all : submake-libpq submake-libpgport initdb
22
21
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.50 2004/05/22 02:14:28 tgl Exp $
8
+ # $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.51 2004/05/24 01:01:37 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -18,7 +18,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) -DFRONTEND
18
18
OBJS = pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o \
19
19
pg_backup_files.o pg_backup_null.o pg_backup_tar.o \
20
20
dumputils.o
21
- PG_DUMPALL_OBJS = $( filter exec.o, $( LIBOBJS ) )
21
+ PG_DUMPALL_OBJS = exec.o
22
22
23
23
EXTRA_OBJS = $(top_builddir ) /src/backend/parser/keywords.o
24
24
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
6
6
#
7
- # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.8 2004/04/30 20 :01:39 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.9 2004/05/24 01 :01:37 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -14,8 +14,7 @@ include $(top_builddir)/src/Makefile.global
14
14
15
15
override CPPFLAGS += -DFRONTEND
16
16
17
- OBJS = pg_resetxlog.o pg_crc.o \
18
- $(filter dirmod.o, $(LIBOBJS ) )
17
+ OBJS = pg_resetxlog.o pg_crc.o dirmod.o
19
18
20
19
all : submake-libpgport pg_resetxlog
21
20
Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
8
- # $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.46 2004/05/19 17:15:21 momjian Exp $
8
+ # $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.47 2004/05/24 01:01:37 momjian Exp $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -19,8 +19,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) -DFRONTEND
19
19
20
20
OBJS = command.o common.o help.o input.o stringutils.o mainloop.o copy.o \
21
21
startup.o prompt.o variables.o large_obj.o print.o describe.o \
22
- psqlscan.o tab-complete.o mbprint.o \
23
- $(filter exec.o, $(LIBOBJS ) )
22
+ psqlscan.o tab-complete.o mbprint.o exec.o
24
23
25
24
FLEXFLAGS = -Cfe
26
25
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.19 2004/05/07 13:42:48 meskes Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/Makefile,v 1.20 2004/05/24 01:01:38 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,7 +23,8 @@ override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include \
23
23
SHLIB_LINK += -lm
24
24
25
25
OBJS = numeric.o datetime.o common.o dt_common.o timestamp.o interval.o \
26
- $(filter rint.o, $(LIBOBJS ) ) $(filter pgstrcasecmp.o, $(LIBOBJS ) )
26
+ pgstrcasecmp.o \
27
+ $(filter rint.o, $(LIBOBJS ) )
27
28
28
29
all : all-lib
29
30
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.106 2004/05/19 17:15:21 momjian Exp $
1
+ # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.107 2004/05/24 01:01:38 momjian Exp $
2
2
3
3
subdir = src/interfaces/ecpg/preproc
4
4
top_builddir = ../../../..
@@ -20,7 +20,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
20
20
21
21
OBJS = preproc.o type.o ecpg.o ecpg_keywords.o output.o\
22
22
keywords.o c_keywords.o ../ecpglib/typename.o descriptor.o variable.o \
23
- $( filter exec.o, $( LIBOBJS ) )
23
+ exec.o
24
24
25
25
all : submake-libpgport ecpg
26
26
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.108 2004/05/21 20:56:49 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.109 2004/05/24 01:01:38 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,8 +23,8 @@ override CFLAGS += $(PTHREAD_CFLAGS)
23
23
24
24
OBJS = fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
25
25
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o \
26
- dllist.o md5.o ip.o wchar.o encnames.o \
27
- $(filter crypt.o getaddrinfo.o inet_aton.o noblock .o pgstrcasecmp.o snprintf.o strerror.o open.o thread .o, $(LIBOBJS ) )
26
+ dllist.o md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o \
27
+ $(filter crypt.o getaddrinfo.o inet_aton.o open .o snprintf.o strerror.o, $(LIBOBJS ) )
28
28
ifeq ($(PORTNAME ) , win32)
29
29
OBJS+ =win32.o
30
30
endif
You can’t perform that action at this time.
0 commit comments