#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the Tioga module
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/backend/tioga/Makefile.inc,v 1.2 1995/03/21 06:51:38 andrew Exp $
#
#-------------------------------------------------------------------------

VPATH:= $(VPATH):$(CURDIR)/tioga

SRCS_TIOGA= tgRecipe.c Varray.c

HEADERS+= tgRecipe.h Arr_TgRecipe.h Varray.h



