blob: 38193f2d567d7815f1f3cb9f3e3ff515121bf5cd [file] [log] [blame]
Roland McGrath6d2b3492002-12-30 00:51:30 +00001# Automake input for strace.
2
Dmitry V. Levin4e4b5ad2011-02-27 00:28:50 +00003SUBDIRS = tests
4
Roland McGrath6d2b3492002-12-30 00:51:30 +00005bin_PROGRAMS = strace
6man_MANS = strace.1
Denys Vlasenko796f6e82012-03-09 14:21:59 +01007bin_SCRIPTS = strace-graph strace-log-merge
Roland McGrath6d2b3492002-12-30 00:51:30 +00008
Dmitry V. Levinee245d82012-02-25 15:34:10 +01009OS = linux
Roland McGrath6d2b3492002-12-30 00:51:30 +000010# ARCH is `i386', `m68k', `sparc', etc.
11ARCH = @arch@
Roland McGrath6d2b3492002-12-30 00:51:30 +000012
Dmitry V. Levin916aded2010-09-09 17:36:36 +000013ACLOCAL_AMFLAGS = -I m4
Dmitry V. Levin918e49b2010-09-09 17:41:15 +000014AM_CFLAGS = $(WARN_CFLAGS)
Mike Frysinger9004e122011-02-20 23:24:22 -050015AM_CPPFLAGS = -I$(srcdir)/$(OS)/$(ARCH) -I$(srcdir)/$(OS) -I$(builddir)/$(OS)
Roland McGrath6d2b3492002-12-30 00:51:30 +000016
Mike Frysinger761ed9b2014-02-16 01:59:20 -050017include xlat/Makemodule.am
18
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000019strace_SOURCES = \
Dmitry V. Levin2b640342013-11-11 15:06:18 +000020 aio.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000021 bjm.c \
22 block.c \
23 count.c \
24 desc.c \
Dmitry V. Levin2ed2cc72014-09-11 22:40:37 +000025 dirent.c \
Dmitry V. Levin99db95d2014-02-05 04:13:18 +000026 fanotify.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000027 file.c \
Dmitry V. Levin2f332e92014-02-05 15:43:04 +000028 inotify.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000029 io.c \
30 ioctl.c \
Dmitry V. Levinfc4727d2014-02-05 17:27:43 +000031 ioprio.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000032 ipc.c \
Dmitry V. Levin90aa9f42014-02-05 13:48:26 +000033 kexec.c \
Dmitry V. Levin3acf4032014-02-05 22:41:45 +000034 keyctl.c \
Dmitry V. Levin99a05442014-04-10 14:10:17 +000035 ldt.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000036 loop.c \
37 mem.c \
38 mtd.c \
39 net.c \
Dmitry V. Levinf6eb0d62014-12-03 20:00:42 +000040 or1k_atomic.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000041 pathtrace.c \
42 process.c \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +010043 ptp.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000044 quota.c \
Dmitry V. Levin9aaf88c2014-02-05 14:51:19 +000045 reboot.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000046 resource.c \
47 scsi.c \
48 signal.c \
49 sock.c \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +000050 socketutils.c \
Dmitry V. Levin9a0dd742014-09-22 00:17:42 +000051 statfs.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000052 strace.c \
53 stream.c \
54 syscall.c \
Dmitry V. Levin57d45a22014-09-29 23:13:05 +000055 sysinfo.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000056 system.c \
57 term.c \
58 time.c \
59 util.c \
Philippe De Muyter0cc96142014-11-03 21:27:40 +010060 v4l2.c \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000061 vsprintf.c
62
Luca Clementi327064b2013-07-23 00:11:35 -070063if USE_LIBUNWIND
64strace_SOURCES += unwind.c
65strace_CPPFLAGS = $(AM_CPPFLAGS) $(libunwind_CPPFLAGS)
66strace_LDFLAGS = $(libunwind_LDFLAGS)
67strace_LDADD = $(libunwind_LIBS)
68else
69strace_CPPFLAGS = $(AM_CPPFLAGS)
70endif
71
Roland McGrath2746edd2002-12-30 09:13:08 +000072noinst_HEADERS = defs.h
Denys Vlasenko76f61be2013-03-06 18:59:09 +010073# Enable this to get link map generated
74#strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile
Roland McGrath6d2b3492002-12-30 00:51:30 +000075
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000076EXTRA_DIST = \
77 $(man_MANS) \
Dmitry V. Levindce75932013-04-30 23:52:12 +000078 .version \
Mike Frysinger6c191362013-05-15 16:33:09 -040079 COPYING \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +000080 CREDITS \
81 ChangeLog \
82 ChangeLog-CVS \
83 README-linux \
84 README-linux-ptrace \
85 debian/changelog \
86 debian/compat \
87 debian/control \
88 debian/copyright \
89 debian/rules \
90 debian/source/format \
91 debian/strace-udeb.install \
92 debian/strace.docs \
93 debian/strace.examples \
94 debian/strace.install \
95 debian/strace.manpages \
96 debian/strace64.install \
97 debian/strace64.manpages \
98 debian/watch \
99 errnoent.sh \
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000100 ioctlsort.c \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000101 linux/aarch64/errnoent1.h \
102 linux/aarch64/ioctlent.h.in \
103 linux/aarch64/ioctlent1.h \
104 linux/aarch64/signalent1.h \
105 linux/aarch64/syscallent.h \
106 linux/aarch64/syscallent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000107 linux/alpha/errnoent.h \
108 linux/alpha/ioctlent.h.in \
109 linux/alpha/signalent.h \
110 linux/alpha/syscallent.h \
Vineet Gupta7daacbb2013-08-16 12:47:06 +0530111 linux/arc/ioctlent.h.in \
112 linux/arc/syscallent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000113 linux/arm/ioctlent.h.in \
114 linux/arm/syscallent.h \
115 linux/avr32/ioctlent.h.in \
116 linux/avr32/syscallent.h \
117 linux/bfin/ioctlent.h.in \
118 linux/bfin/syscallent.h \
119 linux/dummy.h \
120 linux/errnoent.h \
Dmitry V. Levin99db95d2014-02-05 04:13:18 +0000121 linux/fanotify.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000122 linux/hppa/errnoent.h \
123 linux/hppa/ioctlent.h.in \
124 linux/hppa/signalent.h \
125 linux/hppa/syscallent.h \
126 linux/i386/ioctlent.h.in \
127 linux/i386/syscallent.h \
128 linux/ia64/ioctlent.h.in \
129 linux/ia64/signalent.h \
130 linux/ia64/syscallent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000131 linux/inet_diag.h \
Dmitry V. Levin2f332e92014-02-05 15:43:04 +0000132 linux/inotify.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000133 linux/ioctlent.h.in \
134 linux/ioctlent.sh \
Dmitry V. Levin90aa9f42014-02-05 13:48:26 +0000135 linux/kexec.h \
Dmitry V. Levin3acf4032014-02-05 22:41:45 +0000136 linux/keyctl.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000137 linux/m68k/ioctlent.h.in \
138 linux/m68k/syscallent.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000139 linux/metag/ioctlent.h.in \
140 linux/metag/syscallent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000141 linux/microblaze/ioctlent.h.in \
142 linux/microblaze/syscallent.h \
143 linux/mips/errnoent.h \
144 linux/mips/ioctlent.h.in \
145 linux/mips/ioctlent.sh \
146 linux/mips/signalent.h \
Dmitry V. Levin34c445b2013-05-07 02:46:46 +0000147 linux/mips/syscallent-compat.h \
148 linux/mips/syscallent-n32.h \
149 linux/mips/syscallent-n64.h \
150 linux/mips/syscallent-o32.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000151 linux/mips/syscallent.h \
152 linux/mtd-abi.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000153 linux/or1k/ioctlent.h.in \
154 linux/or1k/syscallent.h \
Dmitry V. Levin2a32eaa2014-02-05 02:09:49 +0000155 linux/personality.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000156 linux/powerpc/errnoent1.h \
157 linux/powerpc/ioctlent.h.in \
158 linux/powerpc/ioctlent1.h \
159 linux/powerpc/signalent1.h \
160 linux/powerpc/syscallent.h \
161 linux/powerpc/syscallent1.h \
Stefan Sørensenb88a6f82014-01-31 12:01:01 +0100162 linux/ptp_clock.h \
Dmitry V. Levin9aaf88c2014-02-05 14:51:19 +0000163 linux/reboot.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000164 linux/s390/ioctlent.h.in \
165 linux/s390/syscallent.h \
166 linux/s390x/ioctlent.h.in \
167 linux/s390x/syscallent.h \
168 linux/sh/ioctlent.h.in \
169 linux/sh/syscallent.h \
170 linux/sh64/ioctlent.h.in \
171 linux/sh64/syscallent.h \
172 linux/signalent.h \
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +0000173 linux/sock_diag.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000174 linux/sparc/dummy2.h \
175 linux/sparc/errnoent.h \
176 linux/sparc/errnoent1.h \
177 linux/sparc/gen.pl \
178 linux/sparc/ioctlent.h.in \
179 linux/sparc/ioctlent1.h \
180 linux/sparc/signalent.h \
181 linux/sparc/signalent1.h \
182 linux/sparc/syscall1.h \
183 linux/sparc/syscallent.h \
184 linux/sparc/syscallent1.h \
185 linux/sparc64/dummy2.h \
186 linux/sparc64/errnoent.h \
187 linux/sparc64/errnoent1.h \
188 linux/sparc64/errnoent2.h \
189 linux/sparc64/ioctlent.h.in \
190 linux/sparc64/ioctlent1.h \
191 linux/sparc64/ioctlent2.h \
192 linux/sparc64/signalent.h \
193 linux/sparc64/signalent1.h \
194 linux/sparc64/signalent2.h \
195 linux/sparc64/syscall1.h \
196 linux/sparc64/syscallent.h \
197 linux/sparc64/syscallent1.h \
198 linux/sparc64/syscallent2.h \
Dmitry V. Levinde462cf2013-05-07 18:38:01 +0400199 linux/subcall.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000200 linux/syscall.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000201 linux/tile/errnoent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000202 linux/tile/ioctlent.h.in \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000203 linux/tile/ioctlent1.h \
204 linux/tile/signalent1.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000205 linux/tile/syscallent.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000206 linux/tile/syscallent1.h \
Dmitry V. Levin8e0b8be2013-06-02 18:09:44 +0000207 linux/ubi-user.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000208 linux/x32/errnoent.h \
209 linux/x32/errnoent1.h \
210 linux/x32/ioctlent.h.in \
211 linux/x32/ioctlent1.h \
212 linux/x32/signalent.h \
213 linux/x32/signalent1.h \
214 linux/x32/syscallent.h \
215 linux/x32/syscallent1.h \
216 linux/x86_64/errnoent1.h \
217 linux/x86_64/errnoent2.h \
218 linux/x86_64/gentab.pl \
219 linux/x86_64/ioctlent.h.in \
220 linux/x86_64/ioctlent1.h \
221 linux/x86_64/ioctlent2.h \
222 linux/x86_64/signalent1.h \
223 linux/x86_64/signalent2.h \
224 linux/x86_64/syscallent.h \
225 linux/x86_64/syscallent1.h \
226 linux/x86_64/syscallent2.h \
Dmitry V. Levin0db34e72013-06-02 18:12:44 +0000227 linux/xtensa/ioctlent.h.in \
228 linux/xtensa/syscallent.h \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000229 signalent.sh \
230 strace-graph \
231 strace-log-merge \
232 strace.spec \
233 syscallent.sh \
Mike Frysinger761ed9b2014-02-16 01:59:20 -0500234 $(XLAT_INPUT_FILES) \
235 $(XLAT_HEADER_FILES) \
236 xlat/gen.sh \
Dmitry V. Levin7ae73a92013-04-30 23:34:51 +0000237 xlate.el
Roland McGrathbc44e402004-07-12 05:45:08 +0000238
Roland McGrath2b832df2009-10-06 17:46:56 -0700239.PHONY: srpm
Dmitry V. Levin525a39a2011-02-27 14:05:58 +0000240srpm: dist-xz
241 rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz
Roland McGrath2b832df2009-10-06 17:46:56 -0700242
Dmitry V. Levindce75932013-04-30 23:52:12 +0000243BUILT_SOURCES = .version
244
245$(srcdir)/.version:
246 $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
247
248dist-hook:
249 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
250
251today = $(shell date +%Y-%m-%d)
252version_regexp = $(subst .,\.,$(VERSION))
253news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))'
254
255news-check: NEWS
256 $(AM_V_GEN)if head -1 $< | \
257 grep -x $(news_check_regexp) >/dev/null; then \
258 :; \
259 else \
260 echo >&2 '$<: check failed'; \
261 exit 1; \
262 fi
Mike Frysinger9004e122011-02-20 23:24:22 -0500263
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000264ioctlent_h = $(builddir)/$(OS)/ioctlent.h
265BUILT_SOURCES += $(ioctlent_h)
266CLEANFILES = $(ioctlent_h)
267ioctlent_h_deps = $(srcdir)/$(OS)/ioctlent.h.in $(srcdir)/$(OS)/$(ARCH)/ioctlent.h.in
268$(ioctlent_h): $(top_builddir)/config.status $(ioctlent_h_deps)
269 $(MKDIR_P) $(builddir)/$(OS)
270 cat $(ioctlent_h_deps) | \
271 $(COMPILE) -E -P - | \
272 sed 's/^\([[:space:]]*{\)"[^"]\+",[[:space:]]*/\1/' | \
273 LC_ALL=C sort -u -k2,2 -k1,1 > $@
274
Roland McGrathbc44e402004-07-12 05:45:08 +0000275if MAINTAINER_MODE
Roland McGratha478d742009-10-06 17:41:02 -0700276
277gen_changelog_start_date = 2009-07-08 20:00
Dmitry V. Levindce75932013-04-30 23:52:12 +0000278$(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \
279 $(srcdir)/.version
Roland McGratha478d742009-10-06 17:41:02 -0700280 @rm -f $@.new
Dmitry V. Levindce75932013-04-30 23:52:12 +0000281 (cd $(srcdir); \
Dmitry V. Levin594399d2011-11-05 13:32:27 +0000282 ./gitlog-to-changelog --append-dot \
283 --since='$(gen_changelog_start_date)'; \
Roland McGratha478d742009-10-06 17:41:02 -0700284 echo; echo; echo 'See ChangeLog-CVS for older changes.' \
285 ) > $@.new
286 chmod 444 $@.new
287 mv -f $@.new $@
288
Dmitry V. Levindce75932013-04-30 23:52:12 +0000289$(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
290 $(srcdir)/Makefile.in $(srcdir)/.version
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000291 $(AM_V_GEN) \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400292 ( \
Dmitry V. Levindce75932013-04-30 23:52:12 +0000293 cd $(srcdir); \
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000294 sed '/^##/,$$d' CREDITS.in; \
295 { sed -n '1,/^##>/d; s/ \+/\t/; s/^./&/p' CREDITS.in; \
296 git log --pretty=format:'%aN %aE'; \
297 } | LC_ALL=C sort -u \
298 | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}'; \
Mike Frysinger67c4d432014-08-14 04:05:37 -0400299 ) > $@-t && mv $@-t $@
Dmitry V. Levin59138a22011-02-24 01:51:15 +0000300
Dmitry V. Levin76ac37d2009-10-09 22:10:09 +0000301export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
302
Lubomir Rintel544a8102014-10-16 12:05:43 +0200303INCLUDEDIR = /usr/include
304KERNEL_RELEASE = $(shell uname -r)
305# Candidates for the kernel headers tree.
306KERNEL_INCLUDE = \
307 /lib/modules/$(KERNEL_RELEASE)/build/include \
308 /usr/src/linux-$(KERNEL_RELEASE)/include \
309 $(INCLUDEDIR)
310IOCTLDIR = $(shell find $(KERNEL_INCLUDE) -maxdepth 0 -type d -print -quit 2>/dev/null)
311IOCTLASM = $(INCLUDEDIR)/asm
Roland McGrathbc44e402004-07-12 05:45:08 +0000312
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000313noinst_PROGRAMS = ioctlsort
314ioctlsort_SOURCES = ioctlsort.c
315nodist_ioctlsort_SOURCES = ioctls.h ioctldefs.h
316CLEANFILES += $(nodist_ioctlsort_SOURCES)
317ioctlsort.$(OBJEXT): $(nodist_ioctlsort_SOURCES)
Roland McGrathbc44e402004-07-12 05:45:08 +0000318ioctls.h: $(srcdir)/linux/ioctlent.sh
Roland McGrathadc2b302004-07-12 06:11:03 +0000319 $(SHELL) $< $(IOCTLDIR) $(IOCTLASM)
Roland McGrathbc44e402004-07-12 05:45:08 +0000320ioctldefs.h: ioctls.h ;
321
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000322ioctlent_h_in = linux/ioctlent.h.in
323BUILT_SOURCES += $(ioctlent_h_in)
324$(srcdir)/$(ioctlent_h_in): ioctlsort
325 $(<D)/$(<F) > $@
Mike Frysinger9004e122011-02-20 23:24:22 -0500326
Dmitry V. Levin00119f62014-11-04 01:40:42 +0000327endif