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
c3396f40
...
c3396f40b0af1cf9c4b82a9513ac06cf3849ec8e
authored
2002-09-25 14:31:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added fmtcheck
1 parent
7855e386
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
mh/.cvsignore
mh/Makefile.am
mh/.cvsignore
View file @
c3396f4
...
...
@@ -10,5 +10,6 @@ rmf
refile
mhpath
folder
fmtcheck
*.output
.gdbinit
...
...
mh/Makefile.am
View file @
c3396f4
...
...
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
bin_PROGRAMS
=
scan inc rmm refile mhpath folder rmf
bin_PROGRAMS
=
scan inc rmm refile mhpath folder rmf
fmtcheck
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
mh_argp.c
\
...
...
@@ -22,6 +22,7 @@ rmf_SOURCES = rmf.c
refile_SOURCES
=
refile.c
mhpath_SOURCES
=
mhpath.c
folder_SOURCES
=
folder.c
fmtcheck_SOURCES
=
fmtcheck.c
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib
mh_LIBS
=
./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
scan_LDADD
=
$(mh_LIBS)
-lcurses -ltermcap
...
...
@@ -31,6 +32,7 @@ refile_LDADD = $(mh_LIBS)
mhpath_LDADD
=
$(mh_LIBS)
folder_LDADD
=
$(mh_LIBS)
rmf_LDADD
=
$(mh_LIBS)
fmtcheck_LDADD
=
$(mh_LIBS)
YFLAGS
=
-vt
install-exec-hook
:
...
...
Please
register
or
sign in
to post a comment