* Create help for explaining how encrypted password file support
[alpine.git] / pith / Makefile.am
blobce6c78a37238a5ac4148ab7270b784ae9492527a
1 ## Process this file with automake to produce Makefile.in
2 ## Use aclocal -I m4; automake
4 # ========================================================================
5 # Copyright 2006-2008 University of Washington
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 #     http://www.apache.org/licenses/LICENSE-2.0
13 # ========================================================================
15 SUBDIRS = osdep charconv
17 noinst_LIBRARIES = libpith.a
19 BUILT_SOURCES = helptext.h helptext.c
21 noinst_PROGRAMS = help_h_gen help_c_gen
23 libpith_a_SOURCES = ablookup.c abdlc.c addrbook.c addrstring.c adrbklib.c bldaddr.c charset.c \
24         color.c conf.c context.c copyaddr.c detoken.c detach.c editorial.c escapes.c \
25         filter.c flag.c folder.c handle.c help.c helpindx.c hist.c icache.c imap.c init.c \
26         keyword.c ldap.c list.c mailcap.c mailcmd.c mailindx.c maillist.c mailview.c \
27         margin.c mimedesc.c mimetype.c msgno.c newmail.c news.c pattern.c pipe.c \
28         readfile.c remote.c reply.c rfc2231.c save.c search.c sequence.c send.c sort.c \
29         state.c status.c store.c stream.c string.c strlst.c takeaddr.c tempfile.c text.c \
30         thread.c adjtime.c url.c util.c helptext.c smkeys.c smime.c
32 help_c_gen$(EXEEXT): $(help_c_gen_OBJECTS) $(help_c_gen_DEPENDENCIES) 
33         @rm -f help_c_gen$(EXEEXT)
34         $(LINK) $(help_c_gen_OBJECTS) $(help_c_gen_LDADD)
35 help_h_gen$(EXEEXT): $(help_h_gen_OBJECTS) $(help_h_gen_DEPENDENCIES) 
36         @rm -f help_h_gen$(EXEEXT)
37         $(LINK) $(help_h_gen_OBJECTS) $(help_h_gen_LDADD)
39 helptext.c: help_c_gen pine.hlp
40         ./help_c_gen < pine.hlp > $@
42 helptext.h: help_h_gen pine.hlp
43         ./help_h_gen < pine.hlp > $@
45 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include
47 CLEANFILES = helptext.c helptext.h help_h_gen help_c_gen