Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 1 | # Automake input for strace. |
| 2 | |
Dmitry V. Levin | 679c47c | 2015-01-23 22:45:02 +0000 | [diff] [blame] | 3 | if HAVE_M32_RUNTIME |
| 4 | TESTS_M32 = tests-m32 |
| 5 | endif |
| 6 | if HAVE_MX32_RUNTIME |
| 7 | TESTS_MX32 = tests-mx32 |
| 8 | endif |
| 9 | SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32) |
Dmitry V. Levin | 4e4b5ad | 2011-02-27 00:28:50 +0000 | [diff] [blame] | 10 | |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 11 | bin_PROGRAMS = strace |
| 12 | man_MANS = strace.1 |
Denys Vlasenko | 796f6e8 | 2012-03-09 14:21:59 +0100 | [diff] [blame] | 13 | bin_SCRIPTS = strace-graph strace-log-merge |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 14 | |
Dmitry V. Levin | ee245d8 | 2012-02-25 15:34:10 +0100 | [diff] [blame] | 15 | OS = linux |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 16 | # ARCH is `i386', `m68k', `sparc', etc. |
| 17 | ARCH = @arch@ |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 18 | |
Dmitry V. Levin | 916aded | 2010-09-09 17:36:36 +0000 | [diff] [blame] | 19 | ACLOCAL_AMFLAGS = -I m4 |
Dmitry V. Levin | 918e49b | 2010-09-09 17:41:15 +0000 | [diff] [blame] | 20 | AM_CFLAGS = $(WARN_CFLAGS) |
Dmitry V. Levin | 579836c | 2015-01-13 06:12:16 +0000 | [diff] [blame] | 21 | AM_CPPFLAGS = -I$(builddir)/$(OS)/$(ARCH) \ |
| 22 | -I$(srcdir)/$(OS)/$(ARCH) \ |
| 23 | -I$(builddir)/$(OS) \ |
| 24 | -I$(srcdir)/$(OS) |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 25 | |
Mike Frysinger | 761ed9b | 2014-02-16 01:59:20 -0500 | [diff] [blame] | 26 | include xlat/Makemodule.am |
| 27 | |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 28 | strace_SOURCES = \ |
Dmitry V. Levin | 304cd81 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 29 | access.c \ |
Dmitry V. Levin | b94b983 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 30 | affinity.c \ |
Dmitry V. Levin | 2b64034 | 2013-11-11 15:06:18 +0000 | [diff] [blame] | 31 | aio.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 32 | bjm.c \ |
| 33 | block.c \ |
Dmitry V. Levin | ddb53dd | 2015-07-25 23:55:51 +0000 | [diff] [blame] | 34 | bpf.c \ |
Dmitry V. Levin | 95edb8b | 2014-12-03 20:50:08 +0000 | [diff] [blame] | 35 | cacheflush.c \ |
Dmitry V. Levin | 5e7987b | 2014-12-03 20:30:15 +0000 | [diff] [blame] | 36 | capability.c \ |
Dmitry V. Levin | 2f0808b | 2015-02-18 23:59:50 +0000 | [diff] [blame] | 37 | caps0.h \ |
| 38 | caps1.h \ |
Dmitry V. Levin | 9b2f674 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 39 | chdir.c \ |
Dmitry V. Levin | ad5cf1e | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 40 | chmod.c \ |
Dmitry V. Levin | 265903a | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 41 | clone.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 42 | count.c \ |
| 43 | desc.c \ |
Dmitry V. Levin | 2ed2cc7 | 2014-09-11 22:40:37 +0000 | [diff] [blame] | 44 | dirent.c \ |
Dmitry V. Levin | aba868c | 2015-08-01 22:58:17 +0000 | [diff] [blame] | 45 | epoll.c \ |
Etienne Gemsa | 4f750b9 | 2015-02-20 17:14:10 +0100 | [diff] [blame] | 46 | evdev.c \ |
Dmitry V. Levin | 28471d1 | 2015-08-01 20:36:53 +0000 | [diff] [blame] | 47 | eventfd.c \ |
Dmitry V. Levin | 7be2318 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 48 | execve.c \ |
Dmitry V. Levin | 9175909 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 49 | exit.c \ |
Dmitry V. Levin | 63f28dd | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 50 | fadvise.c \ |
Dmitry V. Levin | 2795a5f | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 51 | fallocate.c \ |
Dmitry V. Levin | 99db95d | 2014-02-05 04:13:18 +0000 | [diff] [blame] | 52 | fanotify.c \ |
Dmitry V. Levin | 2f7d020 | 2014-12-13 16:20:44 +0000 | [diff] [blame] | 53 | fchownat.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 54 | file.c \ |
Dmitry V. Levin | e314f80 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 55 | futex.c \ |
Dmitry V. Levin | 8357638 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 56 | get_robust_list.c \ |
Dmitry V. Levin | 665f10c | 2014-12-11 19:21:54 +0000 | [diff] [blame] | 57 | getcpu.c \ |
Dmitry V. Levin | a836430 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 58 | getcwd.c \ |
Dmitry V. Levin | fef0907 | 2015-02-04 16:38:09 +0000 | [diff] [blame] | 59 | getrandom.c \ |
Dmitry V. Levin | 03c06ea | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 60 | hostname.c \ |
Dmitry V. Levin | 2f332e9 | 2014-02-05 15:43:04 +0000 | [diff] [blame] | 61 | inotify.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 62 | io.c \ |
| 63 | ioctl.c \ |
Dmitry V. Levin | fc4727d | 2014-02-05 17:27:43 +0000 | [diff] [blame] | 64 | ioprio.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 65 | ipc.c \ |
Dmitry V. Levin | 90aa9f4 | 2014-02-05 13:48:26 +0000 | [diff] [blame] | 66 | kexec.c \ |
Dmitry V. Levin | 3acf403 | 2014-02-05 22:41:45 +0000 | [diff] [blame] | 67 | keyctl.c \ |
Dmitry V. Levin | 99a0544 | 2014-04-10 14:10:17 +0000 | [diff] [blame] | 68 | ldt.c \ |
Dmitry V. Levin | 231b19f | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 69 | link.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 70 | loop.c \ |
Dmitry V. Levin | b5d25ec | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 71 | lseek.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 72 | mem.c \ |
Dmitry V. Levin | 95b84ea | 2015-07-28 23:03:41 +0000 | [diff] [blame] | 73 | memfd_create.c \ |
Dmitry V. Levin | db23b34 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 74 | mknod.c \ |
Dmitry V. Levin | 6da7ca3 | 2014-12-03 21:12:07 +0000 | [diff] [blame] | 75 | mount.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 76 | mtd.c \ |
| 77 | net.c \ |
Dmitry V. Levin | 964d80a | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 78 | open.c \ |
Dmitry V. Levin | f6eb0d6 | 2014-12-03 20:00:42 +0000 | [diff] [blame] | 79 | or1k_atomic.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 80 | pathtrace.c \ |
Dmitry V. Levin | 0d60cf7 | 2015-08-01 20:28:21 +0000 | [diff] [blame] | 81 | perf.c \ |
Dmitry V. Levin | d28b6a0 | 2014-12-03 21:06:11 +0000 | [diff] [blame] | 82 | personality.c \ |
Dmitry V. Levin | 811bda6 | 2015-07-30 16:49:42 +0000 | [diff] [blame] | 83 | poll.c \ |
Dmitry V. Levin | 53c993d | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 84 | prctl.c \ |
Dmitry V. Levin | 9514ac7 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 85 | printmode.c \ |
Dmitry V. Levin | 1e08a16 | 2015-07-17 23:50:02 +0000 | [diff] [blame] | 86 | printrusage.c \ |
Dmitry V. Levin | 537c964 | 2015-03-27 23:28:15 +0000 | [diff] [blame] | 87 | printsiginfo.c \ |
Dmitry V. Levin | 0e946ab | 2015-07-17 23:56:54 +0000 | [diff] [blame] | 88 | printsiginfo.h \ |
Dmitry V. Levin | ab21a94 | 2014-12-28 18:15:25 +0000 | [diff] [blame] | 89 | printstat.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 90 | process.c \ |
Dmitry V. Levin | db16c52 | 2014-12-11 19:21:54 +0000 | [diff] [blame] | 91 | process_vm.c \ |
Stefan Sørensen | b88a6f8 | 2014-01-31 12:01:01 +0100 | [diff] [blame] | 92 | ptp.c \ |
Dmitry V. Levin | fadf379 | 2015-02-13 00:26:38 +0000 | [diff] [blame] | 93 | ptrace.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 94 | quota.c \ |
Dmitry V. Levin | 9e9ceab | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 95 | readahead.c \ |
Dmitry V. Levin | 46245b3 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 96 | readlink.c \ |
Dmitry V. Levin | 9aaf88c | 2014-02-05 14:51:19 +0000 | [diff] [blame] | 97 | reboot.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 98 | regs.h \ |
Dmitry V. Levin | 6d20a0b | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 99 | renameat.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 100 | resource.c \ |
Dmitry V. Levin | 746db06 | 2015-07-04 08:56:21 +0000 | [diff] [blame] | 101 | rtc.c \ |
Dmitry V. Levin | fff2f31 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 102 | sched.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 103 | scsi.c \ |
Dmitry V. Levin | 2af6903 | 2015-02-04 23:50:50 +0000 | [diff] [blame] | 104 | seccomp.c \ |
Dmitry V. Levin | 174bb2b | 2015-03-26 13:03:25 +0000 | [diff] [blame] | 105 | sigaltstack.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 106 | signal.c \ |
Dmitry V. Levin | 74219ea | 2015-03-06 01:47:18 +0000 | [diff] [blame] | 107 | sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 108 | sock.c \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 109 | socketutils.c \ |
Dmitry V. Levin | e36c72c | 2014-12-03 20:56:36 +0000 | [diff] [blame] | 110 | sram_alloc.c \ |
Dmitry V. Levin | 9a0dd74 | 2014-09-22 00:17:42 +0000 | [diff] [blame] | 111 | statfs.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 112 | strace.c \ |
| 113 | stream.c \ |
Dmitry V. Levin | 85a364a | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 114 | swapon.c \ |
Dmitry V. Levin | 710b3ae | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 115 | sync_file_range.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 116 | syscall.c \ |
Dmitry V. Levin | 172241b | 2014-12-03 20:20:52 +0000 | [diff] [blame] | 117 | sysctl.c \ |
Dmitry V. Levin | 57d45a2 | 2014-09-29 23:13:05 +0000 | [diff] [blame] | 118 | sysinfo.c \ |
Dmitry V. Levin | b21e2fb | 2014-12-03 21:01:35 +0000 | [diff] [blame] | 119 | syslog.c \ |
Dmitry V. Levin | 600e33c | 2014-12-03 20:08:44 +0000 | [diff] [blame] | 120 | sysmips.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 121 | term.c \ |
| 122 | time.c \ |
Dmitry V. Levin | 6934182 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 123 | truncate.c \ |
Dmitry V. Levin | e93ef1e | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 124 | uid.c \ |
Dmitry V. Levin | 80f7db1 | 2014-12-13 21:49:01 +0000 | [diff] [blame] | 125 | uid16.c \ |
Dmitry V. Levin | d590f3c | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 126 | umask.c \ |
Dmitry V. Levin | 542ca1e | 2014-12-03 21:09:26 +0000 | [diff] [blame] | 127 | umount.c \ |
Dmitry V. Levin | 58dd2cf | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 128 | uname.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 129 | util.c \ |
Dmitry V. Levin | fb470f3 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 130 | utime.c \ |
Dmitry V. Levin | 481e067 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 131 | utimes.c \ |
Philippe De Muyter | 0cc9614 | 2014-11-03 21:27:40 +0100 | [diff] [blame] | 132 | v4l2.c \ |
Dmitry V. Levin | 769ffe9 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 133 | vsprintf.c \ |
Dmitry V. Levin | 7ccc144 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 134 | wait.c \ |
Dmitry V. Levin | 3e9d71f | 2015-05-25 20:41:02 +0000 | [diff] [blame] | 135 | xattr.c \ |
| 136 | xmalloc.c |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 137 | |
Luca Clementi | 327064b | 2013-07-23 00:11:35 -0700 | [diff] [blame] | 138 | if USE_LIBUNWIND |
| 139 | strace_SOURCES += unwind.c |
| 140 | strace_CPPFLAGS = $(AM_CPPFLAGS) $(libunwind_CPPFLAGS) |
| 141 | strace_LDFLAGS = $(libunwind_LDFLAGS) |
| 142 | strace_LDADD = $(libunwind_LIBS) |
| 143 | else |
| 144 | strace_CPPFLAGS = $(AM_CPPFLAGS) |
| 145 | endif |
| 146 | |
Roland McGrath | 2746edd | 2002-12-30 09:13:08 +0000 | [diff] [blame] | 147 | noinst_HEADERS = defs.h |
Denys Vlasenko | 76f61be | 2013-03-06 18:59:09 +0100 | [diff] [blame] | 148 | # Enable this to get link map generated |
| 149 | #strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 150 | |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 151 | EXTRA_DIST = \ |
| 152 | $(man_MANS) \ |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 153 | .version \ |
Mike Frysinger | 6c19136 | 2013-05-15 16:33:09 -0400 | [diff] [blame] | 154 | COPYING \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 155 | CREDITS \ |
| 156 | ChangeLog \ |
| 157 | ChangeLog-CVS \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 158 | README-linux-ptrace \ |
| 159 | debian/changelog \ |
| 160 | debian/compat \ |
| 161 | debian/control \ |
| 162 | debian/copyright \ |
| 163 | debian/rules \ |
| 164 | debian/source/format \ |
| 165 | debian/strace-udeb.install \ |
| 166 | debian/strace.docs \ |
| 167 | debian/strace.examples \ |
| 168 | debian/strace.install \ |
| 169 | debian/strace.manpages \ |
| 170 | debian/strace64.install \ |
| 171 | debian/strace64.manpages \ |
| 172 | debian/watch \ |
| 173 | errnoent.sh \ |
Elvira Khabirova | 28e32df | 2015-07-10 22:24:54 +0300 | [diff] [blame] | 174 | generate_sen.sh \ |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 175 | ioctlsort.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 176 | linux/32/ioctls_inc.h \ |
Dmitry V. Levin | 8c20d89 | 2015-05-21 16:19:40 +0000 | [diff] [blame] | 177 | linux/32/ioctls_inc_align32.h \ |
| 178 | linux/32/ioctls_inc_align64.h \ |
Dmitry V. Levin | dee03a3 | 2015-01-11 04:04:54 +0300 | [diff] [blame] | 179 | linux/32/syscallent.h \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 180 | linux/64/ioctls_inc.h \ |
Dmitry V. Levin | 200c02c | 2015-01-10 20:51:37 +0300 | [diff] [blame] | 181 | linux/64/syscallent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 182 | linux/aarch64/arch_regs.c \ |
Andreas Schwab | 64fc9ce | 2015-03-12 11:54:08 +0100 | [diff] [blame] | 183 | linux/aarch64/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 184 | linux/aarch64/arch_sigreturn.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 185 | linux/aarch64/errnoent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 186 | linux/aarch64/get_error.c \ |
| 187 | linux/aarch64/get_scno.c \ |
| 188 | linux/aarch64/get_syscall_args.c\ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 189 | linux/aarch64/ioctls_arch0.h \ |
| 190 | linux/aarch64/ioctls_arch1.h \ |
| 191 | linux/aarch64/ioctls_inc0.h \ |
| 192 | linux/aarch64/ioctls_inc1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 193 | linux/aarch64/print_pc.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 194 | linux/aarch64/signalent1.h \ |
| 195 | linux/aarch64/syscallent.h \ |
| 196 | linux/aarch64/syscallent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 197 | linux/alpha/arch_getrval2.c \ |
| 198 | linux/alpha/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 199 | linux/alpha/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 200 | linux/alpha/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 201 | linux/alpha/errnoent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 202 | linux/alpha/get_error.c \ |
| 203 | linux/alpha/get_scno.c \ |
| 204 | linux/alpha/get_syscall_args.c \ |
| 205 | linux/alpha/get_syscall_result.c\ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 206 | linux/alpha/ioctls_arch0.h \ |
| 207 | linux/alpha/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 208 | linux/alpha/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 209 | linux/alpha/signalent.h \ |
| 210 | linux/alpha/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 211 | linux/alpha/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 212 | linux/arc/arch_regs.c \ |
| 213 | linux/arc/get_error.c \ |
| 214 | linux/arc/get_scno.c \ |
| 215 | linux/arc/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 216 | linux/arc/ioctls_arch0.h \ |
| 217 | linux/arc/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 218 | linux/arc/print_pc.c \ |
Vineet Gupta | 7daacbb | 2013-08-16 12:47:06 +0530 | [diff] [blame] | 219 | linux/arc/syscallent.h \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 220 | linux/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 221 | linux/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 222 | linux/arm/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 223 | linux/arm/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 224 | linux/arm/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 225 | linux/arm/get_error.c \ |
| 226 | linux/arm/get_scno.c \ |
| 227 | linux/arm/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 228 | linux/arm/ioctls_arch0.h \ |
| 229 | linux/arm/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 230 | linux/arm/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 231 | linux/arm/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 232 | linux/arm/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 233 | linux/avr32/arch_regs.c \ |
| 234 | linux/avr32/get_error.c \ |
| 235 | linux/avr32/get_scno.c \ |
| 236 | linux/avr32/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 237 | linux/avr32/ioctls_arch0.h \ |
| 238 | linux/avr32/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 239 | linux/avr32/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 240 | linux/avr32/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 241 | linux/avr32/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 242 | linux/bfin/arch_regs.c \ |
| 243 | linux/bfin/get_error.c \ |
| 244 | linux/bfin/get_scno.c \ |
| 245 | linux/bfin/get_syscall_args.c \ |
| 246 | linux/bfin/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 247 | linux/bfin/ioctls_arch0.h \ |
| 248 | linux/bfin/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 249 | linux/bfin/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 250 | linux/bfin/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 251 | linux/bfin/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 252 | linux/crisv10/arch_regs.c \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 253 | linux/crisv10/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 254 | linux/crisv10/get_error.c \ |
| 255 | linux/crisv10/get_scno.c \ |
| 256 | linux/crisv10/get_syscall_args.c \ |
| 257 | linux/crisv10/get_syscall_result.c \ |
| 258 | linux/crisv10/print_pc.c \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 259 | linux/crisv10/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 260 | linux/crisv32/arch_regs.c \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 261 | linux/crisv32/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 262 | linux/crisv32/get_error.c \ |
| 263 | linux/crisv32/get_scno.c \ |
| 264 | linux/crisv32/get_syscall_args.c \ |
| 265 | linux/crisv32/get_syscall_result.c \ |
| 266 | linux/crisv32/print_pc.c \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 267 | linux/crisv32/userent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 268 | linux/dummy.h \ |
| 269 | linux/errnoent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 270 | linux/hppa/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 271 | linux/hppa/arch_regs.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 272 | linux/hppa/errnoent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 273 | linux/hppa/get_error.c \ |
| 274 | linux/hppa/get_scno.c \ |
| 275 | linux/hppa/get_syscall_args.c \ |
| 276 | linux/hppa/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 277 | linux/hppa/ioctls_arch0.h \ |
| 278 | linux/hppa/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 279 | linux/hppa/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 280 | linux/hppa/signalent.h \ |
| 281 | linux/hppa/syscallent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 282 | linux/i386/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 283 | linux/i386/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 284 | linux/i386/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 285 | linux/i386/get_error.c \ |
| 286 | linux/i386/get_scno.c \ |
| 287 | linux/i386/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 288 | linux/i386/ioctls_arch0.h \ |
| 289 | linux/i386/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 290 | linux/i386/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 291 | linux/i386/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 292 | linux/i386/userent.h \ |
| 293 | linux/i386/userent0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 294 | linux/ia64/arch_getrval2.c \ |
| 295 | linux/ia64/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 296 | linux/ia64/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 297 | linux/ia64/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 298 | linux/ia64/get_error.c \ |
| 299 | linux/ia64/get_scno.c \ |
| 300 | linux/ia64/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 301 | linux/ia64/ioctls_arch0.h \ |
| 302 | linux/ia64/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 303 | linux/ia64/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 304 | linux/ia64/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 305 | linux/ia64/userent.h \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 306 | linux/inet_diag.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 307 | linux/m68k/arch_regs.c \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 308 | linux/m68k/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 309 | linux/m68k/get_error.c \ |
| 310 | linux/m68k/get_scno.c \ |
| 311 | linux/m68k/get_syscall_args.c \ |
| 312 | linux/m68k/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 313 | linux/m68k/ioctls_arch0.h \ |
| 314 | linux/m68k/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 315 | linux/m68k/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 316 | linux/m68k/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 317 | linux/m68k/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 318 | linux/metag/arch_regs.c \ |
| 319 | linux/metag/get_error.c \ |
| 320 | linux/metag/get_scno.c \ |
| 321 | linux/metag/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 322 | linux/metag/ioctls_arch0.h \ |
| 323 | linux/metag/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 324 | linux/metag/print_pc.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 325 | linux/metag/syscallent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 326 | linux/microblaze/arch_regs.c \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 327 | linux/microblaze/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 328 | linux/microblaze/get_error.c \ |
| 329 | linux/microblaze/get_scno.c \ |
| 330 | linux/microblaze/get_syscall_args.c \ |
| 331 | linux/microblaze/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 332 | linux/microblaze/ioctls_arch0.h \ |
| 333 | linux/microblaze/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 334 | linux/microblaze/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 335 | linux/microblaze/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 336 | linux/microblaze/userent.h \ |
Dmitry V. Levin | 8e8d7d2 | 2015-03-23 23:14:08 +0000 | [diff] [blame] | 337 | linux/mips/arch_getrval2.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 338 | linux/mips/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 339 | linux/mips/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 340 | linux/mips/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 341 | linux/mips/errnoent.h \ |
Dmitry V. Levin | d59287d | 2015-01-13 04:57:27 +0000 | [diff] [blame] | 342 | linux/mips/genstub.sh \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 343 | linux/mips/get_error.c \ |
| 344 | linux/mips/get_scno.c \ |
| 345 | linux/mips/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 346 | linux/mips/ioctls_arch0.h \ |
| 347 | linux/mips/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 348 | linux/mips/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 349 | linux/mips/signalent.h \ |
Dmitry V. Levin | 34c445b | 2013-05-07 02:46:46 +0000 | [diff] [blame] | 350 | linux/mips/syscallent-compat.h \ |
| 351 | linux/mips/syscallent-n32.h \ |
| 352 | linux/mips/syscallent-n64.h \ |
| 353 | linux/mips/syscallent-o32.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 354 | linux/mips/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 355 | linux/mips/userent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 356 | linux/mtd-abi.h \ |
Ezequiel Garcia | bd8dd77 | 2015-04-18 17:33:27 -0300 | [diff] [blame] | 357 | linux/nios2/arch_regs.c \ |
| 358 | linux/nios2/get_error.c \ |
| 359 | linux/nios2/get_scno.c \ |
| 360 | linux/nios2/get_syscall_args.c \ |
| 361 | linux/nios2/ioctls_arch0.h \ |
| 362 | linux/nios2/ioctls_inc0.h \ |
| 363 | linux/nios2/print_pc.c \ |
| 364 | linux/nios2/syscallent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 365 | linux/or1k/arch_regs.c \ |
| 366 | linux/or1k/get_error.c \ |
| 367 | linux/or1k/get_scno.c \ |
| 368 | linux/or1k/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 369 | linux/or1k/ioctls_arch0.h \ |
| 370 | linux/or1k/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 371 | linux/or1k/print_pc.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 372 | linux/or1k/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 373 | linux/or1k/userent.h \ |
Dmitry V. Levin | 2a32eaa | 2014-02-05 02:09:49 +0000 | [diff] [blame] | 374 | linux/personality.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 375 | linux/powerpc/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 376 | linux/powerpc/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 377 | linux/powerpc/arch_sigreturn.c \ |
Dmitry V. Levin | b2f8c77 | 2015-02-23 03:10:25 +0000 | [diff] [blame] | 378 | linux/powerpc/errnoent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 379 | linux/powerpc/get_error.c \ |
| 380 | linux/powerpc/get_scno.c \ |
| 381 | linux/powerpc/get_syscall_args.c \ |
| 382 | linux/powerpc/getregs_old.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 383 | linux/powerpc/ioctls_arch0.h \ |
| 384 | linux/powerpc/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 385 | linux/powerpc/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 386 | linux/powerpc/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 387 | linux/powerpc/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 388 | linux/powerpc64/arch_regs.c \ |
Dmitry V. Levin | 7226c3a | 2015-02-23 21:28:33 +0000 | [diff] [blame] | 389 | linux/powerpc64/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 390 | linux/powerpc64/arch_sigreturn.c \ |
Dmitry V. Levin | b2f8c77 | 2015-02-23 03:10:25 +0000 | [diff] [blame] | 391 | linux/powerpc64/errnoent.h \ |
Dmitry V. Levin | af3ab5b | 2015-01-21 17:04:31 +0000 | [diff] [blame] | 392 | linux/powerpc64/errnoent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 393 | linux/powerpc64/get_error.c \ |
| 394 | linux/powerpc64/get_scno.c \ |
| 395 | linux/powerpc64/get_syscall_args.c \ |
| 396 | linux/powerpc64/getregs_old.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 397 | linux/powerpc64/ioctls_arch0.h \ |
| 398 | linux/powerpc64/ioctls_arch1.h \ |
| 399 | linux/powerpc64/ioctls_inc0.h \ |
| 400 | linux/powerpc64/ioctls_inc1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 401 | linux/powerpc64/print_pc.c \ |
Dmitry V. Levin | af3ab5b | 2015-01-21 17:04:31 +0000 | [diff] [blame] | 402 | linux/powerpc64/signalent1.h \ |
| 403 | linux/powerpc64/syscallent.h \ |
| 404 | linux/powerpc64/syscallent1.h \ |
| 405 | linux/powerpc64/userent.h \ |
Stefan Sørensen | b88a6f8 | 2014-01-31 12:01:01 +0100 | [diff] [blame] | 406 | linux/ptp_clock.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 407 | linux/s390/arch_regs.c \ |
Dmitry V. Levin | 20eca8a | 2015-03-05 22:10:15 +0000 | [diff] [blame] | 408 | linux/s390/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 409 | linux/s390/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 410 | linux/s390/get_error.c \ |
| 411 | linux/s390/get_scno.c \ |
| 412 | linux/s390/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 413 | linux/s390/ioctls_arch0.h \ |
| 414 | linux/s390/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 415 | linux/s390/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 416 | linux/s390/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 417 | linux/s390/userent.h \ |
| 418 | linux/s390/userent0.h \ |
| 419 | linux/s390/userent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 420 | linux/s390x/arch_regs.c \ |
Dmitry V. Levin | 20eca8a | 2015-03-05 22:10:15 +0000 | [diff] [blame] | 421 | linux/s390x/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 422 | linux/s390x/arch_sigreturn.c \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 423 | linux/s390x/get_error.c \ |
| 424 | linux/s390x/get_scno.c \ |
| 425 | linux/s390x/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 426 | linux/s390x/ioctls_arch0.h \ |
| 427 | linux/s390x/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 428 | linux/s390x/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 429 | linux/s390x/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 430 | linux/s390x/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 431 | linux/sh/arch_getrval2.c \ |
| 432 | linux/sh/arch_regs.c \ |
| 433 | linux/sh/get_error.c \ |
| 434 | linux/sh/get_scno.c \ |
| 435 | linux/sh/get_syscall_args.c \ |
| 436 | linux/sh/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 437 | linux/sh/ioctls_arch0.h \ |
| 438 | linux/sh/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 439 | linux/sh/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 440 | linux/sh/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 441 | linux/sh/userent.h \ |
| 442 | linux/sh/userent0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 443 | linux/sh64/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 444 | linux/sh64/arch_regs.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 445 | linux/sh64/get_error.c \ |
| 446 | linux/sh64/get_scno.c \ |
| 447 | linux/sh64/get_syscall_args.c \ |
| 448 | linux/sh64/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 449 | linux/sh64/ioctls_arch0.h \ |
| 450 | linux/sh64/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 451 | linux/sh64/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 452 | linux/sh64/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 453 | linux/sh64/userent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 454 | linux/signalent.h \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 455 | linux/sock_diag.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 456 | linux/sparc/arch_getrval2.c \ |
| 457 | linux/sparc/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 458 | linux/sparc/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 459 | linux/sparc/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 460 | linux/sparc/errnoent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 461 | linux/sparc/gen.pl \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 462 | linux/sparc/get_error.c \ |
| 463 | linux/sparc/get_scno.c \ |
| 464 | linux/sparc/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 465 | linux/sparc/ioctls_arch0.h \ |
| 466 | linux/sparc/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 467 | linux/sparc/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 468 | linux/sparc/signalent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 469 | linux/sparc/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 470 | linux/sparc/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 471 | linux/sparc64/arch_getrval2.c \ |
| 472 | linux/sparc64/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 473 | linux/sparc64/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 474 | linux/sparc64/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 475 | linux/sparc64/errnoent.h \ |
Denys Vlasenko | 588a90f | 2015-03-25 15:11:36 +0100 | [diff] [blame] | 476 | linux/sparc64/errnoent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 477 | linux/sparc64/get_error.c \ |
| 478 | linux/sparc64/get_scno.c \ |
| 479 | linux/sparc64/get_syscall_args.c\ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 480 | linux/sparc64/ioctls_arch0.h \ |
Denys Vlasenko | 588a90f | 2015-03-25 15:11:36 +0100 | [diff] [blame] | 481 | linux/sparc64/ioctls_arch1.h \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 482 | linux/sparc64/ioctls_inc0.h \ |
Denys Vlasenko | 588a90f | 2015-03-25 15:11:36 +0100 | [diff] [blame] | 483 | linux/sparc64/ioctls_inc1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 484 | linux/sparc64/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 485 | linux/sparc64/signalent.h \ |
Denys Vlasenko | 588a90f | 2015-03-25 15:11:36 +0100 | [diff] [blame] | 486 | linux/sparc64/signalent1.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 487 | linux/sparc64/syscallent.h \ |
Denys Vlasenko | 588a90f | 2015-03-25 15:11:36 +0100 | [diff] [blame] | 488 | linux/sparc64/syscallent1.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 489 | linux/sparc64/userent.h \ |
Dmitry V. Levin | de462cf | 2013-05-07 18:38:01 +0400 | [diff] [blame] | 490 | linux/subcall.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 491 | linux/syscall.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 492 | linux/tile/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 493 | linux/tile/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 494 | linux/tile/arch_sigreturn.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 495 | linux/tile/errnoent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 496 | linux/tile/get_error.c \ |
| 497 | linux/tile/get_scno.c \ |
| 498 | linux/tile/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 499 | linux/tile/ioctls_arch0.h \ |
| 500 | linux/tile/ioctls_arch1.h \ |
| 501 | linux/tile/ioctls_inc0.h \ |
| 502 | linux/tile/ioctls_inc1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 503 | linux/tile/print_pc.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 504 | linux/tile/signalent1.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 505 | linux/tile/syscallent.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 506 | linux/tile/syscallent1.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 507 | linux/tile/userent.h \ |
Dmitry V. Levin | 8e0b8be | 2013-06-02 18:09:44 +0000 | [diff] [blame] | 508 | linux/ubi-user.h \ |
Dmitry V. Levin | ce21ef0 | 2015-01-09 02:02:39 +0000 | [diff] [blame] | 509 | linux/unix_diag.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 510 | linux/userent.h \ |
| 511 | linux/userent0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 512 | linux/x32/arch_regs.c \ |
Dmitry V. Levin | 19fcb27 | 2015-02-26 20:40:43 +0000 | [diff] [blame] | 513 | linux/x32/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 514 | linux/x32/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 515 | linux/x32/errnoent1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 516 | linux/x32/get_error.c \ |
| 517 | linux/x32/get_scno.c \ |
| 518 | linux/x32/get_syscall_args.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 519 | linux/x32/ioctls_arch0.h \ |
| 520 | linux/x32/ioctls_arch1.h \ |
| 521 | linux/x32/ioctls_inc0.h \ |
| 522 | linux/x32/ioctls_inc1.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 523 | linux/x32/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 524 | linux/x32/signalent1.h \ |
| 525 | linux/x32/syscallent.h \ |
| 526 | linux/x32/syscallent1.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 527 | linux/x32/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 528 | linux/x86_64/arch_regs.c \ |
Dmitry V. Levin | 5503dd2 | 2015-02-13 02:12:14 +0000 | [diff] [blame] | 529 | linux/x86_64/arch_regs.h \ |
Dmitry V. Levin | a3c4835 | 2015-03-23 21:16:07 +0000 | [diff] [blame] | 530 | linux/x86_64/arch_sigreturn.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 531 | linux/x86_64/errnoent1.h \ |
| 532 | linux/x86_64/errnoent2.h \ |
| 533 | linux/x86_64/gentab.pl \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 534 | linux/x86_64/get_error.c \ |
| 535 | linux/x86_64/get_scno.c \ |
| 536 | linux/x86_64/get_syscall_args.c \ |
| 537 | linux/x86_64/getregs_old.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 538 | linux/x86_64/ioctls_arch0.h \ |
| 539 | linux/x86_64/ioctls_arch1.h \ |
Dmitry V. Levin | 4341373 | 2015-03-02 02:38:50 +0000 | [diff] [blame] | 540 | linux/x86_64/ioctls_arch2.h \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 541 | linux/x86_64/ioctls_inc0.h \ |
| 542 | linux/x86_64/ioctls_inc1.h \ |
Dmitry V. Levin | 4341373 | 2015-03-02 02:38:50 +0000 | [diff] [blame] | 543 | linux/x86_64/ioctls_inc2.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 544 | linux/x86_64/print_pc.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 545 | linux/x86_64/signalent1.h \ |
| 546 | linux/x86_64/signalent2.h \ |
| 547 | linux/x86_64/syscallent.h \ |
| 548 | linux/x86_64/syscallent1.h \ |
| 549 | linux/x86_64/syscallent2.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 550 | linux/x86_64/userent.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 551 | linux/xtensa/arch_regs.c \ |
| 552 | linux/xtensa/get_error.c \ |
| 553 | linux/xtensa/get_scno.c \ |
| 554 | linux/xtensa/get_syscall_args.c \ |
| 555 | linux/xtensa/get_syscall_result.c \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 556 | linux/xtensa/ioctls_arch0.h \ |
| 557 | linux/xtensa/ioctls_inc0.h \ |
Dmitry V. Levin | d70d1c4 | 2015-03-22 22:13:55 +0000 | [diff] [blame] | 558 | linux/xtensa/print_pc.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 559 | linux/xtensa/syscallent.h \ |
Dmitry V. Levin | fced7b0 | 2014-12-11 19:25:02 +0000 | [diff] [blame] | 560 | linux/xtensa/userent.h \ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 561 | maint/ioctls_gen.sh \ |
| 562 | maint/ioctls_hex.sh \ |
| 563 | maint/ioctls_sym.sh \ |
| 564 | maint/print_ioctlent.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 565 | signalent.sh \ |
| 566 | strace-graph \ |
| 567 | strace-log-merge \ |
| 568 | strace.spec \ |
| 569 | syscallent.sh \ |
Mike Frysinger | 761ed9b | 2014-02-16 01:59:20 -0500 | [diff] [blame] | 570 | $(XLAT_INPUT_FILES) \ |
| 571 | $(XLAT_HEADER_FILES) \ |
| 572 | xlat/gen.sh \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 573 | xlate.el |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 574 | |
Roland McGrath | 2b832df | 2009-10-06 17:46:56 -0700 | [diff] [blame] | 575 | .PHONY: srpm |
Dmitry V. Levin | 525a39a | 2011-02-27 14:05:58 +0000 | [diff] [blame] | 576 | srpm: dist-xz |
| 577 | rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz |
Roland McGrath | 2b832df | 2009-10-06 17:46:56 -0700 | [diff] [blame] | 578 | |
Elvira Khabirova | 28e32df | 2015-07-10 22:24:54 +0300 | [diff] [blame] | 579 | BUILT_SOURCES = .version sys_func.h sen.h |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 580 | |
| 581 | $(srcdir)/.version: |
| 582 | $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@ |
| 583 | |
Dmitry V. Levin | a0bd374 | 2015-04-07 01:36:50 +0000 | [diff] [blame] | 584 | strace_SOURCES_c = $(filter %.c,$(strace_SOURCES)) |
| 585 | |
| 586 | sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c)) |
| 587 | for f in $^; do \ |
| 588 | sed -n 's/^SYS_FUNC(.*/extern &;/p' $$f; \ |
| 589 | done | sort -u > $@ |
| 590 | |
Elvira Khabirova | 28e32df | 2015-07-10 22:24:54 +0300 | [diff] [blame] | 591 | syscallent_names = subcall.h syscallent.h syscallent1.h \ |
| 592 | syscallent-n32.h syscallent-n64.h syscallent-o32.h |
| 593 | syscallent_patterns = $(patsubst %,\%/%,$(syscallent_names)) |
| 594 | syscallent_files = $(filter $(syscallent_patterns),$(EXTRA_DIST)) |
| 595 | |
| 596 | sen.h: $(patsubst %,$(srcdir)/%,$(syscallent_files)) |
| 597 | for f in $^; do cat -- $$f; done | \ |
| 598 | $(srcdir)/generate_sen.sh > $@ |
| 599 | |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 600 | dist-hook: |
| 601 | $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version |
| 602 | |
| 603 | today = $(shell date +%Y-%m-%d) |
| 604 | version_regexp = $(subst .,\.,$(VERSION)) |
| 605 | news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))' |
| 606 | |
| 607 | news-check: NEWS |
| 608 | $(AM_V_GEN)if head -1 $< | \ |
| 609 | grep -x $(news_check_regexp) >/dev/null; then \ |
| 610 | :; \ |
| 611 | else \ |
| 612 | echo >&2 '$<: check failed'; \ |
| 613 | exit 1; \ |
| 614 | fi |
Mike Frysinger | 9004e12 | 2011-02-20 23:24:22 -0500 | [diff] [blame] | 615 | |
Mike Frysinger | 58c7fe9 | 2015-02-26 22:22:36 -0500 | [diff] [blame] | 616 | ioctlsort_CC = $(CC_FOR_BUILD) |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 617 | ioctlsort_DEFS = $(DEFS) |
| 618 | ioctlsort_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES) |
Mike Frysinger | 58c7fe9 | 2015-02-26 22:22:36 -0500 | [diff] [blame] | 619 | ioctlsort_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_FOR_BUILD) |
| 620 | ioctlsort_CFLAGS = $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) |
| 621 | ioctlsort_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD) |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 622 | |
| 623 | ioctls_inc_h = $(wildcard $(srcdir)/$(OS)/$(ARCH)/ioctls_inc*.h) |
| 624 | ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h)) |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 625 | BUILT_SOURCES += $(ioctlent_h) |
Elvira Khabirova | 28e32df | 2015-07-10 22:24:54 +0300 | [diff] [blame] | 626 | CLEANFILES = sys_func.h sen.h $(ioctlent_h) |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 627 | |
| 628 | ioctlent%.h: ioctlsort% |
| 629 | ./$< > $@ |
| 630 | |
Mike Frysinger | 58c7fe9 | 2015-02-26 22:22:36 -0500 | [diff] [blame] | 631 | ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o |
| 632 | $(ioctlsort_CC) $(ioctlsort_CFLAGS) $(ioctlsort_LDFLAGS) $< -o $@ |
Dmitry V. Levin | df7aa2b | 2015-01-19 17:02:16 +0000 | [diff] [blame] | 633 | |
| 634 | ioctlsort%.o: ioctls_all%.h $(srcdir)/ioctlsort.c |
| 635 | $(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/ioctlsort.c |
| 636 | |
| 637 | ioctls_all%.h: $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%.h $(srcdir)/$(OS)/$(ARCH)/ioctls_arch%.h |
| 638 | cat $^ > $@ |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 639 | |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 640 | if MAINTAINER_MODE |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 641 | |
| 642 | gen_changelog_start_date = 2009-07-08 20:00 |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 643 | $(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \ |
| 644 | $(srcdir)/.version |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 645 | @rm -f $@.new |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 646 | (cd $(srcdir); \ |
Dmitry V. Levin | 594399d | 2011-11-05 13:32:27 +0000 | [diff] [blame] | 647 | ./gitlog-to-changelog --append-dot \ |
| 648 | --since='$(gen_changelog_start_date)'; \ |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 649 | echo; echo; echo 'See ChangeLog-CVS for older changes.' \ |
| 650 | ) > $@.new |
| 651 | chmod 444 $@.new |
| 652 | mv -f $@.new $@ |
| 653 | |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 654 | $(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \ |
| 655 | $(srcdir)/Makefile.in $(srcdir)/.version |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 656 | $(AM_V_GEN) \ |
Mike Frysinger | 67c4d43 | 2014-08-14 04:05:37 -0400 | [diff] [blame] | 657 | ( \ |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 658 | cd $(srcdir); \ |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 659 | sed '/^##/,$$d' CREDITS.in; \ |
| 660 | { sed -n '1,/^##>/d; s/ \+/\t/; s/^./&/p' CREDITS.in; \ |
| 661 | git log --pretty=format:'%aN %aE'; \ |
| 662 | } | LC_ALL=C sort -u \ |
| 663 | | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}'; \ |
Mike Frysinger | 67c4d43 | 2014-08-14 04:05:37 -0400 | [diff] [blame] | 664 | ) > $@-t && mv $@-t $@ |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 665 | |
Dmitry V. Levin | 76ac37d | 2009-10-09 22:10:09 +0000 | [diff] [blame] | 666 | export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX |
| 667 | |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 668 | endif |