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
86d3f4a0
...
86d3f4a06d75dc0ef506307855fb0ffb56cc154f
authored
2002-01-21 14:56:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed run_scm.c
1 parent
c6d4c581
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
29 deletions
guimb/Makefile.am
guimb/Makefile.am
View file @
86d3f4a
...
...
@@ -6,35 +6,7 @@ SUBDIRS=scm
bin_PROGRAMS
=
@GUIMB@
EXTRA_PROGRAMS
=
guimb
guimb_SOURCES
=
main.c collect.c util.c
run_scm.c
guimb.h
guimb_SOURCES
=
main.c collect.c util.c guimb.h
guimb_LDADD
=
../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la
\
../lib/libmailutils.a @GUILE_LIBS@
pkgdata_DATA
=
@GUILE_PROCEDURES_TXT@
DOT_X_FILES
=
run_scm.x
DOT_DOC_FILES
=
run_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
DISTCLEANFILES
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
@GUILE_PROCEDURES_TXT@
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)
>
$@
## Add -MG to make the .x magic work with auto-dep code.
MKDEP
=
$(CC)
-M -MG
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
...
...
Please
register
or
sign in
to post a comment