postgresql/src/interfaces/ecpg/Makefile

16 lines
325 B
Makefile
Raw Normal View History

2000-11-07 09:52:22 +01:00
subdir = src/interfaces/ecpg
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = include pgtypeslib ecpglib compatlib preproc
$(recurse)
all-compatlib-recursive: all-ecpglib-recursive
2000-11-07 09:52:22 +01:00
clean distclean maintainer-clean:
$(MAKE) -C test clean
2006-08-02 16:19:14 +02:00
2006-08-19 15:42:40 +02:00
check checktcp installcheck: all
2006-08-02 16:19:14 +02:00
$(MAKE) -C test $@