/[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.6 by gray, Tue Sep 3 09:35:08 2002 UTC revision 1.7 by gray, Tue Sep 17 15:04: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  bin_PROGRAMS = scan inc rmm
6  noinst_LIBRARIES = libmh.a  noinst_LIBRARIES = libmh.a
7  libmh_a_SOURCES= \  libmh_a_SOURCES= \
8   mh_argp.c\   mh_argp.c\
# Line 14  libmh_a_SOURCES= \ Line 14  libmh_a_SOURCES= \
14  noinst_HEADERS = mh.h mh_getopt.h  noinst_HEADERS = mh.h mh_getopt.h
15  scan_SOURCES = scan.c  scan_SOURCES = scan.c
16  inc_SOURCES = inc.c  inc_SOURCES = inc.c
17    rmm_SOURCES = rmm.c
18  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib  INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
19  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la  mh_LIBS = ./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la
20  scan_LDADD = $(mh_LIBS)  -lcurses -ltermcap  scan_LDADD = $(mh_LIBS)  -lcurses -ltermcap
21  inc_LDADD = $(mh_LIBS)  inc_LDADD = $(mh_LIBS)
22    rmm_LDADD = $(mh_LIBS)
23  YFLAGS=-vt  YFLAGS=-vt
24    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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