2001-09-06 18:49:30 +08:00
|
|
|
# $Header: /cvsroot/pgsql/contrib/dbase/Attic/Makefile,v 1.2 2001/09/06 10:49:29 petere Exp $
|
2001-05-10 22:41:23 +08:00
|
|
|
|
|
|
|
subdir = contrib/dbase
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
|
2001-09-06 18:49:30 +08:00
|
|
|
PROGRAM = dbf2pg
|
2001-05-10 22:41:23 +08:00
|
|
|
OBJS = dbf.o dbf2pg.o endian.o
|
2001-09-06 18:49:30 +08:00
|
|
|
PG_CPPFLAGS = -I$(libpq_srcdir)
|
|
|
|
PG_LIBS = $(libpq)
|
2001-05-10 22:41:23 +08:00
|
|
|
|
2001-09-06 18:49:30 +08:00
|
|
|
DOCS = README.dbf2pg
|
|
|
|
MAN = dbf2pg.1 # XXX not implemented
|
2001-05-10 22:41:23 +08:00
|
|
|
|
2001-09-06 18:49:30 +08:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|