]> andersk Git - moira.git/blame - gdb/Imakefile
fix RCS Id strings
[moira.git] / gdb / Imakefile
CommitLineData
0631d2a6 1# $Header$
2#
3# Copyright 1990 by the Massachusetts Institute of Technology.
4#
5# For copying and distribution information,
6# please see the file <mit-copyright.h>.
7#
8# Imakefile for GDB library.
9#
10
11SRCS = gdb_struct.c gdb_stype.c gdb.c gdb_trans.c gdb_trans2.c \
12 gdb_conn.c gdb_serv.c gdb_fserv.c gdb_db.c gdb_debug.c gdb_ops.c
13
14OBJECTS = gdb.o gdb_struct.o gdb_stype.o gdb_trans.o gdb_trans2.o \
15 gdb_conn.o gdb_ops.o gdb_serv.o gdb_fserv.o gdb_db.o gdb_debug.o
16
17SRCDIR=$(SRCTOP)/gdb
71bf9e55 18CODE=$(SRCS) Imakefile gdb_lib.h
0631d2a6 19
20all::
21
22depend:: ${CODE}
23
24library_obj_rule()
d9f43d51 25install_library_target(mrgdb,$(OBJECTS),$(SRCS))
This page took 0.182271 seconds and 5 git commands to generate.