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
519c0465
...
519c0465d834b961f07cbbb74d82ad173ea65abb
authored
2007-07-05 21:47:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(INCLUDES): Remove INTLINCS
1 parent
5247f633
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
27 additions
and
27 deletions
auth/Makefile.am
comsat/Makefile.am
dotlock/Makefile.am
examples/Makefile.am
examples/cpp/Makefile.am
frm/Makefile.am
guimb/Makefile.am
imap4d/Makefile.am
lib/Makefile.am
libmu_cpp/Makefile.am
libmu_scm/Makefile.am
libproto/imap/Makefile.am
libproto/maildir/Makefile.am
libproto/mbox/Makefile.am
libproto/mh/Makefile.am
libproto/nntp/Makefile.am
libproto/pop/Makefile.am
libsieve/Makefile.am
libsieve/extensions/Makefile.am
mail.local/Makefile.am
mail.remote/Makefile.am
mail/Makefile.am
mailbox/Makefile.am
messages/Makefile.am
mh/Makefile.am
mimeview/Makefile.am
movemail/Makefile.am
auth/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_CFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
\
-DSITE_CRAM_MD5_PWD
=
\"
@SITE_CRAM_MD5_PWD@
\"
...
...
comsat/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
sbin_PROGRAMS
=
comsatd
...
...
dotlock/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
bin_PROGRAMS
=
dotlock
...
...
examples/Makefile.am
View file @
519c046
...
...
@@ -49,7 +49,7 @@ noinst_PROGRAMS = \
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_LDFLAGS
=
\
../lib/libmuaux.la
\
...
...
examples/cpp/Makefile.am
View file @
519c046
...
...
@@ -30,7 +30,7 @@ CXX_EXAMPLES = \
EXTRA_PROGRAMS
=
$(CXX_EXAMPLES)
noinst_PROGRAMS
=
@MU_BUILT_CXX_EXAMPLES@
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_LDFLAGS
=
\
../../lib/libmuaux.la
\
...
...
frm/Makefile.am
View file @
519c046
...
...
@@ -18,7 +18,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
SUBDIRS
=
testsuite
...
...
guimb/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
SUBDIRS
=
scm
...
...
imap4d/Makefile.am
View file @
519c046
...
...
@@ -18,7 +18,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
SUBDIRS
=
testsuite
sbin_PROGRAMS
=
imap4d
...
...
lib/Makefile.am
View file @
519c046
...
...
@@ -20,7 +20,7 @@
noinst_LTLIBRARIES
=
libmuaux.la
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
libmuaux_la_SOURCES
=
\
daemon.c
\
...
...
libmu_cpp/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
MU_CXX_LIBS
=
libmu_cpp.la
lib_LTLIBRARIES
=
@MU_CXX_LIBS@
...
...
libmu_scm/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
-I. @MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
@INTLINCS@
INCLUDES
=
-I. @MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
lib_LTLIBRARIES
=
@MU_SCM@
EXTRA_LTLIBRARIES
=
libmu_scm.la
...
...
libproto/imap/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_imap.la
libmu_imap_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libproto/maildir/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_maildir.la
libmu_maildir_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libproto/mbox/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_mbox.la
libmu_mbox_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libproto/mh/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_mh.la
libmu_mh_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libproto/nntp/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_nntp.la
libmu_nntp_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libproto/pop/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
lib_LTLIBRARIES
=
libmu_pop.la
libmu_pop_la_LDFLAGS
=
-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
...
...
libsieve/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/gylwrap
AM_YFLAGS
=
-dtv
...
...
libsieve/extensions/Makefile.am
View file @
519c046
...
...
@@ -25,7 +25,7 @@ mod_LTLIBRARIES = \
timestamp.la
\
vacation.la
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_LDFLAGS
=
../../lib/libmuaux.la
${
MU_LIB_MAILUTILS
}
...
...
mail.local/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
-I
${
top_srcdir
}
@MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
@INTLINCS@
INCLUDES
=
-I
${
top_srcdir
}
@MU_COMMON_INCLUDES@ @GUILE_INCLUDES@
SUBDIRS
=
testsuite
libexec_PROGRAMS
=
mail.local
...
...
mail.remote/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
SUBDIRS
=
testsuite
PROGRAMS_SMTP
=
mail.remote
$(EXEEXT)
...
...
mail/Makefile.am
View file @
519c046
...
...
@@ -18,7 +18,7 @@
## 02110-1301 USA
AM_YFLAGS
=
-vt
INCLUDES
=
@MU_COMMON_INCLUDES@ @
INTLINCS@ @
MU_AUTHINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ @MU_AUTHINCS@
AM_CFLAGS
=
-DSITE_MAIL_RC
=
\"
@SITE_MAIL_RC@
\"
bin_PROGRAMS
=
mail
...
...
mailbox/Makefile.am
View file @
519c046
...
...
@@ -18,7 +18,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ -I
${
top_srcdir
}
/libproto/include
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/gylwrap
AM_YFLAGS
=
-vt
...
...
messages/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
SUBDIRS
=
testsuite
...
...
mh/Makefile.am
View file @
519c046
...
...
@@ -123,7 +123,7 @@ mailutils-mh.el: mailutils-mh.eli
.eli.el
:
sed
"s,BINDIR,
$(bindir)
,g;s,MHLIBDIR,
$(mhlibdir)
,g"
$<
>
$@
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_CPPFLAGS
=
-D_GNU_SOURCE -DMHLIBDIR
=
\"
$(mhlibdir)
\"
-DMHBINDIR
=
\"
$(bindir)
\"
mh_LIBS
=
\
./libmh.a
\
...
...
mimeview/Makefile.am
View file @
519c046
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
AM_CFLAGS
=
-DDEFAULT_CUPS_CONFDIR
=
\"
@DEFAULT_CUPS_CONFDIR@
\"
...
...
movemail/Makefile.am
View file @
519c046
...
...
@@ -18,7 +18,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@ @
INTLINCS@ @
MU_AUTHINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@ @MU_AUTHINCS@
bin_PROGRAMS
=
movemail
movemail_LDADD
=
\
...
...
Please
register
or
sign in
to post a comment