mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Assemble portability modules into libpgport library.
Some makefile simplifications.
This commit is contained in:
@ -1,16 +1,18 @@
|
||||
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.5 2002/07/18 04:33:39 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.6 2002/07/27 20:10:03 petere Exp $
|
||||
|
||||
subdir = contrib/pg_resetxlog
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
all: submake-libpgport
|
||||
|
||||
PROGRAM = pg_resetxlog
|
||||
OBJS = pg_resetxlog.o pg_crc.o $(SNPRINTF)
|
||||
OBJS = pg_resetxlog.o pg_crc.o
|
||||
|
||||
pg_crc.c: $(top_srcdir)/src/backend/utils/hash/pg_crc.c
|
||||
rm -f $@ && $(LN_S) $< .
|
||||
|
||||
EXTRA_CLEAN = pg_crc.c snprintf.c
|
||||
EXTRA_CLEAN = pg_crc.c
|
||||
|
||||
DOCS = README.pg_resetxlog
|
||||
|
||||
|
Reference in New Issue
Block a user