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
c147308f
...
c147308fb5509a29599a7db29838bd3a94045ed5
authored
2001-10-13 01:01:56 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixes for RO srcdir
1 parent
4fcac3a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
ChangeLog
guimb/Makefile.am
libmu_scm/Makefile.am
ChangeLog
View file @
c147308
2001-10-12 Jeff Bailey <jbailey@outpost.dnsalias.org>
* libmu_scm/Makefile.am: Fixes for RO srcdir.
* guimb/Makefile.am: Fixes for RO srcdir.
2001-10-11 Alain Magloire
A small cleanup of the IMAP code.
...
...
guimb/Makefile.am
View file @
c147308
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(
CURDIR)
-I
$(top_builddir)
-I
$(
srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
SUBDIRS
=
scm
...
...
@@ -15,6 +15,9 @@ DOT_X_FILES=run_scm.x
DOT_DOC_FILES
=
run_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
ETAGS_ARGS
=
--regex
=
'/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
\
--regex
=
'/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
...
...
libmu_scm/Makefile.am
View file @
c147308
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
INCLUDES
=
-I
$(
CURDIR)
-I
$(top_builddir)
-I
$(
srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
noinst_LIBRARIES
=
@MU_SCM@
EXTRA_LIBRARIES
=
libmu_scm.a
...
...
@@ -21,6 +21,8 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \
mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
ETAGS_ARGS
=
--regex
=
'/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
\
--regex
=
'/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
...
...
Please
register
or
sign in
to post a comment