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
27e65b0b
...
27e65b0b7bf5678b7cfd43d7f812c19a31924c69
authored
2003-02-10 01:15:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added install-mh, anno and mark
1 parent
afa61e9b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
13 deletions
mh/.cvsignore
mh/Makefile.am
mh/.cvsignore
View file @
27e65b0
...
...
@@ -15,5 +15,8 @@ repl
whatnow
comp
send
install-mh
mark
anno
*.output
.gdbinit
...
...
mh/Makefile.am
View file @
27e65b0
...
...
@@ -17,8 +17,39 @@
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
PROGRAMS_MH
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp send
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl whatnow comp send
PROGRAMS_MH
=
\
anno
\
comp
\
fmtcheck
\
folder
\
inc
\
install-mh
\
mark
\
mhpath
\
refile
\
repl
\
rmf
\
rmm
\
scan
\
send
\
whatnow
EXTRA_PROGRAMS
=
\
anno
\
comp
\
fmtcheck
\
folder
\
inc
\
install-mh
\
mark
\
mhpath
\
refile
\
repl
\
rmf
\
rmm
\
scan
\
send
\
whatnow
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
...
...
@@ -46,18 +77,8 @@ EXTRA_DIST = replcomps
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib -I
${
top_srcdir
}
/mailbox @INTLINCS@
AM_CPPFLAGS
=
-DMHLIBDIR
=
\"
$(mhlibdir)
\"
mh_LIBS
=
./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
LDADD
=
$(mh_LIBS)
scan_LDADD
=
$(mh_LIBS)
@CURSES_LIBS@
inc_LDADD
=
$(mh_LIBS)
rmm_LDADD
=
$(mh_LIBS)
refile_LDADD
=
$(mh_LIBS)
mhpath_LDADD
=
$(mh_LIBS)
folder_LDADD
=
$(mh_LIBS)
rmf_LDADD
=
$(mh_LIBS)
fmtcheck_LDADD
=
$(mh_LIBS)
repl_LDADD
=
$(mh_LIBS)
comp_LDADD
=
$(mh_LIBS)
whatnow_LDADD
=
$(mh_LIBS)
send_LDADD
=
$(mh_LIBS)
AM_YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment