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
a2ec610a
...
a2ec610aafc52111a40ac6de7b77b01e987a0ca7
authored
2003-02-16 11:23:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new files. Provide for multiple parsers within an application.
1 parent
af2aa7f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
mh/Makefile.am
mh/Makefile.am
View file @
a2ec610
...
...
@@ -71,8 +71,9 @@ libmh_a_SOURCES= \
mh_format.c
\
mh_init.c
\
mh_list.c
\
mh_fmtgram.
y
\
mh_fmtgram.
c
\
mh_msgset.c
\
mh_sequence.c
\
mh_whatnow.c
noinst_HEADERS
=
mh.h mh_getopt.h
...
...
@@ -80,8 +81,15 @@ LISPSRC = mailutils-mh.el
lisp_LISP
=
@lisp_LISP@
EXTRA_LISP
=
mailutils-mh.el
BUILT_SOURCES
=
\
mh_fmtgram.c
\
pick-gram.c
\
pick-gram.h
MAINTAINERCLEANFILES
=
$(BUILT_SOURCES)
mhlib_DATA
=
replcomps mhl.format
$(LISPSRC)
EXTRA_DIST
=
replcomps mhl.format mailutils-mh.eli
EXTRA_DIST
=
replcomps mhl.format mailutils-mh.eli
mh_fmtgram.y pick.y
DISTCLEANFILES
=
mailutils-mh.el
mailutils-mh.el
:
mailutils-mh.eli
...
...
@@ -92,9 +100,22 @@ AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\"
mh_LIBS
=
./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
LDADD
=
$(mh_LIBS)
scan_LDADD
=
$(mh_LIBS)
@CURSES_LIBS@
pick_SOURCES
=
pick.c pick.h pick-gram.c pick-gram.h
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-vt
pick-gram.c pick-gram.h
:
$(srcdir)/pick.y
$(YLWRAP)
"
$(YACC)
$(AM_YFLAGS)
-d"
$<
\
y.tab.c pick-gram.c y.tab.h pick-gram.h y.output pick.output
\
-- -yy pick_yy
mh_fmtgram.c
:
$(srcdir)/mh_fmtgram.y
$(YLWRAP)
"
$(YACC)
$(AM_YFLAGS)
"
$<
\
y.tab.c mh_fmtgram.c y.output fmtgram.y.output
\
-- -yy fmt_yy
install-exec-hook
:
@BUILD_MH_EXEC_HOOK@
mh_finish_install
:
...
...
Please
register
or
sign in
to post a comment