]> git.proxmox.com Git - mirror_zfs.git/blob - lib/libspl/Makefile.am
Move strlcat, strlcpy, and strnlen
[mirror_zfs.git] / lib / libspl / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 VPATH = \
4 $(top_srcdir)/lib/libspl \
5 $(top_srcdir)/lib/libspl/$(TARGET_ASM_DIR)
6
7 SUBDIRS = include $(TARGET_ASM_DIR)
8 DIST_SUBDIRS = include asm-generic asm-i386 asm-x86_64
9
10 DEFAULT_INCLUDES += \
11 -I$(top_srcdir)/lib/libspl/include
12
13 AM_CCASFLAGS = \
14 $(CFLAGS)
15
16 noinst_LTLIBRARIES = libspl.la
17
18 USER_C = \
19 getexecname.c \
20 gethostid.c \
21 getmntany.c \
22 list.c \
23 mkdirp.c \
24 page.c \
25 timestamp.c \
26 zone.c \
27 include/sys/list.h \
28 include/sys/list_impl.h
29
30 USER_ASM = atomic.S
31
32 nodist_libspl_la_SOURCES = \
33 $(USER_C) \
34 $(USER_ASM)
35
36 libspl_la_LIBADD = -lrt
37
38 EXTRA_DIST = $(USER_C)