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/libspl/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%/include/Makefile.am
    2 
    3 libspl_assert_la_CFLAGS = $(AM_CFLAGS) $(LIBRARY_CFLAGS)
    4 libspl_la_CFLAGS        = $(libspl_assert_la_CFLAGS)
    5 
    6 noinst_LTLIBRARIES += libspl_assert.la libspl.la
    7 CPPCHECKTARGETS    += libspl_assert.la libspl.la
    8 
    9 libspl_assert_la_SOURCES = \
   10         %D%/assert.c
   11 
   12 libspl_la_SOURCES = \
   13         %D%/libspl_impl.h \
   14         %D%/atomic.c \
   15         %D%/getexecname.c \
   16         %D%/list.c \
   17         %D%/mkdirp.c \
   18         %D%/page.c \
   19         %D%/strlcat.c \
   20         %D%/strlcpy.c \
   21         %D%/timestamp.c \
   22         %D%/include/sys/list.h \
   23         %D%/include/sys/list_impl.h
   24 
   25 if BUILD_LINUX
   26 libspl_la_SOURCES += \
   27         %D%/os/linux/getexecname.c \
   28         %D%/os/linux/gethostid.c \
   29         %D%/os/linux/getmntany.c \
   30         %D%/os/linux/zone.c
   31 endif
   32 
   33 if BUILD_FREEBSD
   34 libspl_la_SOURCES += \
   35         %D%/os/freebsd/getexecname.c \
   36         %D%/os/freebsd/gethostid.c \
   37         %D%/os/freebsd/getmntany.c \
   38         %D%/os/freebsd/mnttab.c \
   39         %D%/os/freebsd/zone.c
   40 endif
   41 
   42 libspl_la_LIBADD = \
   43         libspl_assert.la
   44 
   45 libspl_la_LIBADD += $(LIBATOMIC_LIBS) $(LIBCLOCK_GETTIME)

Cache object: ab6e2839599b43470642829bf5b6fb07


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