isync/Makefile.am

27 lines
748 B
Makefile
Raw Normal View History

SUBDIRS = src
man_MANS = isync.1
EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS)
log:
2003-05-05 17:17:44 +00:00
@echo "me:'Michael Elkins <me@sigpipe.org>'" > .usermap
@echo "melkins:'Michael Elkins <me@sigpipe.org>'" >> .usermap
@echo "nboullis:'Nicolas Boullis <nboullis@users.sf.net>'" >> .usermap
2003-05-05 17:17:44 +00:00
@echo "ossi:'Oswald Buddenhagen <ossi@users.sf.net>'" >> .usermap
@echo "tytso:'Theodore Ts'o <tytso@users.sf.net>'" >> .usermap
2003-05-05 17:17:44 +00:00
cvs2cl -U .usermap --no-wrap --separate-header
2003-05-06 02:17:10 +00:00
@rm -f .usermap ChangeLog.bak
2000-12-21 20:56:14 +00:00
deb:
CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
deb-clean:
dh_clean -Xsrc/
fakeroot debian/rules unpatch
distdir distclean: deb-clean
2000-12-21 20:56:14 +00:00
rpm:
make dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
rpm -ba --clean isync.spec