blob: a4ca2a22c26b8d80cd28b1bb9dbd255aac47d51a [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>
4# Copyright (c) 2006-2015 Dmitry V. Levin <ldv@altlinux.org>
5# 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)
59strace_LDFLAGS =
60strace_LDADD =
61noinst_LIBRARIES =
62
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000063strace_SOURCES = \
Dmitry V. Levin304cd812014-12-06 03:53:16 +000064 access.c \
Dmitry V. Levinb94b9832014-12-11 19:25:02 +000065 affinity.c \
Dmitry V. Levin2b640342013-11-11 15:06:18 +000066 aio.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000067 bjm.c \
68 block.c \
Dmitry V. Levinddb53dd2015-07-25 23:55:51 +000069 bpf.c \
Dmitry V. Levin95edb8b2014-12-03 20:50:08 +000070 cacheflush.c \
Dmitry V. Levin5e7987b2014-12-03 20:30:15 +000071 capability.c \
Dmitry V. Levin2f0808b2015-02-18 23:59:50 +000072 caps0.h \
73 caps1.h \
Dmitry V. Levin9b2f6742014-12-06 03:53:16 +000074 chdir.c \
Dmitry V. Levinad5cf1e2014-12-06 03:53:16 +000075 chmod.c \
Dmitry V. Levin265903a2014-12-11 19:25:02 +000076 clone.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000077 count.c \
78 desc.c \
Dmitry V. Levin2ed2cc72014-09-11 22:40:37 +000079 dirent.c \
Dmitry V. Levina367db82015-11-19 18:13:53 +000080 dirent64.c \
Elvira Khabirova09294222015-08-04 01:47:02 +030081 empty.h \
Dmitry V. Levinaba868c2015-08-01 22:58:17 +000082 epoll.c \
Etienne Gemsa4f750b92015-02-20 17:14:10 +010083 evdev.c \
Dmitry V. Levin28471d12015-08-01 20:36:53 +000084 eventfd.c \
Dmitry V. Levin7be23182014-12-11 19:25:02 +000085 execve.c \
Dmitry V. Levin91759092014-12-11 19:25:02 +000086 exit.c \
Dmitry V. Levin63f28dd2014-12-06 03:53:16 +000087 fadvise.c \
Dmitry V. Levin2795a5f2014-12-06 03:53:16 +000088 fallocate.c \
Dmitry V. Levin99db95d2014-02-05 04:13:18 +000089 fanotify.c \
Dmitry V. Levin2f7d0202014-12-13 16:20:44 +000090 fchownat.c \
Dmitry V. Levin25120032015-10-01 12:24:01 +000091 fcntl.c \
Dmitry V. Levin7a129742015-09-19 21:28:23 +000092 fetch_seccomp_fprog.c \
Dmitry V. Levin1a713d92015-09-19 23:48:56 +000093 fetch_struct_flock.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000094 file.c \
Dmitry V. Levin4b3a1702015-11-22 21:29:32 +000095 file_handle.c \
Dmitry V. Levin5d68f462015-10-01 12:20:11 +000096 flock.c \
Dmitry V. Levin6250e6c2015-10-09 01:38:07 +000097 flock.h \
Dmitry V. Levine314f802014-12-11 19:25:02 +000098 futex.c \
Dmitry V. Levin83576382014-12-11 19:25:02 +000099 get_robust_list.c \
Dmitry V. Levin665f10c2014-12-11 19:21:54 +0000100 getcpu.c \
Dmitry V. Levina8364302014-12-06 03:53:16 +0000101 getcwd.c \
Dmitry V. Levinfef09072015-02-04 16:38:09 +0000102 getrandom.c \
Dmitry V. Levin03c06ea2014-12-11 19:25:02 +0000103 hostname.c \
Dmitry V. Levin2f332e92014-02-05 15:43:04 +0000104 inotify.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000105 io.c \
106 ioctl.c \
Dmitry V. Levin2aa180e2015-11-22 18:18:43 +0000107 ioperm.c \
Dmitry V. Levindcd00c32015-11-22 18:21:54 +0000108 iopl.c \
Dmitry V. Levinfc4727d2014-02-05 17:27:43 +0000109 ioprio.c \
Elvira Khabirovac01ad062015-08-19 05:06:26 +0300110 ipc_defs.h \
111 ipc_msg.c \
112 ipc_msgctl.c \
113 ipc_sem.c \
114 ipc_shm.c \
115 ipc_shmctl.c \
Dmitry V. Levin7aa9c0d2015-11-22 18:35:27 +0000116 kcmp.c \
Dmitry V. Levinbdb07e32015-11-27 01:51:22 +0000117 kernel_types.h \
Dmitry V. Levin90aa9f42014-02-05 13:48:26 +0000118 kexec.c \
Dmitry V. Levin3acf4032014-02-05 22:41:45 +0000119 keyctl.c \
Dmitry V. Levin99a05442014-04-10 14:10:17 +0000120 ldt.c \
Dmitry V. Levin231b19f2014-12-06 03:53:16 +0000121 link.c \
Dmitry V. Levinc31481f2015-12-04 14:37:02 +0000122 linux/asm_stat.h \
Dmitry V. Levincfde1e32015-12-04 15:00:37 +0000123 linux/x32/asm_stat.h \
Dmitry V. Levin60d75242015-11-22 19:28:17 +0000124 lookup_dcookie.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000125 loop.c \
Dmitry V. Levinb5d25ec2014-12-06 03:53:16 +0000126 lseek.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000127 mem.c \
Dmitry V. Levin2aec1e62015-11-15 02:29:29 +0000128 membarrier.c \
Dmitry V. Levin95b84ea2015-07-28 23:03:41 +0000129 memfd_create.c \
Dmitry V. Levindb23b342014-12-06 03:53:16 +0000130 mknod.c \
Dmitry V. Levin6da7ca32014-12-03 21:12:07 +0000131 mount.c \
Elvira Khabirova09294222015-08-04 01:47:02 +0300132 mpers_type.h \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000133 mq.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000134 mtd.c \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000135 native_defs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000136 net.c \
Dmitry V. Levin964d80a2014-12-06 03:53:16 +0000137 open.c \
Dmitry V. Levinf6eb0d62014-12-03 20:00:42 +0000138 or1k_atomic.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000139 pathtrace.c \
Dmitry V. Levin0d60cf72015-08-01 20:28:21 +0000140 perf.c \
Dmitry V. Levind28b6a02014-12-03 21:06:11 +0000141 personality.c \
Dmitry V. Levin811bda62015-07-30 16:49:42 +0000142 poll.c \
Dmitry V. Levin53c993d2014-12-11 19:25:02 +0000143 prctl.c \
Elvira Khabirovac01ad062015-08-19 05:06:26 +0300144 print_mq_attr.c \
145 print_msgbuf.c \
Dmitry V. Levind6b05582015-09-16 18:05:43 +0000146 print_sigevent.c \
Dmitry V. Levinb5a23ed2015-08-04 01:52:40 +0300147 print_time.c \
Dmitry V. Levindd6bf4b2015-09-16 21:47:48 +0000148 print_timex.c \
Dmitry V. Levin9514ac72014-12-06 03:53:16 +0000149 printmode.c \
Dmitry V. Levin1e08a162015-07-17 23:50:02 +0000150 printrusage.c \
Dmitry V. Levin537c9642015-03-27 23:28:15 +0000151 printsiginfo.c \
Dmitry V. Levin0e946ab2015-07-17 23:56:54 +0000152 printsiginfo.h \
Dmitry V. Levinab21a942014-12-28 18:15:25 +0000153 printstat.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000154 process.c \
Dmitry V. Levindb16c522014-12-11 19:21:54 +0000155 process_vm.c \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +0100156 ptp.c \
Dmitry V. Levinfadf3792015-02-13 00:26:38 +0000157 ptrace.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000158 quota.c \
Dmitry V. Levin9e9ceab2014-12-06 03:53:16 +0000159 readahead.c \
Dmitry V. Levin46245b32014-12-06 03:53:16 +0000160 readlink.c \
Dmitry V. Levin9aaf88c2014-02-05 14:51:19 +0000161 reboot.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000162 regs.h \
Dmitry V. Levin6d20a0b2014-12-06 03:53:16 +0000163 renameat.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000164 resource.c \
Dmitry V. Levin746db062015-07-04 08:56:21 +0000165 rtc.c \
Dmitry V. Levinfff2f312014-12-11 19:25:02 +0000166 sched.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000167 scsi.c \
Dmitry V. Levin2af69032015-02-04 23:50:50 +0000168 seccomp.c \
Dmitry V. Levin7a129742015-09-19 21:28:23 +0000169 seccomp_fprog.h \
Dmitry V. Levinac2e7282015-08-18 22:09:30 +0000170 sendfile.c \
Dmitry V. Levin174bb2b2015-03-26 13:03:25 +0000171 sigaltstack.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000172 signal.c \
Dmitry V. Levin2307d5c2015-08-03 09:12:26 +0000173 signalfd.c \
Dmitry V. Levin74219ea2015-03-06 01:47:18 +0000174 sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000175 sock.c \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000176 socketutils.c \
Dmitry V. Levine36c72c2014-12-03 20:56:36 +0000177 sram_alloc.c \
Dmitry V. Levin9a0dd742014-09-22 00:17:42 +0000178 statfs.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000179 strace.c \
Dmitry V. Levin85a364a2014-12-06 03:53:16 +0000180 swapon.c \
Dmitry V. Levin710b3ae2014-12-06 03:53:16 +0000181 sync_file_range.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000182 syscall.c \
Dmitry V. Levin172241b2014-12-03 20:20:52 +0000183 sysctl.c \
Dmitry V. Levin57d45a22014-09-29 23:13:05 +0000184 sysinfo.c \
Dmitry V. Levinb21e2fb2014-12-03 21:01:35 +0000185 syslog.c \
Dmitry V. Levin600e33c2014-12-03 20:08:44 +0000186 sysmips.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000187 term.c \
188 time.c \
Elvira Khabirova254ff1e2015-08-03 07:09:34 +0300189 times.c \
Dmitry V. Levin69341822014-12-06 03:53:16 +0000190 truncate.c \
Dmitry V. Levine93ef1e2014-12-11 19:25:02 +0000191 uid.c \
Dmitry V. Levin80f7db12014-12-13 21:49:01 +0000192 uid16.c \
Dmitry V. Levind590f3c2014-12-06 03:53:16 +0000193 umask.c \
Dmitry V. Levin542ca1e2014-12-03 21:09:26 +0000194 umount.c \
Dmitry V. Levin58dd2cf2014-12-11 19:25:02 +0000195 uname.c \
Dmitry V. Levina6ebdb12015-11-15 02:22:44 +0000196 userfaultfd.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000197 util.c \
Dmitry V. Levinfb470f32014-12-06 03:53:16 +0000198 utime.c \
Dmitry V. Levin481e0672014-12-06 03:53:16 +0000199 utimes.c \
Philippe De Muyter0cc96142014-11-03 21:27:40 +0100200 v4l2.c \
Dmitry V. Levin769ffe92014-12-06 03:53:16 +0000201 vsprintf.c \
Dmitry V. Levin7ccc1442014-12-11 19:25:02 +0000202 wait.c \
Dmitry V. Levin3e9d71f2015-05-25 20:41:02 +0000203 xattr.c \
Elvira Khabirova09294222015-08-04 01:47:02 +0300204 xmalloc.c \
205 # end of strace_SOURCES
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000206
Luca Clementi327064b2013-07-23 00:11:35 -0700207if USE_LIBUNWIND
208strace_SOURCES += unwind.c
Elvira Khabirova09294222015-08-04 01:47:02 +0300209strace_CPPFLAGS += $(libunwind_CPPFLAGS)
210strace_LDFLAGS += $(libunwind_LDFLAGS)
211strace_LDADD += $(libunwind_LIBS)
Luca Clementi327064b2013-07-23 00:11:35 -0700212endif
213
Roland McGrath2746edd2002-12-30 09:13:08 +0000214noinst_HEADERS = defs.h
Denys Vlasenko76f61be2013-03-06 18:59:09 +0100215# Enable this to get link map generated
216#strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile
Roland McGrath6d2b3492002-12-30 00:51:30 +0000217
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000218EXTRA_DIST = \
219 $(man_MANS) \
Dmitry V. Levindce75932013-04-30 23:52:12 +0000220 .version \
Mike Frysinger6c191362013-05-15 16:33:09 -0400221 COPYING \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000222 CREDITS \
223 ChangeLog \
224 ChangeLog-CVS \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000225 README-linux-ptrace \
226 debian/changelog \
227 debian/compat \
228 debian/control \
229 debian/copyright \
230 debian/rules \
231 debian/source/format \
232 debian/strace-udeb.install \
233 debian/strace.docs \
234 debian/strace.examples \
235 debian/strace.install \
236 debian/strace.manpages \
237 debian/strace64.install \
238 debian/strace64.manpages \
239 debian/watch \
240 errnoent.sh \
Elvira Khabirova28e32df2015-07-10 22:24:54 +0300241 generate_sen.sh \
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000242 ioctlsort.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000243 linux/32/ioctls_inc.h \
Dmitry V. Levin8c20d892015-05-21 16:19:40 +0000244 linux/32/ioctls_inc_align32.h \
245 linux/32/ioctls_inc_align64.h \
Dmitry V. Levindee03a32015-01-11 04:04:54 +0300246 linux/32/syscallent.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000247 linux/64/ioctls_inc.h \
Dmitry V. Levin200c02c2015-01-10 20:51:37 +0300248 linux/64/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000249 linux/aarch64/arch_regs.c \
Andreas Schwab64fc9ce2015-03-12 11:54:08 +0100250 linux/aarch64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000251 linux/aarch64/arch_sigreturn.c \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000252 linux/aarch64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000253 linux/aarch64/get_error.c \
254 linux/aarch64/get_scno.c \
255 linux/aarch64/get_syscall_args.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000256 linux/aarch64/ioctls_arch0.h \
257 linux/aarch64/ioctls_arch1.h \
258 linux/aarch64/ioctls_inc0.h \
259 linux/aarch64/ioctls_inc1.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000260 linux/aarch64/signalent1.h \
261 linux/aarch64/syscallent.h \
262 linux/aarch64/syscallent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000263 linux/alpha/arch_getrval2.c \
264 linux/alpha/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000265 linux/alpha/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000266 linux/alpha/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000267 linux/alpha/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000268 linux/alpha/get_error.c \
269 linux/alpha/get_scno.c \
270 linux/alpha/get_syscall_args.c \
271 linux/alpha/get_syscall_result.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000272 linux/alpha/ioctls_arch0.h \
273 linux/alpha/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000274 linux/alpha/signalent.h \
275 linux/alpha/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000276 linux/alpha/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000277 linux/arc/arch_regs.c \
278 linux/arc/get_error.c \
279 linux/arc/get_scno.c \
280 linux/arc/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000281 linux/arc/ioctls_arch0.h \
282 linux/arc/ioctls_inc0.h \
Vineet Gupta7daacbb2013-08-16 12:47:06 +0530283 linux/arc/syscallent.h \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000284 linux/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000285 linux/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000286 linux/arm/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000287 linux/arm/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000288 linux/arm/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000289 linux/arm/get_error.c \
290 linux/arm/get_scno.c \
291 linux/arm/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000292 linux/arm/ioctls_arch0.h \
293 linux/arm/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000294 linux/arm/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000295 linux/arm/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000296 linux/avr32/arch_regs.c \
297 linux/avr32/get_error.c \
298 linux/avr32/get_scno.c \
299 linux/avr32/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000300 linux/avr32/ioctls_arch0.h \
301 linux/avr32/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000302 linux/avr32/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000303 linux/avr32/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000304 linux/bfin/arch_regs.c \
305 linux/bfin/get_error.c \
306 linux/bfin/get_scno.c \
307 linux/bfin/get_syscall_args.c \
308 linux/bfin/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000309 linux/bfin/ioctls_arch0.h \
310 linux/bfin/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000311 linux/bfin/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000312 linux/bfin/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000313 linux/crisv10/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000314 linux/crisv10/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000315 linux/crisv10/get_error.c \
316 linux/crisv10/get_scno.c \
317 linux/crisv10/get_syscall_args.c \
318 linux/crisv10/get_syscall_result.c \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000319 linux/crisv10/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000320 linux/crisv32/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000321 linux/crisv32/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000322 linux/crisv32/get_error.c \
323 linux/crisv32/get_scno.c \
324 linux/crisv32/get_syscall_args.c \
325 linux/crisv32/get_syscall_result.c \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000326 linux/crisv32/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000327 linux/dummy.h \
328 linux/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000329 linux/hppa/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000330 linux/hppa/arch_regs.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000331 linux/hppa/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000332 linux/hppa/get_error.c \
333 linux/hppa/get_scno.c \
334 linux/hppa/get_syscall_args.c \
335 linux/hppa/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000336 linux/hppa/ioctls_arch0.h \
337 linux/hppa/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000338 linux/hppa/signalent.h \
339 linux/hppa/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000340 linux/i386/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000341 linux/i386/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000342 linux/i386/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000343 linux/i386/get_error.c \
344 linux/i386/get_scno.c \
345 linux/i386/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000346 linux/i386/ioctls_arch0.h \
347 linux/i386/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000348 linux/i386/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000349 linux/i386/userent.h \
350 linux/i386/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000351 linux/ia64/arch_getrval2.c \
352 linux/ia64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000353 linux/ia64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000354 linux/ia64/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000355 linux/ia64/get_error.c \
356 linux/ia64/get_scno.c \
357 linux/ia64/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000358 linux/ia64/ioctls_arch0.h \
359 linux/ia64/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000360 linux/ia64/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000361 linux/ia64/userent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000362 linux/inet_diag.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000363 linux/m68k/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000364 linux/m68k/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000365 linux/m68k/get_error.c \
366 linux/m68k/get_scno.c \
367 linux/m68k/get_syscall_args.c \
368 linux/m68k/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000369 linux/m68k/ioctls_arch0.h \
370 linux/m68k/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000371 linux/m68k/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000372 linux/m68k/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000373 linux/metag/arch_regs.c \
374 linux/metag/get_error.c \
375 linux/metag/get_scno.c \
376 linux/metag/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000377 linux/metag/ioctls_arch0.h \
378 linux/metag/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000379 linux/metag/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000380 linux/microblaze/arch_regs.c \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000381 linux/microblaze/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000382 linux/microblaze/get_error.c \
383 linux/microblaze/get_scno.c \
384 linux/microblaze/get_syscall_args.c \
385 linux/microblaze/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000386 linux/microblaze/ioctls_arch0.h \
387 linux/microblaze/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000388 linux/microblaze/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000389 linux/microblaze/userent.h \
Dmitry V. Levin8e8d7d22015-03-23 23:14:08 +0000390 linux/mips/arch_getrval2.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000391 linux/mips/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000392 linux/mips/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000393 linux/mips/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000394 linux/mips/errnoent.h \
Dmitry V. Levind59287d2015-01-13 04:57:27 +0000395 linux/mips/genstub.sh \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000396 linux/mips/get_error.c \
397 linux/mips/get_scno.c \
398 linux/mips/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000399 linux/mips/ioctls_arch0.h \
400 linux/mips/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000401 linux/mips/signalent.h \
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000402 linux/mips/syscallent-compat.h \
403 linux/mips/syscallent-n32.h \
404 linux/mips/syscallent-n64.h \
405 linux/mips/syscallent-o32.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000406 linux/mips/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000407 linux/mips/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000408 linux/mtd-abi.h \
Ezequiel Garciabd8dd772015-04-18 17:33:27 -0300409 linux/nios2/arch_regs.c \
410 linux/nios2/get_error.c \
411 linux/nios2/get_scno.c \
412 linux/nios2/get_syscall_args.c \
413 linux/nios2/ioctls_arch0.h \
414 linux/nios2/ioctls_inc0.h \
Ezequiel Garciabd8dd772015-04-18 17:33:27 -0300415 linux/nios2/syscallent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000416 linux/or1k/arch_regs.c \
417 linux/or1k/get_error.c \
418 linux/or1k/get_scno.c \
419 linux/or1k/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000420 linux/or1k/ioctls_arch0.h \
421 linux/or1k/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000422 linux/or1k/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000423 linux/or1k/userent.h \
Dmitry V. Levin2a32eaa2014-02-05 02:09:49 +0000424 linux/personality.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000425 linux/powerpc/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000426 linux/powerpc/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000427 linux/powerpc/arch_sigreturn.c \
Dmitry V. Levinb2f8c772015-02-23 03:10:25 +0000428 linux/powerpc/errnoent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000429 linux/powerpc/get_error.c \
430 linux/powerpc/get_scno.c \
431 linux/powerpc/get_syscall_args.c \
432 linux/powerpc/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000433 linux/powerpc/ioctls_arch0.h \
434 linux/powerpc/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000435 linux/powerpc/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000436 linux/powerpc/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000437 linux/powerpc64/arch_regs.c \
Dmitry V. Levin7226c3a2015-02-23 21:28:33 +0000438 linux/powerpc64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000439 linux/powerpc64/arch_sigreturn.c \
Dmitry V. Levinb2f8c772015-02-23 03:10:25 +0000440 linux/powerpc64/errnoent.h \
Dmitry V. Levinaf3ab5b2015-01-21 17:04:31 +0000441 linux/powerpc64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000442 linux/powerpc64/get_error.c \
443 linux/powerpc64/get_scno.c \
444 linux/powerpc64/get_syscall_args.c \
445 linux/powerpc64/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000446 linux/powerpc64/ioctls_arch0.h \
447 linux/powerpc64/ioctls_arch1.h \
448 linux/powerpc64/ioctls_inc0.h \
449 linux/powerpc64/ioctls_inc1.h \
Dmitry V. Levinaf3ab5b2015-01-21 17:04:31 +0000450 linux/powerpc64/signalent1.h \
451 linux/powerpc64/syscallent.h \
452 linux/powerpc64/syscallent1.h \
453 linux/powerpc64/userent.h \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +0100454 linux/ptp_clock.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000455 linux/s390/arch_regs.c \
Dmitry V. Levin20eca8a2015-03-05 22:10:15 +0000456 linux/s390/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000457 linux/s390/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000458 linux/s390/get_error.c \
459 linux/s390/get_scno.c \
460 linux/s390/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000461 linux/s390/ioctls_arch0.h \
462 linux/s390/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000463 linux/s390/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000464 linux/s390/userent.h \
465 linux/s390/userent0.h \
466 linux/s390/userent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000467 linux/s390x/arch_regs.c \
Dmitry V. Levin20eca8a2015-03-05 22:10:15 +0000468 linux/s390x/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000469 linux/s390x/arch_sigreturn.c \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000470 linux/s390x/get_error.c \
471 linux/s390x/get_scno.c \
472 linux/s390x/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000473 linux/s390x/ioctls_arch0.h \
474 linux/s390x/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000475 linux/s390x/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000476 linux/s390x/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000477 linux/sh/arch_getrval2.c \
478 linux/sh/arch_regs.c \
479 linux/sh/get_error.c \
480 linux/sh/get_scno.c \
481 linux/sh/get_syscall_args.c \
482 linux/sh/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000483 linux/sh/ioctls_arch0.h \
484 linux/sh/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000485 linux/sh/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000486 linux/sh/userent.h \
487 linux/sh/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000488 linux/sh64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000489 linux/sh64/arch_regs.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000490 linux/sh64/get_error.c \
491 linux/sh64/get_scno.c \
492 linux/sh64/get_syscall_args.c \
493 linux/sh64/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000494 linux/sh64/ioctls_arch0.h \
495 linux/sh64/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000496 linux/sh64/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000497 linux/sh64/userent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000498 linux/signalent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000499 linux/sock_diag.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000500 linux/sparc/arch_getrval2.c \
501 linux/sparc/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000502 linux/sparc/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000503 linux/sparc/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000504 linux/sparc/errnoent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000505 linux/sparc/gen.pl \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000506 linux/sparc/get_error.c \
507 linux/sparc/get_scno.c \
508 linux/sparc/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000509 linux/sparc/ioctls_arch0.h \
510 linux/sparc/ioctls_inc0.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000511 linux/sparc/signalent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000512 linux/sparc/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000513 linux/sparc/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000514 linux/sparc64/arch_getrval2.c \
515 linux/sparc64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000516 linux/sparc64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000517 linux/sparc64/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000518 linux/sparc64/errnoent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100519 linux/sparc64/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000520 linux/sparc64/get_error.c \
521 linux/sparc64/get_scno.c \
522 linux/sparc64/get_syscall_args.c\
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000523 linux/sparc64/ioctls_arch0.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100524 linux/sparc64/ioctls_arch1.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000525 linux/sparc64/ioctls_inc0.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100526 linux/sparc64/ioctls_inc1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000527 linux/sparc64/signalent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100528 linux/sparc64/signalent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000529 linux/sparc64/syscallent.h \
Denys Vlasenko588a90f2015-03-25 15:11:36 +0100530 linux/sparc64/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000531 linux/sparc64/userent.h \
Dmitry V. Levinde462cf2013-05-07 18:38:01 +0400532 linux/subcall.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000533 linux/syscall.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000534 linux/tile/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000535 linux/tile/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000536 linux/tile/arch_sigreturn.c \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000537 linux/tile/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000538 linux/tile/get_error.c \
539 linux/tile/get_scno.c \
540 linux/tile/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000541 linux/tile/ioctls_arch0.h \
542 linux/tile/ioctls_arch1.h \
543 linux/tile/ioctls_inc0.h \
544 linux/tile/ioctls_inc1.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000545 linux/tile/signalent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000546 linux/tile/syscallent.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000547 linux/tile/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000548 linux/tile/userent.h \
Dmitry V. Levin8e0b8be2013-06-02 18:09:44 +0000549 linux/ubi-user.h \
Dmitry V. Levince21ef02015-01-09 02:02:39 +0000550 linux/unix_diag.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000551 linux/userent.h \
552 linux/userent0.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000553 linux/x32/arch_regs.c \
Dmitry V. Levin19fcb272015-02-26 20:40:43 +0000554 linux/x32/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000555 linux/x32/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000556 linux/x32/errnoent1.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000557 linux/x32/get_error.c \
558 linux/x32/get_scno.c \
559 linux/x32/get_syscall_args.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000560 linux/x32/ioctls_arch0.h \
561 linux/x32/ioctls_arch1.h \
562 linux/x32/ioctls_inc0.h \
563 linux/x32/ioctls_inc1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000564 linux/x32/signalent1.h \
565 linux/x32/syscallent.h \
566 linux/x32/syscallent1.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000567 linux/x32/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000568 linux/x86_64/arch_regs.c \
Dmitry V. Levin5503dd22015-02-13 02:12:14 +0000569 linux/x86_64/arch_regs.h \
Dmitry V. Levina3c48352015-03-23 21:16:07 +0000570 linux/x86_64/arch_sigreturn.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000571 linux/x86_64/errnoent1.h \
572 linux/x86_64/errnoent2.h \
573 linux/x86_64/gentab.pl \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000574 linux/x86_64/get_error.c \
575 linux/x86_64/get_scno.c \
576 linux/x86_64/get_syscall_args.c \
577 linux/x86_64/getregs_old.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000578 linux/x86_64/ioctls_arch0.h \
579 linux/x86_64/ioctls_arch1.h \
Dmitry V. Levin43413732015-03-02 02:38:50 +0000580 linux/x86_64/ioctls_arch2.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000581 linux/x86_64/ioctls_inc0.h \
582 linux/x86_64/ioctls_inc1.h \
Dmitry V. Levin43413732015-03-02 02:38:50 +0000583 linux/x86_64/ioctls_inc2.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000584 linux/x86_64/signalent1.h \
585 linux/x86_64/signalent2.h \
586 linux/x86_64/syscallent.h \
587 linux/x86_64/syscallent1.h \
588 linux/x86_64/syscallent2.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000589 linux/x86_64/userent.h \
Dmitry V. Levind70d1c42015-03-22 22:13:55 +0000590 linux/xtensa/arch_regs.c \
591 linux/xtensa/get_error.c \
592 linux/xtensa/get_scno.c \
593 linux/xtensa/get_syscall_args.c \
594 linux/xtensa/get_syscall_result.c \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000595 linux/xtensa/ioctls_arch0.h \
596 linux/xtensa/ioctls_inc0.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000597 linux/xtensa/syscallent.h \
Dmitry V. Levinfced7b02014-12-11 19:25:02 +0000598 linux/xtensa/userent.h \
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000599 maint/ioctls_gen.sh \
600 maint/ioctls_hex.sh \
601 maint/ioctls_sym.sh \
602 maint/print_ioctlent.c \
Elvira Khabirova09294222015-08-04 01:47:02 +0300603 mpers.awk \
604 mpers.sh \
605 mpers_test.sh \
Dmitry V. Levin5cb45b22015-11-20 01:43:12 +0000606 mpers_xlat.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000607 signalent.sh \
608 strace-graph \
609 strace-log-merge \
610 strace.spec \
611 syscallent.sh \
Mike Frysinger761ed9b2014-02-16 01:59:20 -0500612 $(XLAT_INPUT_FILES) \
613 $(XLAT_HEADER_FILES) \
614 xlat/gen.sh \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000615 xlate.el
Roland McGrathbc44e402004-07-12 05:45:08 +0000616
Roland McGrath2b832df2009-10-06 17:46:56 -0700617.PHONY: srpm
Dmitry V. Levin525a39a2011-02-27 14:05:58 +0000618srpm: dist-xz
619 rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz
Roland McGrath2b832df2009-10-06 17:46:56 -0700620
Dmitry V. Levindce75932013-04-30 23:52:12 +0000621$(srcdir)/.version:
622 $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
623
Dmitry V. Levina0bd3742015-04-07 01:36:50 +0000624strace_SOURCES_c = $(filter %.c,$(strace_SOURCES))
625
626sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c))
627 for f in $^; do \
628 sed -n 's/^SYS_FUNC(.*/extern &;/p' $$f; \
629 done | sort -u > $@
630
Elvira Khabirova28e32df2015-07-10 22:24:54 +0300631syscallent_names = subcall.h syscallent.h syscallent1.h \
632 syscallent-n32.h syscallent-n64.h syscallent-o32.h
633syscallent_patterns = $(patsubst %,\%/%,$(syscallent_names))
634syscallent_files = $(filter $(syscallent_patterns),$(EXTRA_DIST))
635
636sen.h: $(patsubst %,$(srcdir)/%,$(syscallent_files))
637 for f in $^; do cat -- $$f; done | \
638 $(srcdir)/generate_sen.sh > $@
639
Dmitry V. Levindce75932013-04-30 23:52:12 +0000640dist-hook:
641 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
642
643today = $(shell date +%Y-%m-%d)
644version_regexp = $(subst .,\.,$(VERSION))
645news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))'
646
647news-check: NEWS
648 $(AM_V_GEN)if head -1 $< | \
649 grep -x $(news_check_regexp) >/dev/null; then \
650 :; \
651 else \
652 echo >&2 '$<: check failed'; \
653 exit 1; \
654 fi
Mike Frysinger9004e122011-02-20 23:24:22 -0500655
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500656ioctlsort_CC = $(CC_FOR_BUILD)
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000657ioctlsort_DEFS = $(DEFS)
658ioctlsort_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500659ioctlsort_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_FOR_BUILD)
660ioctlsort_CFLAGS = $(AM_CFLAGS) $(CFLAGS_FOR_BUILD)
661ioctlsort_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD)
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000662
663ioctls_inc_h = $(wildcard $(srcdir)/$(OS)/$(ARCH)/ioctls_inc*.h)
664ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000665
666ioctlent%.h: ioctlsort%
667 ./$< > $@
668
Mike Frysinger58c7fe92015-02-26 22:22:36 -0500669ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o
670 $(ioctlsort_CC) $(ioctlsort_CFLAGS) $(ioctlsort_LDFLAGS) $< -o $@
Dmitry V. Levindf7aa2b2015-01-19 17:02:16 +0000671
672ioctlsort%.o: ioctls_all%.h $(srcdir)/ioctlsort.c
673 $(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/ioctlsort.c
674
675ioctls_all%.h: $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%.h $(srcdir)/$(OS)/$(ARCH)/ioctls_arch%.h
676 cat $^ > $@
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000677
Elvira Khabirova09294222015-08-04 01:47:02 +0300678BUILT_SOURCES = $(ioctlent_h) native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h .version
679CLEANFILES = $(ioctlent_h) native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h
Dmitry V. Levine2a33702015-08-27 19:51:05 +0000680DISTCLEANFILES = gnu/stubs-32.h gnu/stubs-x32.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300681
682# defines mpers_source_files
683include mpers.am
684srcdir_mpers_source_files = $(patsubst %,$(srcdir)/%,$(mpers_source_files))
685
686mpers_NAME =
687mpers_PREFIX = $(mpers_NAME)_
688mpers_DEFS = $(DEFS)
689mpers_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
690mpers_CPPFLAGS = $(strace_CPPFLAGS) $(CPPFLAGS)
691mpers_sh_opts = $(mpers_DEFS) $(mpers_INCLUDES) $(mpers_CPPFLAGS)
692libmpers_CPPFLAGS = $(AM_CPPFLAGS) -DIN_MPERS
693
694# mpers targets
695
Gabriel Laskarad25c742015-10-01 14:49:25 +0200696mpers-m%.stamp: $(srcdir_mpers_source_files) | printers.h
Elvira Khabirova09294222015-08-04 01:47:02 +0300697 for f in $^; do \
698 CC="$(CC)" CFLAGS="$(mpers_sh_opts)" \
Dmitry V. Levin35bd0b82015-11-16 01:12:18 +0000699 CPP="$(CPP)" CPPFLAGS="$(mpers_sh_opts) -DIN_MPERS -DMPERS_IS_$(mpers_NAME)" \
Elvira Khabirova09294222015-08-04 01:47:02 +0300700 $(srcdir)/mpers.sh -$(mpers_NAME) $$f || exit; \
701 done
702 > $@
703
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000704m%_type_defs.h: $(srcdir_mpers_source_files)
Elvira Khabirova09294222015-08-04 01:47:02 +0300705 for f in $^; do \
706 sed -n 's/^#include DEF_MPERS_TYPE(\([^)]\+\))/#ifdef MPERS_$(mpers_PREFIX)\1\n# define \1 MPERS_$(mpers_PREFIX)\1\n#endif/p' $$f || exit; \
707 done > $@-t
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000708 echo '#undef MPERS_PRINTER_NAME' >> $@-t
709 echo '#define MPERS_PRINTER_NAME(printer_name) printer_name' >> $@-t
710 echo '#include "$(mpers_PREFIX)printer_decls.h"' >> $@-t
Elvira Khabirova09294222015-08-04 01:47:02 +0300711 mv $@-t $@
712
713m%_funcs.h: $(srcdir_mpers_source_files)
714 for f in $^; do \
715 sed -n 's/^SYS_FUNC(\([^)]\+\))/#undef sys_\1\n#define sys_\1 $(mpers_PREFIX)sys_\1/p' $$f || exit; \
716 done > $@-t && \
717 echo '#include "sys_func.h"' >> $@-t
718 mv $@-t $@
719
720# printers
721
722printers.h: $(srcdir_mpers_source_files)
723 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
724 echo 'typedef struct {' >> $@-t
725 for f in $^; do \
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000726 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 +0300727 done >> $@-t
728 echo '} struct_printers;' >> $@-t
Dmitry V. Levine2fb0bb2015-09-15 21:51:15 +0000729 echo 'extern const struct_printers *printers;' >> $@-t
730 echo '#define MPERS_PRINTER_NAME(printer_name) printers->printer_name' >> $@-t
Elvira Khabirova09294222015-08-04 01:47:02 +0300731 mv $@-t $@
732
733%_printer_decls.h: $(srcdir_mpers_source_files)
734 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
735 for f in $^; do \
736 sed -n 's/^MPERS_PRINTER_DECL(\([^,]\+\),[[:space:]]*\([^)]\+\))\(.*\)/extern \1 $(mpers_PREFIX)\2\3;/p' $$f || exit; \
737 done >> $@-t
738 mv $@-t $@
739
740%_printer_defs.h: $(srcdir_mpers_source_files)
741 echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
742 for f in $^; do \
743 sed -n 's/^MPERS_PRINTER_DECL(\([^,]\+\),[[:space:]]*\([^)]\+\))\(.*\)/\.\2 = $(mpers_PREFIX)\2,/p' $$f || exit; \
744 done >> $@-t
745 mv $@-t $@
746
747native_printer_decls.h native_printer_defs.h: mpers_PREFIX =
748
749if HAVE_M32_MPERS
750
751strace_LDADD += libmpers-m32.a
752noinst_LIBRARIES += libmpers-m32.a
753libmpers_m32_a_SOURCES = $(mpers_source_files)
754libmpers_m32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_m32 -I$(builddir)/mpers-m32
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000755mpers_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 +0300756
757BUILT_SOURCES += $(mpers_m32_targets)
758CLEANFILES += $(mpers_m32_targets)
759
760$(mpers_m32_targets): mpers_NAME = m32
761
762endif # HAVE_M32_MPERS
763
764if HAVE_MX32_MPERS
765
766strace_LDADD += libmpers-mx32.a
767noinst_LIBRARIES += libmpers-mx32.a
768libmpers_mx32_a_SOURCES = $(mpers_source_files)
769libmpers_mx32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_mx32 -I$(builddir)/mpers-mx32
Dmitry V. Levin370eb162015-11-07 23:22:24 +0000770mpers_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 +0300771
772BUILT_SOURCES += $(mpers_mx32_targets)
773CLEANFILES += $(mpers_mx32_targets)
774
775$(mpers_mx32_targets): mpers_NAME = mx32
776
777endif # HAVE_MX32_MPERS
778
779clean-local:
780 -rm -rf mpers-m32 mpers-mx32
781
Roland McGrathbc44e402004-07-12 05:45:08 +0000782if MAINTAINER_MODE
Roland McGratha478d742009-10-06 17:41:02 -0700783
784gen_changelog_start_date = 2009-07-08 20:00
Dmitry V. Levindce75932013-04-30 23:52:12 +0000785$(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \
786 $(srcdir)/.version
Roland McGratha478d742009-10-06 17:41:02 -0700787 @rm -f $@.new
Dmitry V. Levindce75932013-04-30 23:52:12 +0000788 (cd $(srcdir); \
Dmitry V. Levin594399d2011-11-05 13:32:27 +0000789 ./gitlog-to-changelog --append-dot \
790 --since='$(gen_changelog_start_date)'; \
Roland McGratha478d742009-10-06 17:41:02 -0700791 echo; echo; echo 'See ChangeLog-CVS for older changes.' \
792 ) > $@.new
793 chmod 444 $@.new
794 mv -f $@.new $@
795
Dmitry V. Levindce75932013-04-30 23:52:12 +0000796$(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
797 $(srcdir)/Makefile.in $(srcdir)/.version
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000798 $(AM_V_GEN) \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400799 ( \
Dmitry V. Levindce75932013-04-30 23:52:12 +0000800 cd $(srcdir); \
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000801 sed '/^##/,$$d' CREDITS.in; \
802 { sed -n '1,/^##>/d; s/ \+/\t/; s/^./&/p' CREDITS.in; \
803 git log --pretty=format:'%aN %aE'; \
804 } | LC_ALL=C sort -u \
805 | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}'; \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400806 ) > $@-t && mv $@-t $@
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000807
Dmitry V. Levin76ac37d2009-10-09 22:10:09 +0000808export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
809
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000810endif