From 59cfcb1d81825cc4816fc1ffddd0193f0ebec4ae Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 11 Apr 2001 08:14:39 +0200 Subject: Import ax25-tools 0.0.6 from tarball --- hdlcutil/fl/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hdlcutil/fl/Makefile.am (limited to 'hdlcutil/fl/Makefile.am') diff --git a/hdlcutil/fl/Makefile.am b/hdlcutil/fl/Makefile.am new file mode 100644 index 0000000..401ef67 --- /dev/null +++ b/hdlcutil/fl/Makefile.am @@ -0,0 +1,13 @@ + +sbin_PROGRAMS = xfsmmixer xfhdlcchpar xfhdlcst xfsmdiag + +INCLUDES = $(X_CFLAGS) -I.. +LDFLAGS = $(X_LIBS) -lX11 $(FLTK_LIB) +LDADD = hdrvcomm.o + +xfsmmixer_SOURCES = xfsmmixer.cxx xfsmmixer_main.cxx xfsmmixer.h +xfhdlcchpar_SOURCES = xfhdlcchpar.cxx xfhdlcchpar_main.cxx xfhdlcchpar.h +xfhdlcst_SOURCES = xfhdlcst.cxx xfhdlcst_main.cxx xfhdlcst.h +xfsmdiag_SOURCES = xfsmdiag.cxx xfsmdiag_main.cxx xfsmdiag.h xfsmdiag_main.h + +hdrvcomm.o: ../hdrvcomm.o -- cgit v1.2.3