Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 1 | # Automake input for strace. |
| 2 | |
Dmitry V. Levin | 4e4b5ad | 2011-02-27 00:28:50 +0000 | [diff] [blame] | 3 | SUBDIRS = tests |
| 4 | |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 5 | bin_PROGRAMS = strace |
| 6 | man_MANS = strace.1 |
Denys Vlasenko | 796f6e8 | 2012-03-09 14:21:59 +0100 | [diff] [blame] | 7 | bin_SCRIPTS = strace-graph strace-log-merge |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 8 | |
Dmitry V. Levin | ee245d8 | 2012-02-25 15:34:10 +0100 | [diff] [blame] | 9 | OS = linux |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 10 | # ARCH is `i386', `m68k', `sparc', etc. |
| 11 | ARCH = @arch@ |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 12 | |
Dmitry V. Levin | 916aded | 2010-09-09 17:36:36 +0000 | [diff] [blame] | 13 | ACLOCAL_AMFLAGS = -I m4 |
Dmitry V. Levin | 918e49b | 2010-09-09 17:41:15 +0000 | [diff] [blame] | 14 | AM_CFLAGS = $(WARN_CFLAGS) |
Mike Frysinger | 9004e12 | 2011-02-20 23:24:22 -0500 | [diff] [blame] | 15 | AM_CPPFLAGS = -I$(srcdir)/$(OS)/$(ARCH) -I$(srcdir)/$(OS) -I$(builddir)/$(OS) |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 16 | |
Mike Frysinger | 761ed9b | 2014-02-16 01:59:20 -0500 | [diff] [blame] | 17 | include xlat/Makemodule.am |
| 18 | |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 19 | strace_SOURCES = \ |
Dmitry V. Levin | 2b64034 | 2013-11-11 15:06:18 +0000 | [diff] [blame] | 20 | aio.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 21 | bjm.c \ |
| 22 | block.c \ |
Dmitry V. Levin | 95edb8b | 2014-12-03 20:50:08 +0000 | [diff] [blame] | 23 | cacheflush.c \ |
Dmitry V. Levin | 5e7987b | 2014-12-03 20:30:15 +0000 | [diff] [blame] | 24 | capability.c \ |
Dmitry V. Levin | 9b2f674 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 25 | chdir.c \ |
Dmitry V. Levin | ad5cf1e | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 26 | chmod.c \ |
Dmitry V. Levin | 2b7a53b | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 27 | chown.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 28 | count.c \ |
| 29 | desc.c \ |
Dmitry V. Levin | 2ed2cc7 | 2014-09-11 22:40:37 +0000 | [diff] [blame] | 30 | dirent.c \ |
Dmitry V. Levin | 63f28dd | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 31 | fadvise.c \ |
Dmitry V. Levin | 2795a5f | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 32 | fallocate.c \ |
Dmitry V. Levin | 99db95d | 2014-02-05 04:13:18 +0000 | [diff] [blame] | 33 | fanotify.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 34 | file.c \ |
Dmitry V. Levin | a836430 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 35 | getcwd.c \ |
Dmitry V. Levin | 2f332e9 | 2014-02-05 15:43:04 +0000 | [diff] [blame] | 36 | inotify.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 37 | io.c \ |
| 38 | ioctl.c \ |
Dmitry V. Levin | fc4727d | 2014-02-05 17:27:43 +0000 | [diff] [blame] | 39 | ioprio.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 40 | ipc.c \ |
Dmitry V. Levin | 90aa9f4 | 2014-02-05 13:48:26 +0000 | [diff] [blame] | 41 | kexec.c \ |
Dmitry V. Levin | 3acf403 | 2014-02-05 22:41:45 +0000 | [diff] [blame] | 42 | keyctl.c \ |
Dmitry V. Levin | 99a0544 | 2014-04-10 14:10:17 +0000 | [diff] [blame] | 43 | ldt.c \ |
Dmitry V. Levin | 231b19f | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 44 | link.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 45 | loop.c \ |
Dmitry V. Levin | b5d25ec | 2014-12-06 03:53:16 +0000 | [diff] [blame^] | 46 | lseek.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 47 | mem.c \ |
Dmitry V. Levin | db23b34 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 48 | mknod.c \ |
Dmitry V. Levin | 6da7ca3 | 2014-12-03 21:12:07 +0000 | [diff] [blame] | 49 | mount.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 50 | mtd.c \ |
| 51 | net.c \ |
Dmitry V. Levin | f6eb0d6 | 2014-12-03 20:00:42 +0000 | [diff] [blame] | 52 | or1k_atomic.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 53 | pathtrace.c \ |
Dmitry V. Levin | d28b6a0 | 2014-12-03 21:06:11 +0000 | [diff] [blame] | 54 | personality.c \ |
Dmitry V. Levin | 9514ac7 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 55 | printmode.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 56 | process.c \ |
Stefan Sørensen | b88a6f8 | 2014-01-31 12:01:01 +0100 | [diff] [blame] | 57 | ptp.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 58 | quota.c \ |
Dmitry V. Levin | 9e9ceab | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 59 | readahead.c \ |
Dmitry V. Levin | 46245b3 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 60 | readlink.c \ |
Dmitry V. Levin | 9aaf88c | 2014-02-05 14:51:19 +0000 | [diff] [blame] | 61 | reboot.c \ |
Dmitry V. Levin | 6d20a0b | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 62 | renameat.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 63 | resource.c \ |
| 64 | scsi.c \ |
| 65 | signal.c \ |
| 66 | sock.c \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 67 | socketutils.c \ |
Dmitry V. Levin | e36c72c | 2014-12-03 20:56:36 +0000 | [diff] [blame] | 68 | sram_alloc.c \ |
Dmitry V. Levin | 9a0dd74 | 2014-09-22 00:17:42 +0000 | [diff] [blame] | 69 | statfs.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 70 | strace.c \ |
| 71 | stream.c \ |
Dmitry V. Levin | 85a364a | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 72 | swapon.c \ |
Dmitry V. Levin | 710b3ae | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 73 | sync_file_range.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 74 | syscall.c \ |
Dmitry V. Levin | 172241b | 2014-12-03 20:20:52 +0000 | [diff] [blame] | 75 | sysctl.c \ |
Dmitry V. Levin | 57d45a2 | 2014-09-29 23:13:05 +0000 | [diff] [blame] | 76 | sysinfo.c \ |
Dmitry V. Levin | b21e2fb | 2014-12-03 21:01:35 +0000 | [diff] [blame] | 77 | syslog.c \ |
Dmitry V. Levin | 600e33c | 2014-12-03 20:08:44 +0000 | [diff] [blame] | 78 | sysmips.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 79 | term.c \ |
| 80 | time.c \ |
Dmitry V. Levin | 6934182 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 81 | truncate.c \ |
Dmitry V. Levin | 542ca1e | 2014-12-03 21:09:26 +0000 | [diff] [blame] | 82 | umount.c \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 83 | util.c \ |
Dmitry V. Levin | fb470f3 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 84 | utime.c \ |
Dmitry V. Levin | 481e067 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 85 | utimes.c \ |
Philippe De Muyter | 0cc9614 | 2014-11-03 21:27:40 +0100 | [diff] [blame] | 86 | v4l2.c \ |
Dmitry V. Levin | 769ffe9 | 2014-12-06 03:53:16 +0000 | [diff] [blame] | 87 | vsprintf.c \ |
| 88 | xattr.c |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 89 | |
Luca Clementi | 327064b | 2013-07-23 00:11:35 -0700 | [diff] [blame] | 90 | if USE_LIBUNWIND |
| 91 | strace_SOURCES += unwind.c |
| 92 | strace_CPPFLAGS = $(AM_CPPFLAGS) $(libunwind_CPPFLAGS) |
| 93 | strace_LDFLAGS = $(libunwind_LDFLAGS) |
| 94 | strace_LDADD = $(libunwind_LIBS) |
| 95 | else |
| 96 | strace_CPPFLAGS = $(AM_CPPFLAGS) |
| 97 | endif |
| 98 | |
Roland McGrath | 2746edd | 2002-12-30 09:13:08 +0000 | [diff] [blame] | 99 | noinst_HEADERS = defs.h |
Denys Vlasenko | 76f61be | 2013-03-06 18:59:09 +0100 | [diff] [blame] | 100 | # Enable this to get link map generated |
| 101 | #strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile |
Roland McGrath | 6d2b349 | 2002-12-30 00:51:30 +0000 | [diff] [blame] | 102 | |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 103 | EXTRA_DIST = \ |
| 104 | $(man_MANS) \ |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 105 | .version \ |
Mike Frysinger | 6c19136 | 2013-05-15 16:33:09 -0400 | [diff] [blame] | 106 | COPYING \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 107 | CREDITS \ |
| 108 | ChangeLog \ |
| 109 | ChangeLog-CVS \ |
| 110 | README-linux \ |
| 111 | README-linux-ptrace \ |
| 112 | debian/changelog \ |
| 113 | debian/compat \ |
| 114 | debian/control \ |
| 115 | debian/copyright \ |
| 116 | debian/rules \ |
| 117 | debian/source/format \ |
| 118 | debian/strace-udeb.install \ |
| 119 | debian/strace.docs \ |
| 120 | debian/strace.examples \ |
| 121 | debian/strace.install \ |
| 122 | debian/strace.manpages \ |
| 123 | debian/strace64.install \ |
| 124 | debian/strace64.manpages \ |
| 125 | debian/watch \ |
| 126 | errnoent.sh \ |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 127 | ioctlsort.c \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 128 | linux/aarch64/errnoent1.h \ |
| 129 | linux/aarch64/ioctlent.h.in \ |
| 130 | linux/aarch64/ioctlent1.h \ |
| 131 | linux/aarch64/signalent1.h \ |
| 132 | linux/aarch64/syscallent.h \ |
| 133 | linux/aarch64/syscallent1.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 134 | linux/alpha/errnoent.h \ |
| 135 | linux/alpha/ioctlent.h.in \ |
| 136 | linux/alpha/signalent.h \ |
| 137 | linux/alpha/syscallent.h \ |
Vineet Gupta | 7daacbb | 2013-08-16 12:47:06 +0530 | [diff] [blame] | 138 | linux/arc/ioctlent.h.in \ |
| 139 | linux/arc/syscallent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 140 | linux/arm/ioctlent.h.in \ |
| 141 | linux/arm/syscallent.h \ |
| 142 | linux/avr32/ioctlent.h.in \ |
| 143 | linux/avr32/syscallent.h \ |
| 144 | linux/bfin/ioctlent.h.in \ |
| 145 | linux/bfin/syscallent.h \ |
| 146 | linux/dummy.h \ |
| 147 | linux/errnoent.h \ |
Dmitry V. Levin | 99db95d | 2014-02-05 04:13:18 +0000 | [diff] [blame] | 148 | linux/fanotify.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 149 | linux/hppa/errnoent.h \ |
| 150 | linux/hppa/ioctlent.h.in \ |
| 151 | linux/hppa/signalent.h \ |
| 152 | linux/hppa/syscallent.h \ |
| 153 | linux/i386/ioctlent.h.in \ |
| 154 | linux/i386/syscallent.h \ |
| 155 | linux/ia64/ioctlent.h.in \ |
| 156 | linux/ia64/signalent.h \ |
| 157 | linux/ia64/syscallent.h \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 158 | linux/inet_diag.h \ |
Dmitry V. Levin | 2f332e9 | 2014-02-05 15:43:04 +0000 | [diff] [blame] | 159 | linux/inotify.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 160 | linux/ioctlent.h.in \ |
| 161 | linux/ioctlent.sh \ |
Dmitry V. Levin | 90aa9f4 | 2014-02-05 13:48:26 +0000 | [diff] [blame] | 162 | linux/kexec.h \ |
Dmitry V. Levin | 3acf403 | 2014-02-05 22:41:45 +0000 | [diff] [blame] | 163 | linux/keyctl.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 164 | linux/m68k/ioctlent.h.in \ |
| 165 | linux/m68k/syscallent.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 166 | linux/metag/ioctlent.h.in \ |
| 167 | linux/metag/syscallent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 168 | linux/microblaze/ioctlent.h.in \ |
| 169 | linux/microblaze/syscallent.h \ |
| 170 | linux/mips/errnoent.h \ |
| 171 | linux/mips/ioctlent.h.in \ |
| 172 | linux/mips/ioctlent.sh \ |
| 173 | linux/mips/signalent.h \ |
Dmitry V. Levin | 34c445b | 2013-05-07 02:46:46 +0000 | [diff] [blame] | 174 | linux/mips/syscallent-compat.h \ |
| 175 | linux/mips/syscallent-n32.h \ |
| 176 | linux/mips/syscallent-n64.h \ |
| 177 | linux/mips/syscallent-o32.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 178 | linux/mips/syscallent.h \ |
| 179 | linux/mtd-abi.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 180 | linux/or1k/ioctlent.h.in \ |
| 181 | linux/or1k/syscallent.h \ |
Dmitry V. Levin | 2a32eaa | 2014-02-05 02:09:49 +0000 | [diff] [blame] | 182 | linux/personality.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 183 | linux/powerpc/errnoent1.h \ |
| 184 | linux/powerpc/ioctlent.h.in \ |
| 185 | linux/powerpc/ioctlent1.h \ |
| 186 | linux/powerpc/signalent1.h \ |
| 187 | linux/powerpc/syscallent.h \ |
| 188 | linux/powerpc/syscallent1.h \ |
Stefan Sørensen | b88a6f8 | 2014-01-31 12:01:01 +0100 | [diff] [blame] | 189 | linux/ptp_clock.h \ |
Dmitry V. Levin | 9aaf88c | 2014-02-05 14:51:19 +0000 | [diff] [blame] | 190 | linux/reboot.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 191 | linux/s390/ioctlent.h.in \ |
| 192 | linux/s390/syscallent.h \ |
| 193 | linux/s390x/ioctlent.h.in \ |
| 194 | linux/s390x/syscallent.h \ |
| 195 | linux/sh/ioctlent.h.in \ |
| 196 | linux/sh/syscallent.h \ |
| 197 | linux/sh64/ioctlent.h.in \ |
| 198 | linux/sh64/syscallent.h \ |
| 199 | linux/signalent.h \ |
Dmitry V. Levin | 2f6510c | 2014-08-21 03:17:48 +0000 | [diff] [blame] | 200 | linux/sock_diag.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 201 | linux/sparc/dummy2.h \ |
| 202 | linux/sparc/errnoent.h \ |
| 203 | linux/sparc/errnoent1.h \ |
| 204 | linux/sparc/gen.pl \ |
| 205 | linux/sparc/ioctlent.h.in \ |
| 206 | linux/sparc/ioctlent1.h \ |
| 207 | linux/sparc/signalent.h \ |
| 208 | linux/sparc/signalent1.h \ |
| 209 | linux/sparc/syscall1.h \ |
| 210 | linux/sparc/syscallent.h \ |
| 211 | linux/sparc/syscallent1.h \ |
| 212 | linux/sparc64/dummy2.h \ |
| 213 | linux/sparc64/errnoent.h \ |
| 214 | linux/sparc64/errnoent1.h \ |
| 215 | linux/sparc64/errnoent2.h \ |
| 216 | linux/sparc64/ioctlent.h.in \ |
| 217 | linux/sparc64/ioctlent1.h \ |
| 218 | linux/sparc64/ioctlent2.h \ |
| 219 | linux/sparc64/signalent.h \ |
| 220 | linux/sparc64/signalent1.h \ |
| 221 | linux/sparc64/signalent2.h \ |
| 222 | linux/sparc64/syscall1.h \ |
| 223 | linux/sparc64/syscallent.h \ |
| 224 | linux/sparc64/syscallent1.h \ |
| 225 | linux/sparc64/syscallent2.h \ |
Dmitry V. Levin | de462cf | 2013-05-07 18:38:01 +0400 | [diff] [blame] | 226 | linux/subcall.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 227 | linux/syscall.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 228 | linux/tile/errnoent1.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 229 | linux/tile/ioctlent.h.in \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 230 | linux/tile/ioctlent1.h \ |
| 231 | linux/tile/signalent1.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 232 | linux/tile/syscallent.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 233 | linux/tile/syscallent1.h \ |
Dmitry V. Levin | 8e0b8be | 2013-06-02 18:09:44 +0000 | [diff] [blame] | 234 | linux/ubi-user.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 235 | linux/x32/errnoent.h \ |
| 236 | linux/x32/errnoent1.h \ |
| 237 | linux/x32/ioctlent.h.in \ |
| 238 | linux/x32/ioctlent1.h \ |
| 239 | linux/x32/signalent.h \ |
| 240 | linux/x32/signalent1.h \ |
| 241 | linux/x32/syscallent.h \ |
| 242 | linux/x32/syscallent1.h \ |
| 243 | linux/x86_64/errnoent1.h \ |
| 244 | linux/x86_64/errnoent2.h \ |
| 245 | linux/x86_64/gentab.pl \ |
| 246 | linux/x86_64/ioctlent.h.in \ |
| 247 | linux/x86_64/ioctlent1.h \ |
| 248 | linux/x86_64/ioctlent2.h \ |
| 249 | linux/x86_64/signalent1.h \ |
| 250 | linux/x86_64/signalent2.h \ |
| 251 | linux/x86_64/syscallent.h \ |
| 252 | linux/x86_64/syscallent1.h \ |
| 253 | linux/x86_64/syscallent2.h \ |
Dmitry V. Levin | 0db34e7 | 2013-06-02 18:12:44 +0000 | [diff] [blame] | 254 | linux/xtensa/ioctlent.h.in \ |
| 255 | linux/xtensa/syscallent.h \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 256 | signalent.sh \ |
| 257 | strace-graph \ |
| 258 | strace-log-merge \ |
| 259 | strace.spec \ |
| 260 | syscallent.sh \ |
Mike Frysinger | 761ed9b | 2014-02-16 01:59:20 -0500 | [diff] [blame] | 261 | $(XLAT_INPUT_FILES) \ |
| 262 | $(XLAT_HEADER_FILES) \ |
| 263 | xlat/gen.sh \ |
Dmitry V. Levin | 7ae73a9 | 2013-04-30 23:34:51 +0000 | [diff] [blame] | 264 | xlate.el |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 265 | |
Roland McGrath | 2b832df | 2009-10-06 17:46:56 -0700 | [diff] [blame] | 266 | .PHONY: srpm |
Dmitry V. Levin | 525a39a | 2011-02-27 14:05:58 +0000 | [diff] [blame] | 267 | srpm: dist-xz |
| 268 | rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz |
Roland McGrath | 2b832df | 2009-10-06 17:46:56 -0700 | [diff] [blame] | 269 | |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 270 | BUILT_SOURCES = .version |
| 271 | |
| 272 | $(srcdir)/.version: |
| 273 | $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@ |
| 274 | |
| 275 | dist-hook: |
| 276 | $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version |
| 277 | |
| 278 | today = $(shell date +%Y-%m-%d) |
| 279 | version_regexp = $(subst .,\.,$(VERSION)) |
| 280 | news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))' |
| 281 | |
| 282 | news-check: NEWS |
| 283 | $(AM_V_GEN)if head -1 $< | \ |
| 284 | grep -x $(news_check_regexp) >/dev/null; then \ |
| 285 | :; \ |
| 286 | else \ |
| 287 | echo >&2 '$<: check failed'; \ |
| 288 | exit 1; \ |
| 289 | fi |
Mike Frysinger | 9004e12 | 2011-02-20 23:24:22 -0500 | [diff] [blame] | 290 | |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 291 | ioctlent_h = $(builddir)/$(OS)/ioctlent.h |
| 292 | BUILT_SOURCES += $(ioctlent_h) |
| 293 | CLEANFILES = $(ioctlent_h) |
| 294 | ioctlent_h_deps = $(srcdir)/$(OS)/ioctlent.h.in $(srcdir)/$(OS)/$(ARCH)/ioctlent.h.in |
| 295 | $(ioctlent_h): $(top_builddir)/config.status $(ioctlent_h_deps) |
| 296 | $(MKDIR_P) $(builddir)/$(OS) |
| 297 | cat $(ioctlent_h_deps) | \ |
| 298 | $(COMPILE) -E -P - | \ |
| 299 | sed 's/^\([[:space:]]*{\)"[^"]\+",[[:space:]]*/\1/' | \ |
| 300 | LC_ALL=C sort -u -k2,2 -k1,1 > $@ |
| 301 | |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 302 | if MAINTAINER_MODE |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 303 | |
| 304 | gen_changelog_start_date = 2009-07-08 20:00 |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 305 | $(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \ |
| 306 | $(srcdir)/.version |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 307 | @rm -f $@.new |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 308 | (cd $(srcdir); \ |
Dmitry V. Levin | 594399d | 2011-11-05 13:32:27 +0000 | [diff] [blame] | 309 | ./gitlog-to-changelog --append-dot \ |
| 310 | --since='$(gen_changelog_start_date)'; \ |
Roland McGrath | a478d74 | 2009-10-06 17:41:02 -0700 | [diff] [blame] | 311 | echo; echo; echo 'See ChangeLog-CVS for older changes.' \ |
| 312 | ) > $@.new |
| 313 | chmod 444 $@.new |
| 314 | mv -f $@.new $@ |
| 315 | |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 316 | $(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \ |
| 317 | $(srcdir)/Makefile.in $(srcdir)/.version |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 318 | $(AM_V_GEN) \ |
Mike Frysinger | 67c4d43 | 2014-08-14 04:05:37 -0400 | [diff] [blame] | 319 | ( \ |
Dmitry V. Levin | dce7593 | 2013-04-30 23:52:12 +0000 | [diff] [blame] | 320 | cd $(srcdir); \ |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 321 | sed '/^##/,$$d' CREDITS.in; \ |
| 322 | { sed -n '1,/^##>/d; s/ \+/\t/; s/^./&/p' CREDITS.in; \ |
| 323 | git log --pretty=format:'%aN %aE'; \ |
| 324 | } | LC_ALL=C sort -u \ |
| 325 | | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}'; \ |
Mike Frysinger | 67c4d43 | 2014-08-14 04:05:37 -0400 | [diff] [blame] | 326 | ) > $@-t && mv $@-t $@ |
Dmitry V. Levin | 59138a2 | 2011-02-24 01:51:15 +0000 | [diff] [blame] | 327 | |
Dmitry V. Levin | 76ac37d | 2009-10-09 22:10:09 +0000 | [diff] [blame] | 328 | export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX |
| 329 | |
Lubomir Rintel | 544a810 | 2014-10-16 12:05:43 +0200 | [diff] [blame] | 330 | INCLUDEDIR = /usr/include |
| 331 | KERNEL_RELEASE = $(shell uname -r) |
| 332 | # Candidates for the kernel headers tree. |
| 333 | KERNEL_INCLUDE = \ |
| 334 | /lib/modules/$(KERNEL_RELEASE)/build/include \ |
| 335 | /usr/src/linux-$(KERNEL_RELEASE)/include \ |
| 336 | $(INCLUDEDIR) |
| 337 | IOCTLDIR = $(shell find $(KERNEL_INCLUDE) -maxdepth 0 -type d -print -quit 2>/dev/null) |
| 338 | IOCTLASM = $(INCLUDEDIR)/asm |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 339 | |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 340 | noinst_PROGRAMS = ioctlsort |
| 341 | ioctlsort_SOURCES = ioctlsort.c |
| 342 | nodist_ioctlsort_SOURCES = ioctls.h ioctldefs.h |
| 343 | CLEANFILES += $(nodist_ioctlsort_SOURCES) |
| 344 | ioctlsort.$(OBJEXT): $(nodist_ioctlsort_SOURCES) |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 345 | ioctls.h: $(srcdir)/linux/ioctlent.sh |
Roland McGrath | adc2b30 | 2004-07-12 06:11:03 +0000 | [diff] [blame] | 346 | $(SHELL) $< $(IOCTLDIR) $(IOCTLASM) |
Roland McGrath | bc44e40 | 2004-07-12 05:45:08 +0000 | [diff] [blame] | 347 | ioctldefs.h: ioctls.h ; |
| 348 | |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 349 | ioctlent_h_in = linux/ioctlent.h.in |
| 350 | BUILT_SOURCES += $(ioctlent_h_in) |
| 351 | $(srcdir)/$(ioctlent_h_in): ioctlsort |
| 352 | $(<D)/$(<F) > $@ |
Mike Frysinger | 9004e12 | 2011-02-20 23:24:22 -0500 | [diff] [blame] | 353 | |
Dmitry V. Levin | 00119f6 | 2014-11-04 01:40:42 +0000 | [diff] [blame] | 354 | endif |