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
bacdd452
...
bacdd452f3eae625ec7c6b6390c951dd59388c82
authored
2002-09-03 09:35:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added copyleft header.
1 parent
f13c4a20
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
152 additions
and
8 deletions
auth/Makefile.am
comsat/Makefile.am
doc/Makefile.am
doc/man/Makefile.am
doc/rfc/Makefile.am
doc/texinfo/Makefile.am
dotlock/Makefile.am
examples/Makefile.am
frm/Makefile.am
frm/testsuite/Makefile.am
from/Makefile.am
from/testsuite/Makefile.am
guimb/Makefile.am
guimb/scm/Makefile.am
imap4d/Makefile.am
imap4d/testsuite/Makefile.am
include/Makefile.am
include/mailutils/Makefile.am
lib/Makefile.am
lib/posix/Makefile.am
libmu_scm/Makefile.am
m4/Makefile.am
mail.local/Makefile.am
mail.remote/Makefile.am
mail/Makefile.am
mail/testsuite/Makefile.am
mailbox/Makefile.am
mailbox/include/Makefile.am
mailbox/testsuite/Makefile.am
mapi/Makefile.am
messages/Makefile.am
messages/testsuite/Makefile.am
mh/Makefile.am
pop3d/Makefile.am
pop3d/testsuite/Makefile.am
readmsg/Makefile.am
readmsg/testsuite/Makefile.am
scripts/Makefile.am
sieve/testsuite/Makefile.am
testsuite/Makefile.am
auth/Makefile.am
View file @
bacdd45
# Use automake to process this file -*-Makefile-*-
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
...
...
comsat/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
...
...
doc/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001, Free Software Foundation
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
SUBDIRS
=
texinfo rfc man
...
...
doc/man/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
man_MANS
=
pop3d.1 imap4d.1 popauth.1
EXTRA_DIST
=
$(man_MANS)
...
...
doc/rfc/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001, Free Software Foundation
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
EXTRA_DIST
=
\
rfc821.txt
\
...
...
doc/texinfo/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001, Free Software Foundation
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
info_TEXINFOS
=
mailutils.texi
mailutils_TEXINFOS
=
\
...
...
dotlock/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include -I
$(top_srcdir)
/libmu_scm
...
...
examples/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
noinst_PROGRAMS
=
addr url-parse sfrom mimetest muemail msg-send
...
...
@@ -5,4 +9,4 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la
EXTRA_DIST
=
comsat.conf dot.biffrc gnu-imap4d.pam gnu-pop3d.pam
\
mailutils.rc reply.scm
\ No newline at end of file
mailutils.rc reply.scm
...
...
frm/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
SUBDIRS
=
testsuite
...
...
frm/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
frm
RUNTESTFLAGS
=
...
...
from/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
SUBDIRS
=
testsuite
...
...
from/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
from
RUNTESTFLAGS
=
...
...
guimb/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
...
...
guimb/scm/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
bin_SCRIPTS
=
sieve.scm
sieve.scm
:
sieve.scm.in
...
...
imap4d/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include @AUTHINCS@
SUBDIRS
=
testsuite
...
...
imap4d/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
imap4d
RUNTESTFLAGS
=
...
...
include/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
SUBDIRS
=
mailutils
...
...
include/mailutils/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
pkginclude_HEADERS
=
\
address.h
\
argp.h
\
...
...
lib/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
ansi2knr
noinst_LTLIBRARIES
=
libmailutils.la
...
...
lib/posix/Makefile.am
View file @
bacdd45
## Process this file with automake to create Makefile.in
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
no-dependencies
EXTRA_DIST
=
regex.h
...
...
libmu_scm/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
...
...
m4/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
EXTRA_DIST
=
\
debug.m4
\
gssapi.m4
\
...
...
mail.local/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include -I
$(top_srcdir)
/libmu_scm
...
...
mail.remote/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include -I
$(top_srcdir)
/libmu_scm
...
...
mail/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
AM_YFLAGS
=
-vt
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib
...
...
mail/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
mail
RUNTESTFLAGS
=
...
...
mailbox/Makefile.am
View file @
bacdd45
# Use automake to process this file -*-Makefile-*-
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
...
...
mailbox/include/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
noinst_HEADERS
=
\
address0.h
\
attribute0.h
\
...
...
mailbox/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
mailbox
RUNTESTFLAGS
=
...
...
mapi/Makefile.am
View file @
bacdd45
# Use automake to process this file -*-Makefile-*-
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
...
...
messages/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
SUBDIRS
=
testsuite
...
...
messages/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
messages
RUNTESTFLAGS
=
...
...
mh/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
bin_PROGRAMS
=
scan inc
noinst_LIBRARIES
=
libmh.a
libmh_a_SOURCES
=
\
...
...
pop3d/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
...
...
pop3d/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
pop3d
RUNTESTFLAGS
=
...
...
readmsg/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
SUBDIRS
=
testsuite
...
...
readmsg/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
readmsg
RUNTESTFLAGS
=
...
...
scripts/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
EXTRA_DIST
=
guile-doc-snarf guile-func-name-check guile-snarf.awk
...
...
sieve/testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
sieve
RUNTESTFLAGS
=
...
...
testsuite/Makefile.am
View file @
bacdd45
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
EXTRA_DIST
=
makespool
test_dirs
=
lib etc spool folder
...
...
Please
register
or
sign in
to post a comment