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
59e7b2d4
...
59e7b2d4cd24c1a202729612fca35113e419e1e6
authored
2002-09-10 12:02:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added @GUILE_INCLUDES@. Changed snarfing rules.
1 parent
604f0683
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
59e7b2d
...
...
@@ -3,7 +3,7 @@
# 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
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
@GUILE_INCLUDES@
noinst_LIBRARIES
=
@MU_SCM@
EXTRA_LIBRARIES
=
libmu_scm.a
...
...
@@ -33,16 +33,19 @@ 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
GUILE_DOC_SNARF
=
$(top_srcdir)
/scripts/guile-
$(GUILE_SNARF_VERSION)
/guile-doc-snarf
SUFFIXES
=
.x .doc
.c.x
:
$(GUILE_DOC_SNARF)
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
\
$<
>
$@
||
{
rm
$@
;
false
;
}
AWK
=
$(AWK)
\
$(GUILE_DOC_SNARF)
-o
$@
\
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
.c.doc
:
$(GUILE_DOC_SNARF)
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
\
$<
> /dev/null
||
{
rm
$@
;
false
;
}
AWK
=
$(AWK)
\
$(GUILE_DOC_SNARF)
-d -o
$@
\
$<
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
guile-procedures.txt
:
$(DOT_DOC_FILES)
cat
$(DOT_DOC_FILES)
>
$@
...
...
Please
register
or
sign in
to post a comment