-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
21 lines (17 loc) · 954 Bytes
/
Makefile.am
File metadata and controls
21 lines (17 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COMMON_SOURCES = postal.h userlist.cpp userlist.h thread.cpp thread.h results.cpp results.h address.cpp address.h tcp.cpp tcp.h cmd5.cpp cmd5.h mutex.cpp mutex.h logit.cpp logit.h expand.cpp expand.h
bin_PROGRAMS = postal-list
sbin_PROGRAMS = postal rabid bhm
noinst_PROGRAMS = ex-test
dist_man_MANS = postal.8 rabid.8 bhm.8 postal-list.1
postal_list_SOURCES = postal-list.cpp expand.cpp expand.h
postal_list_LDADD = @extra_ldflags@
postal_SOURCES = postal.cpp smtp.cpp smtp.h $(COMMON_SOURCES)
postal_LDADD = @crypt_ldflags@ @JEMALLOC_LIBS@
rabid_SOURCES = rabid.cpp client.cpp client.h $(COMMON_SOURCES)
rabid_LDADD = @crypt_ldflags@
bhm_SOURCES = bhm.cpp userlist.cpp userlist.h basictcp.cpp basictcp.h logit.cpp logit.h results.cpp results.h mutex.cpp mutex.h bhmusers.cpp bhmusers.h
bhm_LDADD = @crypt_ldflags@
ex_test_SOURCES = ex-test.cpp expand.cpp expand.h
EXTRA_DIST = packaging/rpm/postal.spec
rpm: dist-xz
rpmbuild -ta $(distdir).tar.xz