|
|
@ -4,7 +4,7 @@ |
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.49 2002/08/30 13:06:20 scrappy Exp $
|
|
|
|
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.50 2003/08/01 04:24:57 scrappy Exp $
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
@ -14,16 +14,12 @@ include $(top_builddir)/src/Makefile.global |
|
|
|
|
|
|
|
|
|
|
|
DIRS := libpq ecpg
|
|
|
|
DIRS := libpq ecpg
|
|
|
|
|
|
|
|
|
|
|
|
ALLDIRS := $(DIRS) libpgtcl python jdbc
|
|
|
|
ALLDIRS := $(DIRS) libpgtcl jdbc
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(with_tcl), yes) |
|
|
|
ifeq ($(with_tcl), yes) |
|
|
|
DIRS += libpgtcl
|
|
|
|
DIRS += libpgtcl
|
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(with_python), yes) |
|
|
|
|
|
|
|
DIRS += python
|
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(with_java), yes) |
|
|
|
ifeq ($(with_java), yes) |
|
|
|
DIRS += jdbc
|
|
|
|
DIRS += jdbc
|
|
|
|
endif |
|
|
|
endif |
|
|
|