/[mailutils]/mailutils/mh/Makefile.am
ViewVC logotype

Diff of /mailutils/mh/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by gray, Thu Sep 19 14:52:33 2002 UTC revision 1.10 by gray, Sat Sep 21 19:13:14 2002 UTC
# Line 2  Line 2 
2  # Copyright (C) 2000,2001,2002 Free Software Foundation  # Copyright (C) 2000,2001,2002 Free Software Foundation
3  # See file COPYING in the distribution root directory for copying conditions.  # See file COPYING in the distribution root directory for copying conditions.
4    
5  bin_PROGRAMS = scan inc rmm refile mhpath  bin_PROGRAMS = scan inc rmm refile mhpath folder
6  noinst_LIBRARIES = libmh.a  noinst_LIBRARIES = libmh.a
7  libmh_a_SOURCES= \  libmh_a_SOURCES= \
8   mh_argp.c\   mh_argp.c\
9   mh_ctx.c\   mh_ctx.c\
10   mh_getopt.c\   mh_getopt.c\
11     mh_global.c\
12   mh_error.c\   mh_error.c\
13   mh_format.c\   mh_format.c\
14   mh_init.c\   mh_init.c\
# Line 19  inc_SOURCES = inc.c Line 20  inc_SOURCES = inc.c
20  rmm_SOURCES = rmm.c  rmm_SOURCES = rmm.c
21  refile_SOURCES = refile.c  refile_SOURCES = refile.c
22  mhpath_SOURCES = mhpath.c  mhpath_SOURCES = mhpath.c
23    folder_SOURCES = folder.c
24  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
25  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
26  scan_LDADD = $(mh_LIBS)  -lcurses -ltermcap  scan_LDADD = $(mh_LIBS)  -lcurses -ltermcap
# Line 26  inc_LDADD = $(mh_LIBS) Line 28  inc_LDADD = $(mh_LIBS)
28  rmm_LDADD = $(mh_LIBS)  rmm_LDADD = $(mh_LIBS)
29  refile_LDADD = $(mh_LIBS)  refile_LDADD = $(mh_LIBS)
30  mhpath_LDADD = $(mh_LIBS)  mhpath_LDADD = $(mh_LIBS)
31    folder_LDADD = $(mh_LIBS)
32  YFLAGS=-vt  YFLAGS=-vt
33    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26