summaryrefslogtreecommitdiff
path: root/src/interfaces/Makefile
blob: 7d56b29d28f561c2f0b6f246630f667c18a3ed84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#-------------------------------------------------------------------------
#
# Makefile for src/interfaces
#
# Copyright (c) 1994, Regents of the University of California
#
# src/interfaces/Makefile
#
#-------------------------------------------------------------------------

subdir = src/interfaces
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

SUBDIRS = libpq ecpg

$(recurse)

all-ecpg-recurse: all-libpq-recurse
install-ecpg-recurse: install-libpq-recurse