blob: 1e66ad03caccca7c1b45f8ea8494bce2e21e779b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for the main() of the postgres backend
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/main/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:31 scrappy Exp $
#
#-------------------------------------------------------------------------
VPATH:= $(VPATH):$(CURDIR)/main
SRCS_MAIN= main.c
|