Commit b504cc21 b504cc21b1ed96056bb4aba88858a8f5a5b46e20 by Sergey Poznyakoff

Initial commit

1 parent ddd3dc95
1 Makefile
2 Makefile.in
3 mh_fmtgram.c
4 scan
1 bin_PROGRAMS = scan
2 noinst_LIBRARIES = libmh.a
3 libmh_a_SOURCES= \
4 mh_argp.c\
5 mh_getopt.c\
6 mh_error.c\
7 mh_format.c\
8 mh_init.c\
9 mh_fmtgram.y
10 noinst_HEADERS = mh.h mh_getopt.h
11 scan_SOURCES = scan.c
12 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@
13 scan_LDADD = ./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a -lcurses -ltermcap
14 YFLAGS=-vt
15