Add M command to monitor serial bytes
[fw/altos] / cctools / s51 / Makefile.am
1 bin_PROGRAMS=s51
2
3 AM_CFLAGS=-I$(top_srcdir)/cctools/lib $(LIBUSB_CFLAGS)
4 S51_LIBS=$(top_builddir)/cctools/lib/libcc.a -lreadline
5
6 man_MANS = s51.1
7
8 s51_DEPENDENCIES = $(S51_LIBS)
9
10 s51_LDADD=$(S51_LIBS) $(LIBUSB_LIBS)
11
12 s51_SOURCES = s51-parse.c s51-command.c s51-main.c