aboutsummaryrefslogtreecommitdiff
blob: 0c415004219c1652e103463f7ef458991e3c786d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
AUTOMAKE_OPTIONS = foreign

AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(srcdir)/include \
	$(SANDBOX_DEFINES)

LOCAL_INCLUDES = $(top_srcdir)/localdecls.h

noinst_LTLIBRARIES = libsbutil.la

libsbutil_la_LDFLAGS = -no-undefined
libsbutil_la_SOURCES =                        \
	sbutil.h                              \
	get_sandbox_conf.c                    \
	get_sandbox_confd.c                   \
	get_sandbox_lib.c                     \
	get_sandbox_rc.c                      \
	get_sandbox_log.c                     \
	get_tmp_dir.c                         \
	environment.c                         \
	sb_backtrace.c                        \
	sb_efuncs.c                           \
	sb_gdb.c                              \
	sb_open.c                             \
	sb_read.c                             \
	sb_write.c                            \
	sb_write_fd.c                         \
	sb_close.c                            \
	sb_printf.c                           \
	sb_proc.c                             \
	sb_memory.c                           \
	include/rcscripts/rcutil.h            \
	include/rcscripts/util/str_list.h     \
	include/rcscripts/util/debug.h        \
	src/debug.c                           \
	include/rcscripts/util/string.h       \
	src/string.c                          \
	include/rcscripts/util/file.h         \
	src/file.c                            \
	include/rcscripts/util/config.h       \
	src/config.c                          \
	include/rcscripts/util/dynbuf.h       \
	src/dynbuf.c                          \
	gnulib/areadlink.h                    \
	gnulib/areadlink-with-size.c          \
	gnulib/bitrotate.c                    \
	gnulib/bitrotate.h                    \
	gnulib/canonicalize.c                 \
	gnulib/canonicalize.h                 \
	gnulib/careadlinkat.h                 \
	gnulib/dosname.h                      \
	gnulib/file-set.c                     \
	gnulib/file-set.h                     \
	gnulib/gl-inline.h                    \
	gnulib/glue.h                         \
	gnulib/hash.c                         \
	gnulib/hash.h                         \
	gnulib/hash-pjw.c                     \
	gnulib/hash-pjw.h                     \
	gnulib/hash-triple.c                  \
	gnulib/hash-triple.h                  \
	gnulib/pathmax.h                      \
	gnulib/same.h                         \
	gnulib/same-inode.h                   \
	gnulib/xalloc.h                       \
	gnulib/xalloc-oversized.h             \
	gnulib/xgetcwd.h                      \
	$(LOCAL_INCLUDES)

EXTRA_DIST = headers.h