Makefile.am 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. exampledir=$(docdir)/examples
  2. # example_DATA = \
  3. # $(wildcard $(srcdir)/*.c) \
  4. # $(wildcard $(srcdir)/*.sh)
  5. dist_example_DATA = clsync-synchandler-rsyncso.c clsync-synchandler-so.c \
  6. clsync@.service
  7. dist_example_SCRIPTS = clsync-start-cluster.sh \
  8. clsync-start-rsyncdirect.sh clsync-start-rsyncshell.sh \
  9. clsync-start-rsyncso.sh clsync-start-so.sh \
  10. clsync-synchandler-rsyncshell.sh \
  11. clsync-systemd.sh \
  12. test.sh
  13. # find production -type f -name '*.sh'
  14. nobase_dist_example_SCRIPTS = \
  15. production/etc/clsync/hooks/lxc/exit-backup.sh \
  16. production/etc/clsync/hooks/lxc/exit-brother.sh \
  17. production/etc/clsync/synchandler/lxc/backup.sh \
  18. production/etc/clsync/synchandler/lxc/brother.sh
  19. # find production -type f -not -name '*.sh'
  20. nobase_dist_example_DATA = production/etc/clsync/rules/hpc \
  21. production/etc/clsync/rules/hpc-backup \
  22. production/etc/clsync/rules/lxc \
  23. production/etc/clsync/synchandler/hpc/handler-backup.c \
  24. production/etc/clsync/synchandler/hpc/handler-pdcp.c \
  25. production/etc/clsync/synchandler/hpc/Makefile \
  26. production/etc/clsync/synchandler/lxc/rsync.exclude \
  27. production/etc/clsync/clsync.conf