Makefile.am 748 B

1234567891011121314151617181920212223242526
  1. SUBDIRS = src
  2. man_MANS = isync.1
  3. EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS)
  4. log:
  5. @echo "me:'Michael Elkins <me@sigpipe.org>'" > .usermap
  6. @echo "melkins:'Michael Elkins <me@sigpipe.org>'" >> .usermap
  7. @echo "nboullis:'Nicolas Boullis <nboullis@users.sf.net>'" >> .usermap
  8. @echo "ossi:'Oswald Buddenhagen <ossi@users.sf.net>'" >> .usermap
  9. @echo "tytso:'Theodore Ts'o <tytso@users.sf.net>'" >> .usermap
  10. cvs2cl -U .usermap --no-wrap --separate-header
  11. @rm -f .usermap ChangeLog.bak
  12. deb:
  13. CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
  14. deb-clean:
  15. dh_clean -Xsrc/
  16. fakeroot debian/rules unpatch
  17. distdir distclean: deb-clean
  18. rpm:
  19. make dist
  20. cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
  21. rpm -ba --clean isync.spec