diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-05 17:20:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-05 17:20:29 +0000 |
| commit | af7d257e21aae3d75c46977482309b658b3a29d7 (patch) | |
| tree | cf93e41a5d1c182cc80f5c9122bd34a3d52caf20 /contrib/dbase/Makefile | |
| parent | a3242fb42cc2b85581a195aa72cf72a1df94b78f (diff) | |
| download | postgresql-af7d257e21aae3d75c46977482309b658b3a29d7.tar.gz | |
Remove contrib modules that have been migrated to pgfoundry: adddepend,
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
Diffstat (limited to 'contrib/dbase/Makefile')
| -rw-r--r-- | contrib/dbase/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/dbase/Makefile b/contrib/dbase/Makefile deleted file mode 100644 index 898ec897e9..0000000000 --- a/contrib/dbase/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $PostgreSQL: pgsql/contrib/dbase/Makefile,v 1.8 2005/09/27 17:13:01 tgl Exp $ - -PROGRAM = dbf2pg -OBJS = dbf.o dbf2pg.o endian.o -PG_CPPFLAGS = -I$(libpq_srcdir) -PG_LIBS = $(libpq_pgport) - -# Uncomment this to provide charset translation -#PG_CPPFLAGS += -DHAVE_ICONV_H -# You might need to uncomment this too, if libiconv is a separate -# library on your platform -#PG_LIBS += -liconv - -DOCS = README.dbf2pg -MAN = dbf2pg.1 # XXX not implemented - - -ifdef USE_PGXS -PGXS := $(shell pg_config --pgxs) -include $(PGXS) -else -subdir = contrib/dbase -top_builddir = ../.. -include $(top_builddir)/src/Makefile.global -include $(top_srcdir)/contrib/contrib-global.mk -endif |
