aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/Makefile
blob: f3e52d7ca997cd6ad7e2947ae7aaa5de1bd001a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for src/bin (utility programs)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.1 1997/08/16 20:56:28 scrappy Exp $
#
#-------------------------------------------------------------------------

#include ../Makefile.global

.DEFAULT all:
	$(MAKE) -C libpq $@

ifeq ($(HAVE_Cplusplus), true)
	$(MAKE) -C libpq++ $@
endif

ifeq ($(USE_TCL), true)
	$(MAKE) -C libpgtcl $@
endif

#	$(MAKE) -C perl5 $@