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/lib/libzfsbootenv/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 libzfsbootenv_la_CFLAGS  = $(AM_CFLAGS) $(LIBRARY_CFLAGS)
    2 libzfsbootenv_la_CFLAGS += -fvisibility=hidden
    3 
    4 lib_LTLIBRARIES += libzfsbootenv.la
    5 CPPCHECKTARGETS += libzfsbootenv.la
    6 
    7 libzfsbootenv_la_CPPFLAGS  = $(AM_CPPFLAGS)
    8 libzfsbootenv_la_CPPFLAGS += -I$(srcdir)/include/os/@ac_system_l@/zfs
    9 
   10 dist_libzfsbootenv_la_SOURCES = \
   11         %D%/lzbe_device.c \
   12         %D%/lzbe_pair.c \
   13         %D%/lzbe_util.c
   14 
   15 libzfsbootenv_la_LIBADD = \
   16         libzfs.la \
   17         libnvpair.la
   18 
   19 libzfsbootenv_la_LDFLAGS =
   20 
   21 if !ASAN_ENABLED
   22 libzfsbootenv_la_LDFLAGS += -Wl,-z,defs
   23 endif
   24 
   25 libzfsbootenv_la_LDFLAGS += -version-info 1:0:0
   26 
   27 pkgconfig_DATA += %D%/libzfsbootenv.pc
   28 
   29 dist_noinst_DATA += %D%/libzfsbootenv.abi %D%/libzfsbootenv.suppr

Cache object: a12314bc10c224568e8448fc6285e2c7


[ 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.