Initial commit
Showing
2 changed files
with
19 additions
and
0 deletions
mh/.cvsignore
0 → 100644
mh/Makefile.am
0 → 100644
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 |
-
Please register or sign in to post a comment