File: Makefile.am

package info (click to toggle)
clsync 0.4.5-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,404 kB
  • sloc: ansic: 15,074; sh: 466; makefile: 269
file content (32 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
exampledir=$(docdir)/examples

# example_DATA = \
#  $(wildcard $(srcdir)/*.c) \
#  $(wildcard $(srcdir)/*.sh)

dist_example_DATA = clsync-synchandler-rsyncso.c clsync-synchandler-so.c \
	clsync@.service

dist_example_SCRIPTS = clsync-start-cluster.sh			\
	clsync-start-rsyncdirect.sh clsync-start-rsyncshell.sh	\
	clsync-start-rsyncso.sh clsync-start-so.sh		\
	clsync-synchandler-rsyncshell.sh \
	clsync-systemd.sh \
	test.sh

# find production -type f -name '*.sh'
nobase_dist_example_SCRIPTS =					\
	 production/etc/clsync/hooks/lxc/exit-backup.sh		\
	 production/etc/clsync/hooks/lxc/exit-brother.sh	\
	 production/etc/clsync/synchandler/lxc/backup.sh	\
	 production/etc/clsync/synchandler/lxc/brother.sh

# find production -type f -not -name '*.sh'
nobase_dist_example_DATA = production/etc/clsync/rules/hpc	\
	 production/etc/clsync/rules/hpc-backup			\
	 production/etc/clsync/rules/lxc			\
	 production/etc/clsync/synchandler/hpc/handler-backup.c	\
	 production/etc/clsync/synchandler/hpc/handler-pdcp.c	\
	 production/etc/clsync/synchandler/hpc/Makefile		\
	 production/etc/clsync/synchandler/lxc/rsync.exclude	\
	 production/etc/clsync/clsync.conf