mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
22 lines
231 B
Makefile
22 lines
231 B
Makefile
#
|
|
# $Header: /cvsroot/pgsql/contrib/tools/Attic/Makefile,v 1.2 2000/06/15 18:55:22 momjian Exp $
|
|
#
|
|
|
|
TOPDIR=../..
|
|
|
|
include ../Makefile.global
|
|
|
|
NAME =
|
|
|
|
PROGRAM =
|
|
OBJS =
|
|
DOCS =
|
|
SQLS =
|
|
BINS =
|
|
EXAMPLES=
|
|
MODS =
|
|
|
|
clean:
|
|
$(RM) *~
|
|
|