blob: c389c79d30b5bccf2d8b6d4013cc42e53429f3f5 [file] [log] [blame]
Roland McGrath6d2b3492002-12-30 00:51:30 +00001# Automake input for strace.
Dmitry V. Levin38a34c92015-12-17 17:56:48 +00002#
3# Copyright (c) 2002-2009 Roland McGrath <roland@redhat.com>
Dmitry V. Levine714b872016-01-12 01:13:48 +00004# Copyright (c) 2006-2016 Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. Levin38a34c92015-12-17 17:56:48 +00005# Copyright (c) 2008-2015 Mike Frysinger <vapier@gentoo.org>
6# Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
7# All rights reserved.
8#
9# Redistribution and use in source and binary forms, with or without
10# modification, are permitted provided that the following conditions
11# are met:
12# 1. Redistributions of source code must retain the above copyright
13# notice, this list of conditions and the following disclaimer.
14# 2. Redistributions in binary form must reproduce the above copyright
15# notice, this list of conditions and the following disclaimer in the
16# documentation and/or other materials provided with the distribution.
17# 3. The name of the author may not be used to endorse or promote products
18# derived from this software without specific prior written permission.
19#
20# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Roland McGrath6d2b3492002-12-30 00:51:30 +000030
Dmitry V. Levin679c47c2015-01-23 22:45:02 +000031if HAVE_M32_RUNTIME
32TESTS_M32 = tests-m32
33endif
34if HAVE_MX32_RUNTIME
35TESTS_MX32 = tests-mx32
36endif
37SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32)
Dmitry V. Levin4e4b5ad2011-02-27 00:28:50 +000038
Roland McGrath6d2b3492002-12-30 00:51:30 +000039bin_PROGRAMS = strace
40man_MANS = strace.1
Denys Vlasenko796f6e82012-03-09 14:21:59 +010041bin_SCRIPTS = strace-graph strace-log-merge
Roland McGrath6d2b3492002-12-30 00:51:30 +000042
Dmitry V. Levinee245d82012-02-25 15:34:10 +010043OS = linux
Roland McGrath6d2b3492002-12-30 00:51:30 +000044# ARCH is `i386', `m68k', `sparc', etc.
45ARCH = @arch@
Roland McGrath6d2b3492002-12-30 00:51:30 +000046
Dmitry V. Levin916aded2010-09-09 17:36:36 +000047ACLOCAL_AMFLAGS = -I m4
Dmitry V. Levin918e49b2010-09-09 17:41:15 +000048AM_CFLAGS = $(WARN_CFLAGS)
Dmitry V. Levin579836c2015-01-13 06:12:16 +000049AM_CPPFLAGS = -I$(builddir)/$(OS)/$(ARCH) \
50 -I$(srcdir)/$(OS)/$(ARCH) \
51 -I$(builddir)/$(OS) \
Dmitry V. Levincf3ecbd2015-08-26 22:50:58 +000052 -I$(srcdir)/$(OS) \
53 -I$(builddir) \
54 -I$(srcdir)
Roland McGrath6d2b3492002-12-30 00:51:30 +000055
Mike Frysinger761ed9b2014-02-16 01:59:20 -050056include xlat/Makemodule.am
57
Elvira Khabirova09294222015-08-04 01:47:02 +030058strace_CPPFLAGS = $(AM_CPPFLAGS)
Dmitry V. Levin71d3aa02016-02-03 19:19:48 +000059strace_CFLAGS = $(AM_CFLAGS)
Elvira Khabirova09294222015-08-04 01:47:02 +030060strace_LDFLAGS =
Dmitry V. Levin6ca4c922016-02-04 02:49:01 +000061strace_LDADD = libstrace.a
62noinst_LIBRARIES = libstrace.a
63
64libstrace_a_CPPFLAGS = $(strace_CPPFLAGS)
65libstrace_a_CFLAGS = $(strace_CFLAGS)
66libstrace_a_SOURCES = \
Dmitry V. Levin67c2f672016-04-26 00:21:26 +000067 fstatfs.c \
68 fstatfs64.c \
69 statfs.c \
70 statfs64.c \
Dmitry V. Levina7501f62016-04-22 04:17:06 +000071 sync_file_range.c \
72 sync_file_range2.c \
Dmitry V. Levin6ca4c922016-02-04 02:49:01 +000073 upeek.c \
74 # end of libstrace_a_SOURCES
Elvira Khabirova09294222015-08-04 01:47:02 +030075
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000076strace_SOURCES = \
Dmitry V. Levin304cd812014-12-06 03:53:16 +000077 access.c \
Dmitry V. Levinb94b9832014-12-11 19:25:02 +000078 affinity.c \
Dmitry V. Levin2b640342013-11-11 15:06:18 +000079 aio.c \
Dmitry V. Levin2720a612016-01-09 00:06:06 +000080 alpha.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000081 bjm.c \
82 block.c \
Dmitry V. Levinddb53dd2015-07-25 23:55:51 +000083 bpf.c \
Dmitry V. Levin95edb8b2014-12-03 20:50:08 +000084 cacheflush.c \
Dmitry V. Levin5e7987b2014-12-03 20:30:15 +000085 capability.c \
Dmitry V. Levin2f0808b2015-02-18 23:59:50 +000086 caps0.h \
87 caps1.h \
Dmitry V. Levin9b2f6742014-12-06 03:53:16 +000088 chdir.c \
Dmitry V. Levinad5cf1e2014-12-06 03:53:16 +000089 chmod.c \
Dmitry V. Levin265903a2014-12-11 19:25:02 +000090 clone.c \
Dmitry V. Levinc1f99f52016-02-13 03:45:32 +000091 copy_file_range.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000092 count.c \
Dmitry V. Levin72dc1b42015-12-31 14:15:59 +000093 defs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000094 desc.c \
Dmitry V. Levin2ed2cc72014-09-11 22:40:37 +000095 dirent.c \
Dmitry V. Levina367db82015-11-19 18:13:53 +000096 dirent64.c \
Elvira Khabirova09294222015-08-04 01:47:02 +030097 empty.h \
Dmitry V. Levinaba868c2015-08-01 22:58:17 +000098 epoll.c \
Etienne Gemsa4f750b92015-02-20 17:14:10 +010099 evdev.c \
Dmitry V. Levin28471d12015-08-01 20:36:53 +0000100 eventfd.c \
Dmitry V. Levin7be23182014-12-11 19:25:02 +0000101 execve.c \
Dmitry V. Levin91759092014-12-11 19:25:02 +0000102 exit.c \
Dmitry V. Levin63f28dd2014-12-06 03:53:16 +0000103 fadvise.c \
Dmitry V. Levin2795a5f2014-12-06 03:53:16 +0000104 fallocate.c \
Dmitry V. Levin99db95d2014-02-05 04:13:18 +0000105 fanotify.c \
Dmitry V. Levin2f7d0202014-12-13 16:20:44 +0000106 fchownat.c \
Dmitry V. Levin25120032015-10-01 12:24:01 +0000107 fcntl.c \
Dmitry V. Levin7a129742015-09-19 21:28:23 +0000108 fetch_seccomp_fprog.c \
Dmitry V. Levin1a713d92015-09-19 23:48:56 +0000109 fetch_struct_flock.c \
Dmitry V. Levin67c2f672016-04-26 00:21:26 +0000110 fetch_struct_statfs.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000111 file.c \
Dmitry V. Levin4b3a1702015-11-22 21:29:32 +0000112 file_handle.c \
Dmitry V. Levin5d68f462015-10-01 12:20:11 +0000113 flock.c \
Dmitry V. Levin6250e6c2015-10-09 01:38:07 +0000114 flock.h \
Dmitry V. Levine314f802014-12-11 19:25:02 +0000115 futex.c \
Dmitry V. Levinf32126b2015-12-31 14:19:41 +0000116 gcc_compat.h \
Dmitry V. Levin83576382014-12-11 19:25:02 +0000117 get_robust_list.c \
Dmitry V. Levin665f10c2014-12-11 19:21:54 +0000118 getcpu.c \
Dmitry V. Levina8364302014-12-06 03:53:16 +0000119 getcwd.c \
Dmitry V. Levinfef09072015-02-04 16:38:09 +0000120 getrandom.c \
Dmitry V. Levin03c06ea2014-12-11 19:25:02 +0000121 hostname.c \
Dmitry V. Levin2f332e92014-02-05 15:43:04 +0000122 inotify.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000123 io.c \
124 ioctl.c \
Dmitry V. Levin2aa180e2015-11-22 18:18:43 +0000125 ioperm.c \
Dmitry V. Levindcd00c32015-11-22 18:21:54 +0000126 iopl.c \
Dmitry V. Levinfc4727d2014-02-05 17:27:43 +0000127 ioprio.c \
Elvira Khabirovac01ad062015-08-19 05:06:26 +0300128 ipc_defs.h \
129 ipc_msg.c \
130 ipc_msgctl.c \
131 ipc_sem.c \
132 ipc_shm.c \
133 ipc_shmctl.c \
Dmitry V. Levin7aa9c0d2015-11-22 18:35:27 +0000134 kcmp.c \
Dmitry V. Levinbdb07e32015-11-27 01:51:22 +0000135 kernel_types.h \
Dmitry V. Levin90aa9f42014-02-05 13:48:26 +0000136 kexec.c \
Dmitry V. Levin3acf4032014-02-05 22:41:45 +0000137 keyctl.c \
Dmitry V. Levin99a05442014-04-10 14:10:17 +0000138 ldt.c \
Dmitry V. Levin231b19f2014-12-06 03:53:16 +0000139 link.c \
Dmitry V. Levinc31481f2015-12-04 14:37:02 +0000140 linux/asm_stat.h \
Dmitry V. Levincfde1e32015-12-04 15:00:37 +0000141 linux/x32/asm_stat.h \
Dmitry V. Levin60d75242015-11-22 19:28:17 +0000142 lookup_dcookie.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000143 loop.c \
Dmitry V. Levinb5d25ec2014-12-06 03:53:16 +0000144 lseek.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000145 mem.c \
Dmitry V. Levin2aec1e62015-11-15 02:29:29 +0000146 membarrier.c \
Dmitry V. Levin95b84ea2015-07-28 23:03:41 +0000147 memfd_create.c \
Dmitry V. Levindb23b342014-12-06 03:53:16 +0000148 mknod.c \
Dmitry V. Levin6da7ca32014-12-03 21:12:07 +0000149 mount.c \
Elvira Khabirova09294222015-08-04 01:47:02 +0300150 mpers_type.h \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000151 mq.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000152 mtd.c \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000153 native_defs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000154 net.c \
Dmitry V. Levina4da0c82016-04-27 05:06:06 +0000155 numa.c \
Dmitry V. Levin964d80a2014-12-06 03:53:16 +0000156 open.c \
Dmitry V. Levinf6eb0d62014-12-03 20:00:42 +0000157 or1k_atomic.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000158 pathtrace.c \
Dmitry V. Levin0d60cf72015-08-01 20:28:21 +0000159 perf.c \
Dmitry V. Levind28b6a02014-12-03 21:06:11 +0000160 personality.c \
Dmitry V. Levin811bda62015-07-30 16:49:42 +0000161 poll.c \
Dmitry V. Levin53c993d2014-12-11 19:25:02 +0000162 prctl.c \
Elvira Khabirovac01ad062015-08-19 05:06:26 +0300163 print_mq_attr.c \
164 print_msgbuf.c \
Dmitry V. Levind6b05582015-09-16 18:05:43 +0000165 print_sigevent.c \
Dmitry V. Levin67c2f672016-04-26 00:21:26 +0000166 print_statfs.c \
Dmitry V. Levinb5a23ed2015-08-04 01:52:40 +0300167 print_time.c \
Dmitry V. Levindd6bf4b2015-09-16 21:47:48 +0000168 print_timex.c \
Dmitry V. Levin9514ac72014-12-06 03:53:16 +0000169 printmode.c \
Dmitry V. Levin1e08a162015-07-17 23:50:02 +0000170 printrusage.c \
Dmitry V. Levin537c9642015-03-27 23:28:15 +0000171 printsiginfo.c \
Dmitry V. Levin0e946ab2015-07-17 23:56:54 +0000172 printsiginfo.h \
Dmitry V. Levinab21a942014-12-28 18:15:25 +0000173 printstat.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000174 process.c \
Dmitry V. Levindb16c522014-12-11 19:21:54 +0000175 process_vm.c \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +0100176 ptp.c \
Dmitry V. Levinfadf3792015-02-13 00:26:38 +0000177 ptrace.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000178 quota.c \
Dmitry V. Levin9e9ceab2014-12-06 03:53:16 +0000179 readahead.c \
Dmitry V. Levin46245b32014-12-06 03:53:16 +0000180 readlink.c \
Dmitry V. Levin9aaf88c2014-02-05 14:51:19 +0000181 reboot.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000182 regs.h \
Dmitry V. Levin6d20a0b2014-12-06 03:53:16 +0000183 renameat.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000184 resource.c \
Dmitry V. Levin746db062015-07-04 08:56:21 +0000185 rtc.c \
Dmitry V. Levinfff2f312014-12-11 19:25:02 +0000186 sched.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000187 scsi.c \
Dmitry V. Levin2af69032015-02-04 23:50:50 +0000188 seccomp.c \
Dmitry V. Levin7a129742015-09-19 21:28:23 +0000189 seccomp_fprog.h \
Dmitry V. Levinac2e7282015-08-18 22:09:30 +0000190 sendfile.c \
Dmitry V. Levin174bb2b2015-03-26 13:03:25 +0000191 sigaltstack.c \
Dmitry V. Levine714b872016-01-12 01:13:48 +0000192 sigevent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000193 signal.c \
Dmitry V. Levin2307d5c2015-08-03 09:12:26 +0000194 signalfd.c \
Dmitry V. Levin74219ea2015-03-06 01:47:18 +0000195 sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000196 sock.c \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000197 socketutils.c \
Dmitry V. Levine36c72c2014-12-03 20:56:36 +0000198 sram_alloc.c \
Dmitry V. Levin9a0dd742014-09-22 00:17:42 +0000199 statfs.c \
Dmitry V. Levin67c2f672016-04-26 00:21:26 +0000200 statfs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000201 strace.c \
Dmitry V. Levin85a364a2014-12-06 03:53:16 +0000202 swapon.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000203 syscall.c \
Dmitry V. Levin172241b2014-12-03 20:20:52 +0000204 sysctl.c \
Dmitry V. Levin57d45a22014-09-29 23:13:05 +0000205 sysinfo.c \
Dmitry V. Levinb21e2fb2014-12-03 21:01:35 +0000206 syslog.c \
Dmitry V. Levin600e33c2014-12-03 20:08:44 +0000207 sysmips.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000208 term.c \
209 time.c \
Elvira Khabirova254ff1e2015-08-03 07:09:34 +0300210 times.c \
Dmitry V. Levin69341822014-12-06 03:53:16 +0000211 truncate.c \
Dmitry V. Levine93ef1e2014-12-11 19:25:02 +0000212 uid.c \
Dmitry V. Levin80f7db12014-12-13 21:49:01 +0000213 uid16.c \
Dmitry V. Levind590f3c2014-12-06 03:53:16 +0000214 umask.c \
Dmitry V. Levin542ca1e2014-12-03 21:09:26 +0000215 umount.c \
Dmitry V. Levin58dd2cf2014-12-11 19:25:02 +0000216 uname.c \
Dmitry V. Levina6ebdb12015-11-15 02:22:44 +0000217 userfaultfd.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000218 util.c \
Dmitry V. Levinfb470f32014-12-06 03:53:16 +0000219 utime.c \
Dmitry V. Levin481e0672014-12-06 03:53:16 +0000220 utimes.c \
Philippe De Muyter0cc96142014-11-03 21:27:40 +0100221 v4l2.c \
Dmitry V. Levin769ffe92014-12-06 03:53:16 +0000222 vsprintf.c \
Dmitry V. Levin7ccc1442014-12-11 19:25:02 +0000223 wait.c \
Dmitry V. Levin3e9d71f2015-05-25 20:41:02 +0000224 xattr.c \
Dmitry V. Levin0e097042016-04-26 00:08:16 +0000225 xlat.h \
Elvira Khabirova09294222015-08-04 01:47:02 +0300226 xmalloc.c \
227 # end of strace_SOURCES
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000228
Luca Clementi327064b2013-07-23 00:11:35 -0700229if USE_LIBUNWIND
230strace_SOURCES += unwind.c
Elvira Khabirova09294222015-08-04 01:47:02 +0300231strace_CPPFLAGS += $(libunwind_CPPFLAGS)
232strace_LDFLAGS += $(libunwind_LDFLAGS)
233strace_LDADD += $(libunwind_LIBS)
Luca Clementi327064b2013-07-23 00:11:35 -0700234endif
235
Gabriel Laskarcba67102016-02-01 18:15:39 +0100236@CODE_COVERAGE_RULES@
Dmitry V. Levinc4153872016-05-10 02:08:56 +0000237CODE_COVERAGE_BRANCH_COVERAGE = 1
238CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
239 --prefix $(shell realpath -Ls $(abs_top_srcdir)/..)
Gabriel Laskarcba67102016-02-01 18:15:39 +0100240CODE_COVERAGE_IGNORE_PATTERN = '/usr/include/*'
241strace_CPPFLAGS += $(CODE_COVERAGE_CPPFLAGS)
242strace_CFLAGS += $(CODE_COVERAGE_CFLAGS)
243strace_LDADD += $(CODE_COVERAGE_LDFLAGS)
244
Denys Vlasenko76f61be2013-03-06 18:59:09 +0100245# Enable this to get link map generated
Dmitry V. Levin71d3aa02016-02-03 19:19:48 +0000246#strace_LDFLAGS += -Wl,-Map=strace.mapfile
Roland McGrath6d2b3492002-12-30 00:51:30 +0000247
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000248EXTRA_DIST = \
249 $(man_MANS) \
Dmitry V. Levindce75932013-04-30 23:52:12 +0000250 .version \
Mike Frysinger6c191362013-05-15 16:33:09 -0400251 COPYING \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000252 CREDITS \
253 ChangeLog \
254 ChangeLog-CVS \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000255 README-linux-ptrace \
256 debian/changelog \
257 debian/compat \
258 debian/control \
259 debian/copyright \
260 debian/rules \
261 debian/source/format \
262 debian/strace-udeb.install \
263 debian/strace.docs \
264 debian/strace.examples \
265 debian/strace.install \
266 debian/strace.manpages \
267 debian/strace64.install \
268 debian/strace64.manpages \
269 debian/watch \
270 errnoent.sh \
Elvira Khabirova28e32df2015-07-10 22:24:54 +0300271 generate_sen.sh \
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000272 ioctlsort.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000273 linux/32/ioctls_inc.h \
Dmitry V. Levin8c20d892015-05-21 16:19:40 +0000274 linux/32/ioctls_inc_align32.h \
275 linux/32/ioctls_inc_align64.h \
Dmitry V. Levindee03a32015-01-11 04:04:54 +0300276 linux/32/syscallent.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000277 linux/64/ioctls_inc.h \
Dmitry V. Levin200c02c2015-01-10 20:51:37 +0300278 linux/64/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000279 linux/aarch64/arch_regs.c \
Andreas Schwab64fc9ce2015-03-12 11:54:08 +0100280 linux/aarch64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000281 linux/aarch64/arch_sigreturn.c \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000282 linux/aarch64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000283 linux/aarch64/get_error.c \
284 linux/aarch64/get_scno.c \
285 linux/aarch64/get_syscall_args.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000286 linux/aarch64/ioctls_arch0.h \
287 linux/aarch64/ioctls_arch1.h \
288 linux/aarch64/ioctls_inc0.h \
289 linux/aarch64/ioctls_inc1.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000290 linux/aarch64/signalent1.h \
291 linux/aarch64/syscallent.h \
292 linux/aarch64/syscallent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000293 linux/alpha/arch_getrval2.c \
294 linux/alpha/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000295 linux/alpha/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000296 linux/alpha/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000297 linux/alpha/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000298 linux/alpha/get_error.c \
299 linux/alpha/get_scno.c \
300 linux/alpha/get_syscall_args.c \
301 linux/alpha/get_syscall_result.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000302 linux/alpha/ioctls_arch0.h \
303 linux/alpha/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000304 linux/alpha/signalent.h \
305 linux/alpha/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000306 linux/alpha/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000307 linux/arc/arch_regs.c \
308 linux/arc/get_error.c \
309 linux/arc/get_scno.c \
310 linux/arc/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000311 linux/arc/ioctls_arch0.h \
312 linux/arc/ioctls_inc0.h \
Vineet Gupta7daacbb2013-08-16 12:47:06 +0530313 linux/arc/syscallent.h \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000314 linux/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000315 linux/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000316 linux/arm/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000317 linux/arm/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000318 linux/arm/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000319 linux/arm/get_error.c \
320 linux/arm/get_scno.c \
321 linux/arm/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000322 linux/arm/ioctls_arch0.h \
323 linux/arm/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000324 linux/arm/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000325 linux/arm/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000326 linux/avr32/arch_regs.c \
327 linux/avr32/get_error.c \
328 linux/avr32/get_scno.c \
329 linux/avr32/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000330 linux/avr32/ioctls_arch0.h \
331 linux/avr32/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000332 linux/avr32/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000333 linux/avr32/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000334 linux/bfin/arch_regs.c \
335 linux/bfin/get_error.c \
336 linux/bfin/get_scno.c \
337 linux/bfin/get_syscall_args.c \
338 linux/bfin/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000339 linux/bfin/ioctls_arch0.h \
340 linux/bfin/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000341 linux/bfin/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000342 linux/bfin/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000343 linux/crisv10/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000344 linux/crisv10/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000345 linux/crisv10/get_error.c \
346 linux/crisv10/get_scno.c \
347 linux/crisv10/get_syscall_args.c \
348 linux/crisv10/get_syscall_result.c \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000349 linux/crisv10/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000350 linux/crisv32/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000351 linux/crisv32/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000352 linux/crisv32/get_error.c \
353 linux/crisv32/get_scno.c \
354 linux/crisv32/get_syscall_args.c \
355 linux/crisv32/get_syscall_result.c \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000356 linux/crisv32/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000357 linux/dummy.h \
358 linux/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000359 linux/hppa/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000360 linux/hppa/arch_regs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000361 linux/hppa/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000362 linux/hppa/get_error.c \
363 linux/hppa/get_scno.c \
364 linux/hppa/get_syscall_args.c \
365 linux/hppa/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000366 linux/hppa/ioctls_arch0.h \
367 linux/hppa/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000368 linux/hppa/signalent.h \
369 linux/hppa/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000370 linux/i386/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000371 linux/i386/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000372 linux/i386/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000373 linux/i386/get_error.c \
374 linux/i386/get_scno.c \
375 linux/i386/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000376 linux/i386/ioctls_arch0.h \
377 linux/i386/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000378 linux/i386/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000379 linux/i386/userent.h \
380 linux/i386/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000381 linux/ia64/arch_getrval2.c \
382 linux/ia64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000383 linux/ia64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000384 linux/ia64/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000385 linux/ia64/get_error.c \
386 linux/ia64/get_scno.c \
387 linux/ia64/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000388 linux/ia64/ioctls_arch0.h \
389 linux/ia64/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000390 linux/ia64/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000391 linux/ia64/userent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000392 linux/inet_diag.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000393 linux/m68k/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000394 linux/m68k/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000395 linux/m68k/get_error.c \
396 linux/m68k/get_scno.c \
397 linux/m68k/get_syscall_args.c \
398 linux/m68k/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000399 linux/m68k/ioctls_arch0.h \
400 linux/m68k/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000401 linux/m68k/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000402 linux/m68k/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000403 linux/metag/arch_regs.c \
404 linux/metag/get_error.c \
405 linux/metag/get_scno.c \
406 linux/metag/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000407 linux/metag/ioctls_arch0.h \
408 linux/metag/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000409 linux/metag/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000410 linux/microblaze/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000411 linux/microblaze/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000412 linux/microblaze/get_error.c \
413 linux/microblaze/get_scno.c \
414 linux/microblaze/get_syscall_args.c \
415 linux/microblaze/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000416 linux/microblaze/ioctls_arch0.h \
417 linux/microblaze/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000418 linux/microblaze/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000419 linux/microblaze/userent.h \
Dmitry V. Levin8e8d7d22015-03-23 23:14:08 +0000420 linux/mips/arch_getrval2.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000421 linux/mips/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000422 linux/mips/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000423 linux/mips/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000424 linux/mips/errnoent.h \
Dmitry V. Levind59287d2015-01-13 04:57:27 +0000425 linux/mips/genstub.sh \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000426 linux/mips/get_error.c \
427 linux/mips/get_scno.c \
428 linux/mips/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000429 linux/mips/ioctls_arch0.h \
430 linux/mips/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000431 linux/mips/signalent.h \
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000432 linux/mips/syscallent-compat.h \
433 linux/mips/syscallent-n32.h \
434 linux/mips/syscallent-n64.h \
435 linux/mips/syscallent-o32.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000436 linux/mips/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000437 linux/mips/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000438 linux/mtd-abi.h \
Ezequiel Garciabd8dd772015-04-18 17:33:27 -0300439 linux/nios2/arch_regs.c \
440 linux/nios2/get_error.c \
441 linux/nios2/get_scno.c \
442 linux/nios2/get_syscall_args.c \
443 linux/nios2/ioctls_arch0.h \
444 linux/nios2/ioctls_inc0.h \
Ezequiel Garciabd8dd772015-04-18 17:33:27 -0300445 linux/nios2/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000446 linux/or1k/arch_regs.c \
447 linux/or1k/get_error.c \
448 linux/or1k/get_scno.c \
449 linux/or1k/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000450 linux/or1k/ioctls_arch0.h \
451 linux/or1k/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000452 linux/or1k/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000453 linux/or1k/userent.h \
Dmitry V. Levin2a32eaa2014-02-05 02:09:49 +0000454 linux/personality.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000455 linux/powerpc/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000456 linux/powerpc/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000457 linux/powerpc/arch_sigreturn.c \
Dmitry V. Levinb2f8c772015-02-23 03:10:25 +0000458 linux/powerpc/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000459 linux/powerpc/get_error.c \
460 linux/powerpc/get_scno.c \
461 linux/powerpc/get_syscall_args.c \
462 linux/powerpc/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000463 linux/powerpc/ioctls_arch0.h \
464 linux/powerpc/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000465 linux/powerpc/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000466 linux/powerpc/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000467 linux/powerpc64/arch_regs.c \
Dmitry V. Levin7226c3a2015-02-23 21:28:33 +0000468 linux/powerpc64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000469 linux/powerpc64/arch_sigreturn.c \
Dmitry V. Levinb2f8c772015-02-23 03:10:25 +0000470 linux/powerpc64/errnoent.h \
Dmitry V. Levinaf3ab5b2015-01-21 17:04:31 +0000471 linux/powerpc64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000472 linux/powerpc64/get_error.c \
473 linux/powerpc64/get_scno.c \
474 linux/powerpc64/get_syscall_args.c \
475 linux/powerpc64/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000476 linux/powerpc64/ioctls_arch0.h \
477 linux/powerpc64/ioctls_arch1.h \
478 linux/powerpc64/ioctls_inc0.h \
479 linux/powerpc64/ioctls_inc1.h \
Dmitry V. Levinaf3ab5b2015-01-21 17:04:31 +0000480 linux/powerpc64/signalent1.h \
481 linux/powerpc64/syscallent.h \
482 linux/powerpc64/syscallent1.h \
483 linux/powerpc64/userent.h \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +0100484 linux/ptp_clock.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000485 linux/s390/arch_regs.c \
Dmitry V. Levin20eca8a2015-03-05 22:10:15 +0000486 linux/s390/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000487 linux/s390/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000488 linux/s390/get_error.c \
489 linux/s390/get_scno.c \
490 linux/s390/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000491 linux/s390/ioctls_arch0.h \
492 linux/s390/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000493 linux/s390/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000494 linux/s390/userent.h \
495 linux/s390/userent0.h \
496 linux/s390/userent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000497 linux/s390x/arch_regs.c \
Dmitry V. Levin20eca8a2015-03-05 22:10:15 +0000498 linux/s390x/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000499 linux/s390x/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000500 linux/s390x/get_error.c \
501 linux/s390x/get_scno.c \
502 linux/s390x/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000503 linux/s390x/ioctls_arch0.h \
504 linux/s390x/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000505 linux/s390x/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000506 linux/s390x/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000507 linux/sh/arch_getrval2.c \
508 linux/sh/arch_regs.c \
509 linux/sh/get_error.c \
510 linux/sh/get_scno.c \
511 linux/sh/get_syscall_args.c \
512 linux/sh/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000513 linux/sh/ioctls_arch0.h \
514 linux/sh/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000515 linux/sh/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000516 linux/sh/userent.h \
517 linux/sh/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000518 linux/sh64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000519 linux/sh64/arch_regs.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000520 linux/sh64/get_error.c \
521 linux/sh64/get_scno.c \
522 linux/sh64/get_syscall_args.c \
523 linux/sh64/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000524 linux/sh64/ioctls_arch0.h \
525 linux/sh64/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000526 linux/sh64/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000527 linux/sh64/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000528 linux/signalent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000529 linux/sock_diag.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000530 linux/sparc/arch_getrval2.c \
531 linux/sparc/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000532 linux/sparc/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000533 linux/sparc/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000534 linux/sparc/errnoent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000535 linux/sparc/gen.pl \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000536 linux/sparc/get_error.c \
537 linux/sparc/get_scno.c \
538 linux/sparc/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000539 linux/sparc/ioctls_arch0.h \
540 linux/sparc/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000541 linux/sparc/signalent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000542 linux/sparc/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000543 linux/sparc/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000544 linux/sparc64/arch_getrval2.c \
545 linux/sparc64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000546 linux/sparc64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000547 linux/sparc64/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000548 linux/sparc64/errnoent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100549 linux/sparc64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000550 linux/sparc64/get_error.c \
551 linux/sparc64/get_scno.c \
552 linux/sparc64/get_syscall_args.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000553 linux/sparc64/ioctls_arch0.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100554 linux/sparc64/ioctls_arch1.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000555 linux/sparc64/ioctls_inc0.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100556 linux/sparc64/ioctls_inc1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000557 linux/sparc64/signalent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100558 linux/sparc64/signalent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000559 linux/sparc64/syscallent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100560 linux/sparc64/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000561 linux/sparc64/userent.h \
Dmitry V. Levinde462cf2013-05-07 18:38:01 +0400562 linux/subcall.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000563 linux/syscall.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000564 linux/tile/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000565 linux/tile/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000566 linux/tile/arch_sigreturn.c \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000567 linux/tile/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000568 linux/tile/get_error.c \
569 linux/tile/get_scno.c \
570 linux/tile/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000571 linux/tile/ioctls_arch0.h \
572 linux/tile/ioctls_arch1.h \
573 linux/tile/ioctls_inc0.h \
574 linux/tile/ioctls_inc1.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000575 linux/tile/signalent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000576 linux/tile/syscallent.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000577 linux/tile/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000578 linux/tile/userent.h \
Dmitry V. Levin8e0b8be2013-06-02 18:09:44 +0000579 linux/ubi-user.h \
Dmitry V. Levince21ef02015-01-09 02:02:39 +0000580 linux/unix_diag.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000581 linux/userent.h \
582 linux/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000583 linux/x32/arch_regs.c \
Dmitry V. Levin19fcb272015-02-26 20:40:43 +0000584 linux/x32/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000585 linux/x32/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000586 linux/x32/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000587 linux/x32/get_error.c \
588 linux/x32/get_scno.c \
589 linux/x32/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000590 linux/x32/ioctls_arch0.h \
591 linux/x32/ioctls_arch1.h \
592 linux/x32/ioctls_inc0.h \
593 linux/x32/ioctls_inc1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000594 linux/x32/signalent1.h \
595 linux/x32/syscallent.h \
596 linux/x32/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000597 linux/x32/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000598 linux/x86_64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000599 linux/x86_64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000600 linux/x86_64/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000601 linux/x86_64/errnoent1.h \
602 linux/x86_64/errnoent2.h \
603 linux/x86_64/gentab.pl \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000604 linux/x86_64/get_error.c \
605 linux/x86_64/get_scno.c \
606 linux/x86_64/get_syscall_args.c \
607 linux/x86_64/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000608 linux/x86_64/ioctls_arch0.h \
609 linux/x86_64/ioctls_arch1.h \
Dmitry V. Levin43413732015-03-02 02:38:50 +0000610 linux/x86_64/ioctls_arch2.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000611 linux/x86_64/ioctls_inc0.h \
612 linux/x86_64/ioctls_inc1.h \
Dmitry V. Levin43413732015-03-02 02:38:50 +0000613 linux/x86_64/ioctls_inc2.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000614 linux/x86_64/signalent1.h \
615 linux/x86_64/signalent2.h \
616 linux/x86_64/syscallent.h \
617 linux/x86_64/syscallent1.h \
618 linux/x86_64/syscallent2.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000619 linux/x86_64/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000620 linux/xtensa/arch_regs.c \
621 linux/xtensa/get_error.c \
622 linux/xtensa/get_scno.c \
623 linux/xtensa/get_syscall_args.c \
624 linux/xtensa/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000625 linux/xtensa/ioctls_arch0.h \
626 linux/xtensa/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000627 linux/xtensa/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000628 linux/xtensa/userent.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000629 maint/ioctls_gen.sh \
630 maint/ioctls_hex.sh \
631 maint/ioctls_sym.sh \
632 maint/print_ioctlent.c \
Elvira Khabirova09294222015-08-04 01:47:02 +0300633 mpers.awk \
634 mpers.sh \
635 mpers_test.sh \
Dmitry V. Levin5cb45b22015-11-20 01:43:12 +0000636 mpers_xlat.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000637 signalent.sh \
638 strace-graph \
639 strace-log-merge \
640 strace.spec \
641 syscallent.sh \
Mike Frysinger761ed9b2014-02-16 01:59:20 -0500642 $(XLAT_INPUT_FILES) \
643 $(XLAT_HEADER_FILES) \
644 xlat/gen.sh \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000645 xlate.el
Roland McGrathbc44e402004-07-12 05:45:08 +0000646
Roland McGrath2b832df2009-10-06 17:46:56 -0700647.PHONY: srpm
Dmitry V. Levin525a39a2011-02-27 14:05:58 +0000648srpm: dist-xz
649 rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz
Roland McGrath2b832df2009-10-06 17:46:56 -0700650
Dmitry V. Levindce75932013-04-30 23:52:12 +0000651$(srcdir)/.version:
652 $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
653
Dmitry V. Levina7501f62016-04-22 04:17:06 +0000654strace_SOURCES_c = \
655 $(filter %.c,$(strace_SOURCES)) $(filter %.c,$(libstrace_a_SOURCES))
Dmitry V. Levina0bd3742015-04-07 01:36:50 +0000656
657sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c))
658 for f in $^; do \
659 sed -n 's/^SYS_FUNC(.*/extern &;/p' $$f; \
660 done | sort -u > $@
661
Elvira Khabirova28e32df2015-07-10 22:24:54 +0300662syscallent_names = subcall.h syscallent.h syscallent1.h \
663 syscallent-n32.h syscallent-n64.h syscallent-o32.h
664syscallent_patterns = $(patsubst %,\%/%,$(syscallent_names))
665syscallent_files = $(filter $(syscallent_patterns),$(EXTRA_DIST))
666
667sen.h: $(patsubst %,$(srcdir)/%,$(syscallent_files))
668 for f in $^; do cat -- $$f; done | \
669 $(srcdir)/generate_sen.sh > $@
670
Dmitry V. Levindce75932013-04-30 23:52:12 +0000671dist-hook:
672 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
673
674today = $(shell date +%Y-%m-%d)
675version_regexp = $(subst .,\.,$(VERSION))
676news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))'
677
678news-check: NEWS
679 $(AM_V_GEN)if head -1 $< | \
680 grep -x $(news_check_regexp) >/dev/null; then \
681 :; \
682 else \
683 echo >&2 '$<: check failed'; \
684 exit 1; \
685 fi
Mike Frysinger9004e122011-02-20 23:24:22 -0500686
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500687ioctlsort_CC = $(CC_FOR_BUILD)
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000688ioctlsort_DEFS = $(DEFS)
689ioctlsort_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500690ioctlsort_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_FOR_BUILD)
691ioctlsort_CFLAGS = $(AM_CFLAGS) $(CFLAGS_FOR_BUILD)
692ioctlsort_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD)
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000693
694ioctls_inc_h = $(wildcard $(srcdir)/$(OS)/$(ARCH)/ioctls_inc*.h)
695ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
Dmitry V. Levin18225462016-05-02 22:06:56 +0000696ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h)))
697
698ioctl_redefs%.h: ioctlent%.h ioctlent0.h
699 sort $< > $<-t
700 sort ioctlent0.h | comm -23 $<-t - | \
701 sed -n 's/^{ "\([^"]\+\)", \(0x[[:xdigit:]]\+\) },$$/#ifdef \1\n# undef \1\n# define \1 \2\n#endif/p' \
702 > $@-t
703 rm -f $<-t
704 mv $@-t $@
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000705
706ioctlent%.h: ioctlsort%
707 ./$< > $@
708
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500709ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o
710 $(ioctlsort_CC) $(ioctlsort_CFLAGS) $(ioctlsort_LDFLAGS) $< -o $@
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000711
712ioctlsort%.o: ioctls_all%.h $(srcdir)/ioctlsort.c
713 $(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/ioctlsort.c
714
715ioctls_all%.h: $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%.h $(srcdir)/$(OS)/$(ARCH)/ioctls_arch%.h
716 cat $^ > $@
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000717
Dmitry V. Levin18225462016-05-02 22:06:56 +0000718BUILT_SOURCES = $(ioctl_redefs_h) $(ioctlent_h) \
719 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h .version
720CLEANFILES = $(ioctl_redefs_h) $(ioctlent_h) \
721 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h
Dmitry V. Levine2a33702015-08-27 19:51:05 +0000722DISTCLEANFILES = gnu/stubs-32.h gnu/stubs-x32.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300723
724# defines mpers_source_files
725include mpers.am
726srcdir_mpers_source_files = $(patsubst %,$(srcdir)/%,$(mpers_source_files))
727
728mpers_NAME =
729mpers_PREFIX = $(mpers_NAME)_
730mpers_DEFS = $(DEFS)
731mpers_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
732mpers_CPPFLAGS = $(strace_CPPFLAGS) $(CPPFLAGS)
733mpers_sh_opts = $(mpers_DEFS) $(mpers_INCLUDES) $(mpers_CPPFLAGS)
Dmitry V. Levinfafa7dc2016-02-03 19:18:28 +0000734libmpers_CPPFLAGS = $(strace_CPPFLAGS) -DIN_MPERS
Dmitry V. Levin71d3aa02016-02-03 19:19:48 +0000735libmpers_CFLAGS = $(strace_CFLAGS)
Elvira Khabirova09294222015-08-04 01:47:02 +0300736
737# mpers targets
738
Gabriel Laskarad25c742015-10-01 14:49:25 +0200739mpers-m%.stamp: $(srcdir_mpers_source_files) | printers.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300740 for f in $^; do \
741 CC="$(CC)" CFLAGS="$(mpers_sh_opts)" \
Dmitry V. Levin35bd0b82015-11-16 01:12:18 +0000742 CPP="$(CPP)" CPPFLAGS="$(mpers_sh_opts) -DIN_MPERS -DMPERS_IS_$(mpers_NAME)" \
Elvira Khabirova09294222015-08-04 01:47:02 +0300743 $(srcdir)/mpers.sh -$(mpers_NAME) $$f || exit; \
744 done
745 > $@
746
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000747m%_type_defs.h: $(srcdir_mpers_source_files)
Elvira Khabirova09294222015-08-04 01:47:02 +0300748 for f in $^; do \
749 sed -n 's/^#include DEF_MPERS_TYPE(\([^)]\+\))/#ifdef MPERS_$(mpers_PREFIX)\1\n# define \1 MPERS_$(mpers_PREFIX)\1\n#endif/p' $$f || exit; \
750 done > $@-t
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000751 echo '#undef MPERS_PRINTER_NAME' >> $@-t
752 echo '#define MPERS_PRINTER_NAME(printer_name) printer_name' >> $@-t
753 echo '#include "$(mpers_PREFIX)printer_decls.h"' >> $@-t
Dmitry V. Levin18225462016-05-02 22:06:56 +0000754 echo '#include MPERS_$(mpers_PREFIX)IOCTL_MACROS' >> $@-t
Elvira Khabirova09294222015-08-04 01:47:02 +0300755 mv $@-t $@
756
757m%_funcs.h: $(srcdir_mpers_source_files)
758 for f in $^; do \
759 sed -n 's/^SYS_FUNC(\([^)]\+\))/#undef sys_\1\n#define sys_\1 $(mpers_PREFIX)sys_\1/p' $$f || exit; \
760 done > $@-t && \
761 echo '#include "sys_func.h"' >> $@-t
762 mv $@-t $@
763
764# printers
765
766printers.h: $(srcdir_mpers_source_files)
767 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
768 echo 'typedef struct {' >> $@-t
769 for f in $^; do \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000770 sed -n 's/^MPERS_PRINTER_DECL(\([^,]\+\),[[:space:]]*\([^)]\+\))\(.*\)/ \1 (*\2) \3;\n#define \2 MPERS_PRINTER_NAME(\2)\n/p' $$f || exit; \
Elvira Khabirova09294222015-08-04 01:47:02 +0300771 done >> $@-t
772 echo '} struct_printers;' >> $@-t
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000773 echo 'extern const struct_printers *printers;' >> $@-t
774 echo '#define MPERS_PRINTER_NAME(printer_name) printers->printer_name' >> $@-t
Elvira Khabirova09294222015-08-04 01:47:02 +0300775 mv $@-t $@
776
777%_printer_decls.h: $(srcdir_mpers_source_files)
778 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
779 for f in $^; do \
780 sed -n 's/^MPERS_PRINTER_DECL(\([^,]\+\),[[:space:]]*\([^)]\+\))\(.*\)/extern \1 $(mpers_PREFIX)\2\3;/p' $$f || exit; \
781 done >> $@-t
782 mv $@-t $@
783
784%_printer_defs.h: $(srcdir_mpers_source_files)
785 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
786 for f in $^; do \
787 sed -n 's/^MPERS_PRINTER_DECL(\([^,]\+\),[[:space:]]*\([^)]\+\))\(.*\)/\.\2 = $(mpers_PREFIX)\2,/p' $$f || exit; \
788 done >> $@-t
789 mv $@-t $@
790
791native_printer_decls.h native_printer_defs.h: mpers_PREFIX =
792
793if HAVE_M32_MPERS
794
795strace_LDADD += libmpers-m32.a
796noinst_LIBRARIES += libmpers-m32.a
797libmpers_m32_a_SOURCES = $(mpers_source_files)
798libmpers_m32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_m32 -I$(builddir)/mpers-m32
Dmitry V. Levin71d3aa02016-02-03 19:19:48 +0000799libmpers_m32_a_CFLAGS = $(libmpers_CFLAGS)
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000800mpers_m32_targets = mpers-m32.stamp m32_type_defs.h m32_funcs.h m32_printer_decls.h m32_printer_defs.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300801
802BUILT_SOURCES += $(mpers_m32_targets)
803CLEANFILES += $(mpers_m32_targets)
804
805$(mpers_m32_targets): mpers_NAME = m32
806
807endif # HAVE_M32_MPERS
808
809if HAVE_MX32_MPERS
810
811strace_LDADD += libmpers-mx32.a
812noinst_LIBRARIES += libmpers-mx32.a
813libmpers_mx32_a_SOURCES = $(mpers_source_files)
814libmpers_mx32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_mx32 -I$(builddir)/mpers-mx32
Dmitry V. Levin71d3aa02016-02-03 19:19:48 +0000815libmpers_mx32_a_CFLAGS = $(libmpers_CFLAGS)
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000816mpers_mx32_targets = mpers-mx32.stamp mx32_type_defs.h mx32_funcs.h mx32_printer_decls.h mx32_printer_defs.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300817
818BUILT_SOURCES += $(mpers_mx32_targets)
819CLEANFILES += $(mpers_mx32_targets)
820
821$(mpers_mx32_targets): mpers_NAME = mx32
822
823endif # HAVE_MX32_MPERS
824
825clean-local:
826 -rm -rf mpers-m32 mpers-mx32
827
Roland McGrathbc44e402004-07-12 05:45:08 +0000828if MAINTAINER_MODE
Roland McGratha478d742009-10-06 17:41:02 -0700829
830gen_changelog_start_date = 2009-07-08 20:00
Dmitry V. Levindce75932013-04-30 23:52:12 +0000831$(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \
832 $(srcdir)/.version
Roland McGratha478d742009-10-06 17:41:02 -0700833 @rm -f $@.new
Dmitry V. Levindce75932013-04-30 23:52:12 +0000834 (cd $(srcdir); \
Dmitry V. Levin594399d2011-11-05 13:32:27 +0000835 ./gitlog-to-changelog --append-dot \
836 --since='$(gen_changelog_start_date)'; \
Roland McGratha478d742009-10-06 17:41:02 -0700837 echo; echo; echo 'See ChangeLog-CVS for older changes.' \
838 ) > $@.new
839 chmod 444 $@.new
840 mv -f $@.new $@
841
Dmitry V. Levindce75932013-04-30 23:52:12 +0000842$(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
843 $(srcdir)/Makefile.in $(srcdir)/.version
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000844 $(AM_V_GEN) \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400845 ( \
Dmitry V. Levindce75932013-04-30 23:52:12 +0000846 cd $(srcdir); \
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000847 sed '/^##/,$$d' CREDITS.in; \
848 { sed -n '1,/^##>/d; s/ \+/\t/; s/^./&/p' CREDITS.in; \
849 git log --pretty=format:'%aN %aE'; \
850 } | LC_ALL=C sort -u \
851 | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}'; \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400852 ) > $@-t && mv $@-t $@
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000853
Dmitry V. Levin76ac37d2009-10-09 22:10:09 +0000854export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
855
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000856endif