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
5b996c7c
...
5b996c7c7a989fae5102cfc291bc7a6603004d71
authored
2002-11-01 14:27:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Build the targets conditionally
1 parent
4edfeeec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
mail.remote/Makefile.am
mh/Makefile.am
mail.remote/Makefile.am
View file @
5b996c7
...
...
@@ -5,7 +5,9 @@
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include -I
$(top_srcdir)
/libmu_scm
libexec_PROGRAMS
=
mail.remote
SMTP_PROGRAMS
=
mail.remote
EXTRA_PROGRAMS
=
mail.remote
libexec_PROGRAMS
=
@SMTP_PROGRAMS@
mail_remote_SOURCES
=
mail.remote.c
mail_remote_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.la
...
...
mh/Makefile.am
View file @
5b996c7
...
...
@@ -2,8 +2,13 @@
# 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 fmtcheck repl
noinst_LIBRARIES
=
libmh.a
MH_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl
EXTRA_PROGRAMS
=
scan inc rmm refile mhpath folder rmf fmtcheck repl
MH_LIBRARIES
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
bin_PROGRAMS
=
@MH_PROGRAMS@
noinst_LIBRARIES
=
@MH_LIBRARIES@
libmh_a_SOURCES
=
\
mh_argp.c
\
mh_ctx.c
\
...
...
Please
register
or
sign in
to post a comment