The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/cmd/zed/Makefile.am

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 include $(srcdir)/%D%/zed.d/Makefile.am
    2 
    3 zed_CFLAGS  = $(AM_CFLAGS)
    4 zed_CFLAGS += $(LIBUDEV_CFLAGS) $(LIBUUID_CFLAGS)
    5 
    6 sbin_PROGRAMS   += zed
    7 CPPCHECKTARGETS += zed
    8 
    9 zed_SOURCES = \
   10         %D%/zed.c \
   11         %D%/zed.h \
   12         %D%/zed_conf.c \
   13         %D%/zed_conf.h \
   14         %D%/zed_disk_event.c \
   15         %D%/zed_disk_event.h \
   16         %D%/zed_event.c \
   17         %D%/zed_event.h \
   18         %D%/zed_exec.c \
   19         %D%/zed_exec.h \
   20         %D%/zed_file.c \
   21         %D%/zed_file.h \
   22         %D%/zed_log.c \
   23         %D%/zed_log.h \
   24         %D%/zed_strings.c \
   25         %D%/zed_strings.h \
   26         \
   27         %D%/agents/fmd_api.c \
   28         %D%/agents/fmd_api.h \
   29         %D%/agents/fmd_serd.c \
   30         %D%/agents/fmd_serd.h \
   31         %D%/agents/zfs_agents.c \
   32         %D%/agents/zfs_agents.h \
   33         %D%/agents/zfs_diagnosis.c \
   34         %D%/agents/zfs_mod.c \
   35         %D%/agents/zfs_retire.c
   36 
   37 zed_LDADD = \
   38         libzfs.la \
   39         libzfs_core.la \
   40         libnvpair.la \
   41         libuutil.la
   42 
   43 zed_LDADD += -lrt $(LIBATOMIC_LIBS) $(LIBUDEV_LIBS) $(LIBUUID_LIBS)
   44 zed_LDFLAGS = -pthread
   45 
   46 dist_noinst_DATA += %D%/agents/README.md

Cache object: 9fedae003db017b89584df44cf7a05f8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.