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
73cec3b1
...
73cec3b131edc242fe7386d52b3126fded4349a8
authored
2002-02-22 13:18:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added ARGP stuff.
1 parent
e473840e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
frm/Makefile.am
guimb/Makefile.am
frm/Makefile.am
View file @
73cec3b
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib
@ARGPINCS@
bin_PROGRAMS
=
frm
frm_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.la
frm_LDADD
=
@ARGPLIBS@
../mailbox/libmailbox.la ../lib/libmailutils.la
...
...
guimb/Makefile.am
View file @
73cec3b
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
-I
$(top_srcdir)
/libmu_scm
@ARGPINCS@
SUBDIRS
=
scm
bin_PROGRAMS
=
@GUIMB@
EXTRA_PROGRAMS
=
guimb
guimb_SOURCES
=
main.c collect.c util.c guimb.h
guimb_LDADD
=
../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la
\
guimb_LDADD
=
@ARGPLIBS@
../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la
\
../lib/libmailutils.la @GUILE_LIBS@
...
...
Please
register
or
sign in
to post a comment