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/libshare/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 libshare_la_CFLAGS  = $(AM_CFLAGS) $(LIBRARY_CFLAGS)
    2 libshare_la_CFLAGS += -fvisibility=hidden
    3 
    4 libshare_la_CPPFLAGS  = $(AM_CPPFLAGS)
    5 libshare_la_CPPFLAGS += -I$(srcdir)/%D%
    6 
    7 noinst_LTLIBRARIES += libshare.la
    8 CPPCHECKTARGETS    += libshare.la
    9 
   10 libshare_la_SOURCES = \
   11         %D%/libshare_impl.h \
   12         %D%/libshare.c \
   13         %D%/nfs.c \
   14         %D%/nfs.h \
   15         %D%/smb.h
   16 
   17 if BUILD_LINUX
   18 libshare_la_SOURCES += \
   19         %D%/os/linux/nfs.c \
   20         %D%/os/linux/smb.c
   21 endif
   22 
   23 if BUILD_FREEBSD
   24 libshare_la_SOURCES += \
   25         %D%/os/freebsd/nfs.c \
   26         %D%/os/freebsd/smb.c
   27 endif

Cache object: bae9e349d6843a99b9d140a5ed20723a


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