diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
commit | c906108c21474dfb4ed285bcc0ac6fe02cd400cc (patch) | |
tree | a0015aa5cedc19ccbab307251353a41722a3ae13 /gdb/rdi-share/Makefile.am | |
parent | cd946cff9ede3f30935803403f06f6ed30cad136 (diff) | |
download | gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.zip gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.tar.gz gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.tar.bz2 |
Initial creation of sourceware repositorygdb-4_18-branchpoint
Diffstat (limited to 'gdb/rdi-share/Makefile.am')
-rw-r--r-- | gdb/rdi-share/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/rdi-share/Makefile.am b/gdb/rdi-share/Makefile.am new file mode 100644 index 0000000..9d63d1c --- /dev/null +++ b/gdb/rdi-share/Makefile.am @@ -0,0 +1,19 @@ +## Process this file with automake to generate Makefile.in + +AUTOMAKE_OPTIONS = cygnus + +noinst_LIBRARIES = libangsd.a + +libangsd_a_SOURCES = ardi.c bytesex.c crc.c devsw.c drivers.c etherdrv.c \ + hostchan.c hsys.c logging.c msgbuild.c params.c rx.c \ + serdrv.c serpardr.c tx.c unixcomm.c + +noinst_HEADERS = adp.h adperr.h angel.h ardi.h armdbg.h buffers.h bytesex.h \ + chandefs.h channels.h chanpriv.h crc.h dbg_conf.h dbg_cp.h \ + dbg_hif.h dbg_rdi.h devclnt.h devices.h devsw.h drivers.h \ + endian.h ethernet.h host.h hostchan.h hsys.h logging.h \ + msgbuild.h params.h rxtx.h sys.h unixcomm.h + +EXTRA_DIST = README.CYGNUS + +INCLUDES = -DRETRANS -DARM_RELEASE='"Berkeley Licence for Cygnus"' |