postgresql/src/bin/Makefile

36 lines
703 B
Makefile

#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for src/bin (utility programs)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.2 1996/07/23 03:01:58 scrappy Exp $
#
#-------------------------------------------------------------------------
MKDIR=../mk
-include $(MKDIR)/../Makefile.global
#
# C programs
#
SUBDIR= monitor pg_id pg_version psql pg_dump
#
# Shell scripts
#
SUBDIR+= cleardbdir createdb createuser destroydb destroyuser initdb
#
# TCL/TK programs
#
ifeq ($(USE_TCL), true)
SUBDIR += pgtclsh
endif
include $(MKDIR)/postgres.subdir.mk