/[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.14 by gray, Mon Sep 30 14:49:19 2002 UTC revision 1.15 by gray, Tue Oct 1 13:09:40 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 folder rmf fmtcheck  bin_PROGRAMS = scan inc rmm refile mhpath folder rmf fmtcheck repl
6  noinst_LIBRARIES = libmh.a  noinst_LIBRARIES = libmh.a
7  libmh_a_SOURCES= \  libmh_a_SOURCES= \
8   mh_argp.c\   mh_argp.c\
# Line 23  refile_SOURCES = refile.c Line 23  refile_SOURCES = refile.c
23  mhpath_SOURCES = mhpath.c  mhpath_SOURCES = mhpath.c
24  folder_SOURCES = folder.c  folder_SOURCES = folder.c
25  fmtcheck_SOURCES = fmtcheck.c  fmtcheck_SOURCES = fmtcheck.c
26    repl_SOURCES = repl.c
27  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
28  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
29  scan_LDADD = $(mh_LIBS) @CURSES_LIBS@  scan_LDADD = $(mh_LIBS) @CURSES_LIBS@
# Line 33  mhpath_LDADD = $(mh_LIBS) Line 34  mhpath_LDADD = $(mh_LIBS)
34  folder_LDADD = $(mh_LIBS)  folder_LDADD = $(mh_LIBS)
35  rmf_LDADD = $(mh_LIBS)  rmf_LDADD = $(mh_LIBS)
36  fmtcheck_LDADD = $(mh_LIBS)  fmtcheck_LDADD = $(mh_LIBS)
37    repl_LDADD = $(mh_LIBS)
38    
39  YFLAGS=-vt  YFLAGS=-vt
40    
41  install-exec-hook:  install-exec-hook:

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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