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/libuutil/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 libuutil_la_CFLAGS = $(AM_CFLAGS) $(LIBRARY_CFLAGS) $(LIBRARY_CFLAGS)
    2 
    3 lib_LTLIBRARIES += libuutil.la
    4 CPPCHECKTARGETS += libuutil.la
    5 
    6 libuutil_la_SOURCES = \
    7         %D%/uu_alloc.c \
    8         %D%/uu_avl.c \
    9         %D%/uu_ident.c \
   10         %D%/uu_list.c \
   11         %D%/uu_misc.c \
   12         %D%/uu_string.c
   13 
   14 libuutil_la_LIBADD = \
   15         libavl.la \
   16         libspl.la
   17 
   18 libuutil_la_LIBADD += $(LTLIBINTL)
   19 
   20 libuutil_la_LDFLAGS = -pthread
   21 
   22 if !ASAN_ENABLED
   23 libuutil_la_LDFLAGS += -Wl,-z,defs
   24 endif
   25 
   26 libuutil_la_LDFLAGS += -version-info 3:0:0
   27 
   28 dist_noinst_DATA += %D%/libuutil.abi %D%/libuutil.suppr

Cache object: 92bf5a3bc441a6dcf97e981f910f5b40


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