File: Makefile.am

package info (click to toggle)
zfs-linux 2.3.4-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 70,680 kB
  • sloc: ansic: 393,675; sh: 68,068; asm: 47,734; python: 8,163; makefile: 5,126; perl: 859; sed: 41
file content (46 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (5)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
include $(srcdir)/%D%/zed.d/Makefile.am

zed_CFLAGS  = $(AM_CFLAGS)
zed_CFLAGS += $(LIBUDEV_CFLAGS) $(LIBUUID_CFLAGS)

sbin_PROGRAMS   += zed
CPPCHECKTARGETS += zed

zed_SOURCES = \
	%D%/zed.c \
	%D%/zed.h \
	%D%/zed_conf.c \
	%D%/zed_conf.h \
	%D%/zed_disk_event.c \
	%D%/zed_disk_event.h \
	%D%/zed_event.c \
	%D%/zed_event.h \
	%D%/zed_exec.c \
	%D%/zed_exec.h \
	%D%/zed_file.c \
	%D%/zed_file.h \
	%D%/zed_log.c \
	%D%/zed_log.h \
	%D%/zed_strings.c \
	%D%/zed_strings.h \
	\
	%D%/agents/fmd_api.c \
	%D%/agents/fmd_api.h \
	%D%/agents/fmd_serd.c \
	%D%/agents/fmd_serd.h \
	%D%/agents/zfs_agents.c \
	%D%/agents/zfs_agents.h \
	%D%/agents/zfs_diagnosis.c \
	%D%/agents/zfs_mod.c \
	%D%/agents/zfs_retire.c

zed_LDADD = \
	libzfs.la \
	libzfs_core.la \
	libnvpair.la \
	libuutil.la

zed_LDADD += -lrt $(LIBATOMIC_LIBS) $(LIBUDEV_LIBS) $(LIBUUID_LIBS)
zed_LDFLAGS = -pthread

dist_noinst_DATA += %D%/agents/README.md