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