# $Header: /afs/sipb.mit.edu/project/sipb-athena/repository/src/moira/gdb/Imakefile,v 1.2 1996/06/02 07:41:56 ghudson Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for GDB library.
#

SRCS = gdb_struct.c gdb_stype.c gdb.c gdb_trans.c gdb_trans2.c \
	gdb_conn.c gdb_serv.c gdb_fserv.c gdb_db.c gdb_debug.c gdb_ops.c

OBJECTS	= gdb.o gdb_struct.o gdb_stype.o gdb_trans.o gdb_trans2.o \
	gdb_conn.o gdb_ops.o gdb_serv.o gdb_fserv.o gdb_db.o gdb_debug.o

SRCDIR=$(SRCTOP)/gdb
CODE=$(SRCS) Imakefile gdb_lib.h

all::

depend:: ${CODE}

library_obj_rule()
install_library_target(mrgdb,$(OBJECTS),$(SRCS),${GDB_LINTLIB})
