isync/Makefile.am
Michael Elkins f0c7fdf008 added memory debugging code
fixed memory leak in free_list()

free memory associated with global settings on exit
2001-11-19 19:41:14 +00:00

20 lines
498 B
Makefile

bin_PROGRAMS=isync
isync_SOURCES=main.c imap.c sync.c maildir.c isync.h list.c cram.c config.c
isync_LDADD=@DEBUGOBJ@
isync_DEPENDENCIES=@DEBUGOBJ@
EXTRA_isync_SOURCES=debug.c
man_MANS=isync.1
EXTRA_DIST=sample.isyncrc $(man_MANS)
INCLUDES=$(RPM_OPT_FLAGS)
log:
rcs2log -h sigpipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
isync.html: isync.1
groff -Thtml -man isync.1 > isync.html
rpm:
make dist
cp isync-$(VERSION).tar.gz /usr/src/RPM/SOURCES
rpm -ba --target=i586 --clean isync.spec