annotate src/Makefile.am @ 749:fdc57c9e5f56

Remove .sh from mlmmj-make-ml.sh; symlink original name
author Ben Schmidt
date Sun, 03 Oct 2010 22:12:33 +1100
parents dfc9ab125fd4
children ecb991e41a4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
1 #
21ce01de8109 Initial revision
mmj
parents:
diff changeset
2
21ce01de8109 Initial revision
mmj
parents:
diff changeset
3 AUTOMAKE_OPTIONS = foreign
21ce01de8109 Initial revision
mmj
parents:
diff changeset
4
607
db8ec0c0d035 Added support for default list text directory (Henne Vogelsang)
mortenp
parents: 565
diff changeset
5 AM_CFLAGS = -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"@textlibdir@"'
366
7d6c9bb6168f Warning fixes and release prep
mmj
parents: 338
diff changeset
6 INCLUDES = -I$(srcdir)/../include
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
7
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
8 bin_PROGRAMS = mlmmj-send mlmmj-receive mlmmj-process mlmmj-sub \
367
a5738a509ecc New binary: mlmmj-list
mmj
parents: 366
diff changeset
9 mlmmj-unsub mlmmj-bounce mlmmj-maintd mlmmj-list
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
10
749
fdc57c9e5f56 Remove .sh from mlmmj-make-ml.sh; symlink original name
Ben Schmidt
parents: 748
diff changeset
11 bin_SCRIPTS = mlmmj-make-ml
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
12
749
fdc57c9e5f56 Remove .sh from mlmmj-make-ml.sh; symlink original name
Ben Schmidt
parents: 748
diff changeset
13 EXTRA_DIST = mlmmj-make-ml
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
14
21ce01de8109 Initial revision
mmj
parents:
diff changeset
15 mlmmj_send_SOURCES = mlmmj-send.c writen.c mail-functions.c itoa.c chomp.c \
21ce01de8109 Initial revision
mmj
parents:
diff changeset
16 incindexfile.c checkwait_smtpreply.c getlistaddr.c \
21ce01de8109 Initial revision
mmj
parents:
diff changeset
17 mylocking.c init_sockfd.c strgen.c random-int.c \
268
1dbadf407849 mlmmj-send now prepares headers and mail, and To: header feature added
mmj
parents: 244
diff changeset
18 print-version.c log_error.c mygetline.c memory.c \
521
dd4dfda6487a listtexts
mmj
parents: 486
diff changeset
19 statctrl.c ctrlvalue.c getaddrsfromfd.c readn.c \
dd4dfda6487a listtexts
mmj
parents: 486
diff changeset
20 getlistdelim.c
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
21
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
22 mlmmj_receive_SOURCES = mlmmj-receive.c writen.c random-int.c strgen.c \
407
4bfcc62d6a30 Now it at least compiles
mmj
parents: 367
diff changeset
23 print-version.c log_error.c dumpfd2fd.c memory.c \
486
89a256e8f1d3 read() wrapper, and yet another littering hole plunged
mmj
parents: 475
diff changeset
24 log_oper.c mylocking.c readn.c
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
25
20
a642323b9d02 Remove strip_file_to_fd
mmj
parents: 11
diff changeset
26 mlmmj_process_SOURCES = mlmmj-process.c writen.c find_email_adr.c \
a642323b9d02 Remove strip_file_to_fd
mmj
parents: 11
diff changeset
27 incindexfile.c itoa.c getlistaddr.c chomp.c \
34
1344f636cff3 Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub
mmj
parents: 26
diff changeset
28 mylocking.c listcontrol.c random-int.c strgen.c \
189
cb46caab2621 New function to prepare a standard mail in an easy way, and make send_help
mmj
parents: 166
diff changeset
29 print-version.c send_help.c prepstdreply.c \
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
30 do_all_the_voodoo_here.c mygetline.c gethdrline.c \
221
1673fe779f37 Add functionality for subscribers only posting and to only allow posts with
mmj
parents: 202
diff changeset
31 log_error.c statctrl.c ctrlvalue.c dumpfd2fd.c \
475
d4c53b538aa7 listname+list, 1.2.5 and a FAQ entry -- not tested yet, but
mmj
parents: 450
diff changeset
32 subscriberfuncs.c ctrlvalues.c memory.c log_oper.c \
652
00a1c5697fa6 Added unicode support to listtexts
mortenp
parents: 607
diff changeset
33 send_list.c readn.c getlistdelim.c unistr.c
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
34
34
1344f636cff3 Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub
mmj
parents: 26
diff changeset
35 mlmmj_sub_SOURCES = mlmmj-sub.c writen.c mylocking.c \
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
36 getlistaddr.c chomp.c random-int.c strgen.c \
26
035484b0da60 Bye bye readln--you wont be missed.
mmj
parents: 25
diff changeset
37 subscriberfuncs.c print-version.c \
291
7da5c55b9330 0.8.3 commit
mmj
parents: 279
diff changeset
38 log_error.c mygetline.c prepstdreply.c memory.c \
652
00a1c5697fa6 Added unicode support to listtexts
mortenp
parents: 607
diff changeset
39 statctrl.c readn.c getlistdelim.c ctrlvalues.c \
00a1c5697fa6 Added unicode support to listtexts
mortenp
parents: 607
diff changeset
40 unistr.c
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
41
34
1344f636cff3 Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub
mmj
parents: 26
diff changeset
42 mlmmj_unsub_SOURCES = mlmmj-unsub.c writen.c mylocking.c \
0
21ce01de8109 Initial revision
mmj
parents:
diff changeset
43 getlistaddr.c chomp.c subscriberfuncs.c random-int.c \
189
cb46caab2621 New function to prepare a standard mail in an easy way, and make send_help
mmj
parents: 166
diff changeset
44 strgen.c print-version.c log_error.c mygetline.c \
521
dd4dfda6487a listtexts
mmj
parents: 486
diff changeset
45 prepstdreply.c memory.c statctrl.c readn.c \
652
00a1c5697fa6 Added unicode support to listtexts
mortenp
parents: 607
diff changeset
46 getlistdelim.c unistr.c
189
cb46caab2621 New function to prepare a standard mail in an easy way, and make send_help
mmj
parents: 166
diff changeset
47
106
c0df06494518 Dump needed data when failing in mlmmj-send.
mmj
parents: 89
diff changeset
48 mlmmj_bounce_SOURCES = mlmmj-bounce.c print-version.c log_error.c \
189
cb46caab2621 New function to prepare a standard mail in an easy way, and make send_help
mmj
parents: 166
diff changeset
49 subscriberfuncs.c strgen.c random-int.c writen.c \
279
118a412fcebd Get rid of openrandexclrw since we're not using it anyway. And we hate dead code
mmj
parents: 268
diff changeset
50 prepstdreply.c mygetline.c chomp.c getlistaddr.c \
521
dd4dfda6487a listtexts
mmj
parents: 486
diff changeset
51 memory.c find_email_adr.c gethdrline.c readn.c \
652
00a1c5697fa6 Added unicode support to listtexts
mortenp
parents: 607
diff changeset
52 getlistdelim.c unistr.c
106
c0df06494518 Dump needed data when failing in mlmmj-send.
mmj
parents: 89
diff changeset
53
136
baa3dad6154e Further work on mlmmj-maintd.
mmj
parents: 106
diff changeset
54 mlmmj_maintd_SOURCES = mlmmj-maintd.c print-version.c log_error.c mygetline.c \
320
b2fe9c6cb9fe Bouncelife and crontab entry fix and a commented out genmsgid() function
mmj
parents: 291
diff changeset
55 strgen.c random-int.c chomp.c writen.c memory.c \
338
60da8d3ef63e added digest support
mortenp
parents: 320
diff changeset
56 ctrlvalue.c send_digest.c getlistaddr.c dumpfd2fd.c \
565
e3a9ca0e9c33 added support for digest text part and digestissue keyword
mortenp
parents: 539
diff changeset
57 mylocking.c log_oper.c readn.c getlistdelim.c \
e3a9ca0e9c33 added support for digest text part and digestissue keyword
mortenp
parents: 539
diff changeset
58 prepstdreply.c statctrl.c gethdrline.c unistr.c
367
a5738a509ecc New binary: mlmmj-list
mmj
parents: 366
diff changeset
59
a5738a509ecc New binary: mlmmj-list
mmj
parents: 366
diff changeset
60 mlmmj_list_SOURCES = mlmmj-list.c strgen.c writen.c print-version.c memory.c \
486
89a256e8f1d3 read() wrapper, and yet another littering hole plunged
mmj
parents: 475
diff changeset
61 log_error.c random-int.c readn.c
748
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
62
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
63 install-exec-hook:
dfc9ab125fd4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb
parents: 652
diff changeset
64 ln -f -s mlmmj-receive $(DESTDIR)$(bindir)/mlmmj-recieve
749
fdc57c9e5f56 Remove .sh from mlmmj-make-ml.sh; symlink original name
Ben Schmidt
parents: 748
diff changeset
65 ln -f -s mlmmj-make-ml $(DESTDIR)$(bindir)/mlmmj-make-ml.sh