]> git.proxmox.com Git - mirror_zfs.git/blame - lib/libspl/Makefile.am
zfs receive and rollback can skew filesystem_count
[mirror_zfs.git] / lib / libspl / Makefile.am
CommitLineData
a26baf28
BB
1include $(top_srcdir)/config/Rules.am
2
47a4a6fd
TF
3VPATH = \
4 $(top_srcdir)/lib/libspl \
5 $(top_srcdir)/lib/libspl/$(TARGET_ASM_DIR)
6
a26baf28
BB
7SUBDIRS = include $(TARGET_ASM_DIR)
8DIST_SUBDIRS = include asm-generic asm-i386 asm-x86_64
9
10DEFAULT_INCLUDES += \
6283f55e 11 -I$(top_srcdir)/lib/libspl/include
a26baf28
BB
12
13AM_CCASFLAGS = \
e102b1b5 14 $(CFLAGS)
a26baf28 15
75056283 16noinst_LTLIBRARIES = libspl.la
a26baf28 17
47a4a6fd
TF
18USER_C = \
19 getexecname.c \
46364cb2 20 gethostid.c \
47a4a6fd
TF
21 getmntany.c \
22 list.c \
23 mkdirp.c \
98295748 24 page.c \
4b702901
BB
25 strlcat.c \
26 strlcpy.c \
47a4a6fd
TF
27 timestamp.c \
28 zone.c \
47a4a6fd
TF
29 include/sys/list.h \
30 include/sys/list_impl.h
31
32USER_ASM = atomic.S
33
47a4a6fd
TF
34nodist_libspl_la_SOURCES = \
35 $(USER_C) \
fed90353 36 $(USER_ASM)
b1c932d3 37
31fc1939 38libspl_la_LIBADD = -lrt
47a4a6fd
TF
39
40EXTRA_DIST = $(USER_C)