mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Add appropriate links into the interfaces directory, as well as a Makefile
covering the interfaces directory
This commit is contained in:
27
src/interfaces/Makefile
Normal file
27
src/interfaces/Makefile
Normal file
@@ -0,0 +1,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 $@
|
||||
Reference in New Issue
Block a user