Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b504cc21
...
b504cc21b1ed96056bb4aba88858a8f5a5b46e20
authored
2001-09-14 12:18:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Initial commit
1 parent
ddd3dc95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
mh/.cvsignore
mh/Makefile.am
mh/.cvsignore
0 → 100644
View file @
b504cc2
Makefile
Makefile.in
mh_fmtgram.c
scan
mh/Makefile.am
0 → 100644
View file @
b504cc2
bin_PROGRAMS
=
scan
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
mh_argp.c
\
mh_getopt.c
\
mh_error.c
\
mh_format.c
\
mh_init.c
\
mh_fmtgram.y
noinst_HEADERS
=
mh.h mh_getopt.h
scan_SOURCES
=
scan.c
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib @ARGPINCS@
scan_LDADD
=
./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a -lcurses -ltermcap
YFLAGS
=
-vt
Please
register
or
sign in
to post a comment