f45d80805e
* rdi-share/Makefile.am, rdi-share/aclocal.m4, rdi-share/configure: New files. * rdi-share/configure.in: Rewritten to be an autoconf input file. * rdi-share/Makefile.in, rdi-share/configure: Generated by automake/autoconf. * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests to check environment. automake/autoconfiscate rdi-share. We don't use the checks that autoconf provides too much for now, but it'll be easier to use them if any problems crop up in the future. (rdi-share/ is foreign code and it probably isn't worth spending any more time than necessary messing with it.)
19 lines
805 B
Makefile
19 lines
805 B
Makefile
## 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
|
|
|
|
libangsd_a_INCLUDES = -DRETRANS DARM_RELEASE='"Berkeley Licence for Cygnus"'
|