From 17287576555a5c46fa23549e2e5f073660dccb70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 21 Apr 1999 09:51:03 +0200 Subject: Import ax25-tools 0.0.1 from tarball --- hdlcutil/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 hdlcutil/Makefile.am (limited to 'hdlcutil/Makefile.am') diff --git a/hdlcutil/Makefile.am b/hdlcutil/Makefile.am new file mode 100644 index 0000000..32059d1 --- /dev/null +++ b/hdlcutil/Makefile.am @@ -0,0 +1,31 @@ + +installconf: + +sbin_PROGRAMS = setcrystal sethdlc smmixer smdiag + +man_MANS = sethdlc.8 smdiag.8 smmixer.8 baycom.9 hdlcdrv.9 soundmodem.9 + +setcrystal_SOURCES = \ + setcrystal.c + +sethdlc_SOURCES = \ + sethdlc.c \ + hdrvcomm.c \ + hdrvcomm.h \ + usersmdiag.h + +smmixer_SOURCES = \ + smmixer.c \ + hdrvcomm.c \ + hdrvcomm.h \ + usersmdiag.h + +smdiag_SOURCES = \ + smdiag.c \ + hdrvcomm.c \ + hdrvcomm.h \ + usersmdiag.h + +smdiag_LDADD = \ + $(X_LIBS) \ + -lX11 -- cgit v1.2.3