]> andersk Git - moira.git/blob - gdb/Imakefile
f861874bde3444b339be054248e1213cbb566ea3
[moira.git] / gdb / Imakefile
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
11 SRCS = 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
14 OBJECTS = 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
17 SRCDIR=$(SRCTOP)/gdb
18 CODE=$(SRCS) Imakefile gdb_lib.h
19
20 all::
21
22 depend:: ${CODE}
23
24 library_obj_rule()
25 install_library_target(mrgdb,$(OBJECTS),$(SRCS))
This page took 0.042738 seconds and 3 git commands to generate.