#############################################################################
#
#                   Copyright (C) 1995 SciTech Software
#                           All rights reserved.
#
# Descripton:   Generic makefile for the gconsole library. Requires the
#               SciTech Software makefile definitions package to be
#               installed.
#
#############################################################################

# Name of library and object files required to build it

OBJECTS         = gconsole$O
LIBFILE         = $(LP)gconsole$L

# Define the list of object files to create dependency information for

DEPEND_OBJ      = $(OBJECTS)

.INCLUDE: "$(SCITECH)/makedefs/common.mk"
