Makefile.am 577 B

12345678910111213141516171819202122
  1. SUBDIRS = src
  2. man_MANS = isync.1
  3. EXTRA_DIST = debian isyncrc.sample isync.spec $(man_MANS)
  4. log:
  5. @perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2 <\$$3>'\\n/" < ../CVSROOT/accounts > .usermap
  6. cvs2cl -U .usermap --no-wrap --separate-header -I ChangeLog -I NEWS -I TODO -I debian/
  7. @rm -f .usermap ChangeLog.bak
  8. deb:
  9. CFLAGS="-O2 -mcpu=i686" fakeroot debian/rules binary
  10. deb-clean:
  11. dh_clean -Xsrc/
  12. fakeroot debian/rules unpatch
  13. distdir distclean: deb-clean
  14. rpm:
  15. make dist
  16. cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
  17. rpm -ba --clean isync.spec