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
13bfe86b
...
13bfe86bb799f05d786c6a6e27e16d2dc70e2dc2
authored
2001-07-19 14:46:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
initial commit
1 parent
c31f1481
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
0 → 100644
View file @
13bfe86
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
noinst_LIBRARIES
=
@MU_SCM@
EXTRA_LIBRARIES
=
libmu_scm.a
libmu_scm_a_SOURCES
=
mu_scm.c mu_mailbox.c mu_message.c mu_body.c
\
mu_scm.h
pkgdata_DATA
=
guile-procedures.txt
DOT_X_FILES
=
mu_scm.x mu_mailbox.x mu_message.x mu_body.x
DOT_DOC_FILES
=
mu_scm.doc mu_mailbox.doc mu_message.doc
\
mu_body.doc
BUILT_SOURCES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
#EXTRA_DIST=
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
ETAGS_ARGS
=
--regex
=
'/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/'
\
--regex
=
'/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'
GUILE_DOC_SNARF
=
$(top_srcdir)
/scripts/guile-doc-snarf
SUFFIXES
=
.x .doc
.c.x
:
$(GUILE_DOC_SNARF)
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
\
$<
>
$@
||
{
rm
$@
;
false
;
}
.c.doc
:
$(GUILE_DOC_SNARF)
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
\
$<
> /dev/null
||
{
rm
$@
;
false
;
}
guile-procedures.txt
:
$(DOT_DOC_FILES)
cat
$(DOT_DOC_FILES)
>
$@
if
MAINTAINER_MODE
## Add -MG to make the .x magic work with auto-dep code.
MKDEP
=
$(CC)
-M -MG
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
endif
Please
register
or
sign in
to post a comment