]> granicus.if.org Git - strace/blob - Makefile.am
Consistently use AF_UNIX over AF_LOCAL
[strace] / Makefile.am
1 # Automake input for strace.
2 #
3 # Copyright (c) 2002-2009 Roland McGrath <roland@redhat.com>
4 # Copyright (c) 2006-2016 Dmitry V. Levin <ldv@altlinux.org>
5 # Copyright (c) 2008-2015 Mike Frysinger <vapier@gentoo.org>
6 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
7 # All rights reserved.
8 #
9 # Redistribution and use in source and binary forms, with or without
10 # modification, are permitted provided that the following conditions
11 # are met:
12 # 1. Redistributions of source code must retain the above copyright
13 #    notice, this list of conditions and the following disclaimer.
14 # 2. Redistributions in binary form must reproduce the above copyright
15 #    notice, this list of conditions and the following disclaimer in the
16 #    documentation and/or other materials provided with the distribution.
17 # 3. The name of the author may not be used to endorse or promote products
18 #    derived from this software without specific prior written permission.
19 #
20 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31 if HAVE_M32_RUNTIME
32 TESTS_M32 = tests-m32
33 endif
34 if HAVE_MX32_RUNTIME
35 TESTS_MX32 = tests-mx32
36 endif
37 SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32)
38
39 bin_PROGRAMS = strace
40 man_MANS = strace.1
41 bin_SCRIPTS = strace-graph strace-log-merge
42
43 OS              = linux
44 # ARCH is `i386', `m68k', `sparc', etc.
45 ARCH            = @arch@
46
47 ACLOCAL_AMFLAGS = -I m4
48 AM_CFLAGS = $(WARN_CFLAGS)
49 AM_CPPFLAGS = -I$(builddir)/$(OS)/$(ARCH) \
50               -I$(srcdir)/$(OS)/$(ARCH) \
51               -I$(builddir)/$(OS) \
52               -I$(srcdir)/$(OS) \
53               -I$(builddir) \
54               -I$(srcdir)
55
56 include xlat/Makemodule.am
57
58 strace_CPPFLAGS = $(AM_CPPFLAGS)
59 strace_CFLAGS = $(AM_CFLAGS)
60 strace_LDFLAGS =
61 strace_LDADD = libstrace.a
62 noinst_LIBRARIES = libstrace.a
63
64 libstrace_a_CPPFLAGS = $(strace_CPPFLAGS)
65 libstrace_a_CFLAGS = $(strace_CFLAGS)
66 libstrace_a_SOURCES =   \
67         fstatfs.c \
68         fstatfs64.c \
69         statfs.c \
70         statfs64.c \
71         sync_file_range.c \
72         sync_file_range2.c \
73         upeek.c         \
74         # end of libstrace_a_SOURCES
75
76 strace_SOURCES =        \
77         access.c        \
78         affinity.c      \
79         aio.c           \
80         alpha.c         \
81         bjm.c           \
82         block.c         \
83         bpf.c           \
84         btrfs.c         \
85         cacheflush.c    \
86         capability.c    \
87         caps0.h         \
88         caps1.h         \
89         chdir.c         \
90         chmod.c         \
91         clone.c         \
92         copy_file_range.c \
93         count.c         \
94         defs.h          \
95         desc.c          \
96         dirent.c        \
97         dirent64.c      \
98         empty.h         \
99         epoll.c         \
100         evdev.c         \
101         eventfd.c       \
102         execve.c        \
103         exit.c          \
104         fadvise.c       \
105         fallocate.c     \
106         fanotify.c      \
107         fchownat.c      \
108         fcntl.c         \
109         fetch_seccomp_fprog.c \
110         fetch_struct_flock.c \
111         fetch_struct_statfs.c \
112         file.c          \
113         file_handle.c   \
114         file_ioctl.c    \
115         fs_x_ioctl.c    \
116         flock.c         \
117         flock.h         \
118         futex.c         \
119         gcc_compat.h    \
120         get_robust_list.c \
121         getcpu.c        \
122         getcwd.c        \
123         getrandom.c     \
124         hdio.c          \
125         hostname.c      \
126         inotify.c       \
127         io.c            \
128         ioctl.c         \
129         ioperm.c        \
130         iopl.c          \
131         ioprio.c        \
132         ipc_defs.h      \
133         ipc_msg.c       \
134         ipc_msgctl.c    \
135         ipc_sem.c       \
136         ipc_shm.c       \
137         ipc_shmctl.c    \
138         kcmp.c          \
139         kernel_types.h  \
140         kexec.c         \
141         keyctl.c        \
142         ldt.c           \
143         link.c          \
144         linux/asm_stat.h \
145         linux/x32/asm_stat.h \
146         lookup_dcookie.c \
147         loop.c          \
148         lseek.c         \
149         mem.c           \
150         membarrier.c    \
151         memfd_create.c  \
152         mknod.c         \
153         mount.c         \
154         mpers_type.h    \
155         mq.c            \
156         mtd.c           \
157         native_defs.h   \
158         net.c           \
159         numa.c          \
160         open.c          \
161         or1k_atomic.c   \
162         pathtrace.c     \
163         perf.c          \
164         personality.c   \
165         poll.c          \
166         prctl.c         \
167         print_mq_attr.c \
168         print_msgbuf.c  \
169         print_sigevent.c \
170         print_statfs.c  \
171         print_time.c    \
172         print_timex.c   \
173         printmode.c     \
174         printrusage.c   \
175         printsiginfo.c  \
176         printsiginfo.h  \
177         printstat.h     \
178         process.c       \
179         process_vm.c    \
180         ptp.c           \
181         ptrace.h        \
182         quota.c         \
183         readahead.c     \
184         readlink.c      \
185         reboot.c        \
186         regs.h          \
187         renameat.c      \
188         resource.c      \
189         rtc.c           \
190         sched.c         \
191         scsi.c          \
192         seccomp.c       \
193         seccomp_fprog.h \
194         sendfile.c      \
195         sigaltstack.c   \
196         sigevent.h      \
197         signal.c        \
198         signalfd.c      \
199         sigreturn.c     \
200         sock.c          \
201         socketutils.c   \
202         sram_alloc.c    \
203         statfs.c        \
204         statfs.h        \
205         strace.c        \
206         swapon.c        \
207         syscall.c       \
208         sysctl.c        \
209         sysinfo.c       \
210         syslog.c        \
211         sysmips.c       \
212         term.c          \
213         time.c          \
214         times.c         \
215         truncate.c      \
216         ubi.c           \
217         uid.c           \
218         uid16.c         \
219         umask.c         \
220         umount.c        \
221         uname.c         \
222         userfaultfd.c   \
223         util.c          \
224         utime.c         \
225         utimes.c        \
226         v4l2.c          \
227         vsprintf.c      \
228         wait.c          \
229         xattr.c         \
230         xlat.h          \
231         xmalloc.c       \
232         # end of strace_SOURCES
233
234 if USE_LIBUNWIND
235 strace_SOURCES += unwind.c
236 strace_CPPFLAGS += $(libunwind_CPPFLAGS)
237 strace_LDFLAGS += $(libunwind_LDFLAGS)
238 strace_LDADD += $(libunwind_LIBS)
239 endif
240
241 @CODE_COVERAGE_RULES@
242 CODE_COVERAGE_BRANCH_COVERAGE = 1
243 CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
244         --prefix $(shell realpath -Ls $(abs_top_srcdir)/..)
245 CODE_COVERAGE_IGNORE_PATTERN = '/usr/include/*'
246 strace_CPPFLAGS += $(CODE_COVERAGE_CPPFLAGS)
247 strace_CFLAGS += $(CODE_COVERAGE_CFLAGS)
248 strace_LDADD += $(CODE_COVERAGE_LDFLAGS)
249
250 # Enable this to get link map generated
251 #strace_LDFLAGS += -Wl,-Map=strace.mapfile
252
253 EXTRA_DIST =                            \
254         $(man_MANS)                     \
255         .version                        \
256         COPYING                         \
257         CREDITS                         \
258         ChangeLog                       \
259         ChangeLog-CVS                   \
260         README-linux-ptrace             \
261         debian/changelog                \
262         debian/compat                   \
263         debian/control                  \
264         debian/copyright                \
265         debian/rules                    \
266         debian/source/format            \
267         debian/strace-udeb.install      \
268         debian/strace.docs              \
269         debian/strace.examples          \
270         debian/strace.install           \
271         debian/strace.manpages          \
272         debian/strace64.install         \
273         debian/strace64.manpages        \
274         debian/watch                    \
275         errnoent.sh                     \
276         generate_sen.sh                 \
277         ioctlsort.c                     \
278         linux/32/ioctls_inc.h           \
279         linux/32/ioctls_inc_align32.h   \
280         linux/32/ioctls_inc_align64.h   \
281         linux/32/syscallent.h           \
282         linux/64/ioctls_inc.h           \
283         linux/64/syscallent.h           \
284         linux/aarch64/arch_regs.c       \
285         linux/aarch64/arch_regs.h       \
286         linux/aarch64/arch_sigreturn.c  \
287         linux/aarch64/errnoent1.h       \
288         linux/aarch64/get_error.c       \
289         linux/aarch64/get_scno.c        \
290         linux/aarch64/get_syscall_args.c\
291         linux/aarch64/ioctls_arch0.h    \
292         linux/aarch64/ioctls_arch1.h    \
293         linux/aarch64/ioctls_inc0.h     \
294         linux/aarch64/ioctls_inc1.h     \
295         linux/aarch64/signalent1.h      \
296         linux/aarch64/syscallent.h      \
297         linux/aarch64/syscallent1.h     \
298         linux/alpha/arch_getrval2.c     \
299         linux/alpha/arch_regs.c         \
300         linux/alpha/arch_regs.h         \
301         linux/alpha/arch_sigreturn.c    \
302         linux/alpha/errnoent.h          \
303         linux/alpha/get_error.c         \
304         linux/alpha/get_scno.c          \
305         linux/alpha/get_syscall_args.c  \
306         linux/alpha/get_syscall_result.c\
307         linux/alpha/ioctls_arch0.h      \
308         linux/alpha/ioctls_inc0.h       \
309         linux/alpha/signalent.h         \
310         linux/alpha/syscallent.h        \
311         linux/alpha/userent.h           \
312         linux/arc/arch_regs.c           \
313         linux/arc/get_error.c           \
314         linux/arc/get_scno.c            \
315         linux/arc/get_syscall_args.c    \
316         linux/arc/ioctls_arch0.h        \
317         linux/arc/ioctls_inc0.h         \
318         linux/arc/syscallent.h          \
319         linux/arch_regs.h               \
320         linux/arch_sigreturn.c          \
321         linux/arm/arch_regs.c           \
322         linux/arm/arch_regs.h           \
323         linux/arm/arch_sigreturn.c      \
324         linux/arm/get_error.c           \
325         linux/arm/get_scno.c            \
326         linux/arm/get_syscall_args.c    \
327         linux/arm/ioctls_arch0.h        \
328         linux/arm/ioctls_inc0.h         \
329         linux/arm/syscallent.h          \
330         linux/arm/userent.h             \
331         linux/avr32/arch_regs.c         \
332         linux/avr32/get_error.c         \
333         linux/avr32/get_scno.c          \
334         linux/avr32/get_syscall_args.c  \
335         linux/avr32/ioctls_arch0.h      \
336         linux/avr32/ioctls_inc0.h       \
337         linux/avr32/syscallent.h        \
338         linux/avr32/userent.h           \
339         linux/bfin/arch_regs.c          \
340         linux/bfin/get_error.c          \
341         linux/bfin/get_scno.c           \
342         linux/bfin/get_syscall_args.c   \
343         linux/bfin/get_syscall_result.c \
344         linux/bfin/ioctls_arch0.h       \
345         linux/bfin/ioctls_inc0.h        \
346         linux/bfin/syscallent.h         \
347         linux/bfin/userent.h            \
348         linux/crisv10/arch_regs.c       \
349         linux/crisv10/arch_sigreturn.c  \
350         linux/crisv10/get_error.c       \
351         linux/crisv10/get_scno.c        \
352         linux/crisv10/get_syscall_args.c        \
353         linux/crisv10/get_syscall_result.c      \
354         linux/crisv10/userent.h         \
355         linux/crisv32/arch_regs.c       \
356         linux/crisv32/arch_sigreturn.c  \
357         linux/crisv32/get_error.c       \
358         linux/crisv32/get_scno.c        \
359         linux/crisv32/get_syscall_args.c        \
360         linux/crisv32/get_syscall_result.c      \
361         linux/crisv32/userent.h         \
362         linux/dummy.h                   \
363         linux/errnoent.h                \
364         linux/hppa/arch_regs.c          \
365         linux/hppa/arch_regs.h          \
366         linux/hppa/errnoent.h           \
367         linux/hppa/get_error.c          \
368         linux/hppa/get_scno.c           \
369         linux/hppa/get_syscall_args.c   \
370         linux/hppa/get_syscall_result.c \
371         linux/hppa/ioctls_arch0.h       \
372         linux/hppa/ioctls_inc0.h        \
373         linux/hppa/signalent.h          \
374         linux/hppa/syscallent.h         \
375         linux/i386/arch_regs.c          \
376         linux/i386/arch_regs.h          \
377         linux/i386/arch_sigreturn.c     \
378         linux/i386/get_error.c          \
379         linux/i386/get_scno.c           \
380         linux/i386/get_syscall_args.c   \
381         linux/i386/ioctls_arch0.h       \
382         linux/i386/ioctls_inc0.h        \
383         linux/i386/syscallent.h         \
384         linux/i386/userent.h            \
385         linux/i386/userent0.h           \
386         linux/ia64/arch_getrval2.c      \
387         linux/ia64/arch_regs.c          \
388         linux/ia64/arch_regs.h          \
389         linux/ia64/arch_sigreturn.c     \
390         linux/ia64/get_error.c          \
391         linux/ia64/get_scno.c           \
392         linux/ia64/get_syscall_args.c   \
393         linux/ia64/ioctls_arch0.h       \
394         linux/ia64/ioctls_inc0.h        \
395         linux/ia64/syscallent.h         \
396         linux/ia64/userent.h            \
397         linux/inet_diag.h               \
398         linux/m68k/arch_regs.c          \
399         linux/m68k/arch_sigreturn.c     \
400         linux/m68k/get_error.c          \
401         linux/m68k/get_scno.c           \
402         linux/m68k/get_syscall_args.c   \
403         linux/m68k/get_syscall_result.c \
404         linux/m68k/ioctls_arch0.h       \
405         linux/m68k/ioctls_inc0.h        \
406         linux/m68k/syscallent.h         \
407         linux/m68k/userent.h            \
408         linux/metag/arch_regs.c         \
409         linux/metag/get_error.c         \
410         linux/metag/get_scno.c          \
411         linux/metag/get_syscall_args.c  \
412         linux/metag/ioctls_arch0.h      \
413         linux/metag/ioctls_inc0.h       \
414         linux/metag/syscallent.h        \
415         linux/microblaze/arch_regs.c    \
416         linux/microblaze/arch_sigreturn.c       \
417         linux/microblaze/get_error.c    \
418         linux/microblaze/get_scno.c     \
419         linux/microblaze/get_syscall_args.c     \
420         linux/microblaze/get_syscall_result.c   \
421         linux/microblaze/ioctls_arch0.h \
422         linux/microblaze/ioctls_inc0.h  \
423         linux/microblaze/syscallent.h   \
424         linux/microblaze/userent.h      \
425         linux/mips/arch_getrval2.c      \
426         linux/mips/arch_regs.c          \
427         linux/mips/arch_regs.h          \
428         linux/mips/arch_sigreturn.c     \
429         linux/mips/errnoent.h           \
430         linux/mips/genstub.sh           \
431         linux/mips/get_error.c          \
432         linux/mips/get_scno.c           \
433         linux/mips/get_syscall_args.c   \
434         linux/mips/ioctls_arch0.h       \
435         linux/mips/ioctls_inc0.h        \
436         linux/mips/signalent.h          \
437         linux/mips/syscallent-compat.h  \
438         linux/mips/syscallent-n32.h     \
439         linux/mips/syscallent-n64.h     \
440         linux/mips/syscallent-o32.h     \
441         linux/mips/syscallent.h         \
442         linux/mips/userent.h            \
443         linux/mtd-abi.h                 \
444         linux/netlink_diag.h            \
445         linux/nios2/arch_regs.c         \
446         linux/nios2/get_error.c         \
447         linux/nios2/get_scno.c          \
448         linux/nios2/get_syscall_args.c  \
449         linux/nios2/ioctls_arch0.h      \
450         linux/nios2/ioctls_inc0.h       \
451         linux/nios2/syscallent.h        \
452         linux/or1k/arch_regs.c          \
453         linux/or1k/get_error.c          \
454         linux/or1k/get_scno.c           \
455         linux/or1k/get_syscall_args.c   \
456         linux/or1k/ioctls_arch0.h       \
457         linux/or1k/ioctls_inc0.h        \
458         linux/or1k/syscallent.h         \
459         linux/or1k/userent.h            \
460         linux/personality.h             \
461         linux/powerpc/arch_regs.c       \
462         linux/powerpc/arch_regs.h       \
463         linux/powerpc/arch_sigreturn.c  \
464         linux/powerpc/errnoent.h        \
465         linux/powerpc/get_error.c       \
466         linux/powerpc/get_scno.c        \
467         linux/powerpc/get_syscall_args.c        \
468         linux/powerpc/getregs_old.c     \
469         linux/powerpc/ioctls_arch0.h    \
470         linux/powerpc/ioctls_inc0.h     \
471         linux/powerpc/syscallent.h      \
472         linux/powerpc/userent.h         \
473         linux/powerpc64/arch_regs.c     \
474         linux/powerpc64/arch_regs.h     \
475         linux/powerpc64/arch_sigreturn.c        \
476         linux/powerpc64/errnoent.h      \
477         linux/powerpc64/errnoent1.h     \
478         linux/powerpc64/get_error.c     \
479         linux/powerpc64/get_scno.c      \
480         linux/powerpc64/get_syscall_args.c      \
481         linux/powerpc64/getregs_old.c   \
482         linux/powerpc64/ioctls_arch0.h  \
483         linux/powerpc64/ioctls_arch1.h  \
484         linux/powerpc64/ioctls_inc0.h   \
485         linux/powerpc64/ioctls_inc1.h   \
486         linux/powerpc64/signalent1.h    \
487         linux/powerpc64/syscallent.h    \
488         linux/powerpc64/syscallent1.h   \
489         linux/powerpc64/userent.h       \
490         linux/ptp_clock.h               \
491         linux/s390/arch_regs.c          \
492         linux/s390/arch_regs.h          \
493         linux/s390/arch_sigreturn.c     \
494         linux/s390/get_error.c          \
495         linux/s390/get_scno.c           \
496         linux/s390/get_syscall_args.c   \
497         linux/s390/ioctls_arch0.h       \
498         linux/s390/ioctls_inc0.h        \
499         linux/s390/syscallent.h         \
500         linux/s390/userent.h            \
501         linux/s390/userent0.h           \
502         linux/s390/userent1.h           \
503         linux/s390x/arch_regs.c         \
504         linux/s390x/arch_regs.h         \
505         linux/s390x/arch_sigreturn.c    \
506         linux/s390x/get_error.c         \
507         linux/s390x/get_scno.c          \
508         linux/s390x/get_syscall_args.c  \
509         linux/s390x/ioctls_arch0.h      \
510         linux/s390x/ioctls_inc0.h       \
511         linux/s390x/syscallent.h        \
512         linux/s390x/userent.h           \
513         linux/sh/arch_getrval2.c        \
514         linux/sh/arch_regs.c            \
515         linux/sh/get_error.c            \
516         linux/sh/get_scno.c             \
517         linux/sh/get_syscall_args.c     \
518         linux/sh/get_syscall_result.c   \
519         linux/sh/ioctls_arch0.h         \
520         linux/sh/ioctls_inc0.h          \
521         linux/sh/syscallent.h           \
522         linux/sh/userent.h              \
523         linux/sh/userent0.h             \
524         linux/sh64/arch_regs.c          \
525         linux/sh64/arch_regs.h          \
526         linux/sh64/get_error.c          \
527         linux/sh64/get_scno.c           \
528         linux/sh64/get_syscall_args.c   \
529         linux/sh64/get_syscall_result.c \
530         linux/sh64/ioctls_arch0.h       \
531         linux/sh64/ioctls_inc0.h        \
532         linux/sh64/syscallent.h         \
533         linux/sh64/userent.h            \
534         linux/signalent.h               \
535         linux/sock_diag.h               \
536         linux/sparc/arch_getrval2.c     \
537         linux/sparc/arch_regs.c         \
538         linux/sparc/arch_regs.h         \
539         linux/sparc/arch_sigreturn.c    \
540         linux/sparc/errnoent.h          \
541         linux/sparc/gen.pl              \
542         linux/sparc/get_error.c         \
543         linux/sparc/get_scno.c          \
544         linux/sparc/get_syscall_args.c  \
545         linux/sparc/ioctls_arch0.h      \
546         linux/sparc/ioctls_inc0.h       \
547         linux/sparc/signalent.h         \
548         linux/sparc/syscallent.h        \
549         linux/sparc/userent.h           \
550         linux/sparc64/arch_getrval2.c   \
551         linux/sparc64/arch_regs.c       \
552         linux/sparc64/arch_regs.h       \
553         linux/sparc64/arch_sigreturn.c  \
554         linux/sparc64/errnoent.h        \
555         linux/sparc64/errnoent1.h       \
556         linux/sparc64/get_error.c       \
557         linux/sparc64/get_scno.c        \
558         linux/sparc64/get_syscall_args.c\
559         linux/sparc64/ioctls_arch0.h    \
560         linux/sparc64/ioctls_arch1.h    \
561         linux/sparc64/ioctls_inc0.h     \
562         linux/sparc64/ioctls_inc1.h     \
563         linux/sparc64/signalent.h       \
564         linux/sparc64/signalent1.h      \
565         linux/sparc64/syscallent.h      \
566         linux/sparc64/syscallent1.h     \
567         linux/sparc64/userent.h         \
568         linux/subcall.h                 \
569         linux/syscall.h                 \
570         linux/tile/arch_regs.c          \
571         linux/tile/arch_regs.h          \
572         linux/tile/arch_sigreturn.c     \
573         linux/tile/errnoent1.h          \
574         linux/tile/get_error.c          \
575         linux/tile/get_scno.c           \
576         linux/tile/get_syscall_args.c   \
577         linux/tile/ioctls_arch0.h       \
578         linux/tile/ioctls_arch1.h       \
579         linux/tile/ioctls_inc0.h        \
580         linux/tile/ioctls_inc1.h        \
581         linux/tile/signalent1.h         \
582         linux/tile/syscallent.h         \
583         linux/tile/syscallent1.h        \
584         linux/tile/userent.h            \
585         linux/ubi-user.h                \
586         linux/unix_diag.h               \
587         linux/userent.h                 \
588         linux/userent0.h                \
589         linux/x32/arch_regs.c           \
590         linux/x32/arch_regs.h           \
591         linux/x32/arch_sigreturn.c      \
592         linux/x32/errnoent1.h           \
593         linux/x32/get_error.c           \
594         linux/x32/get_scno.c            \
595         linux/x32/get_syscall_args.c    \
596         linux/x32/ioctls_arch0.h        \
597         linux/x32/ioctls_arch1.h        \
598         linux/x32/ioctls_inc0.h         \
599         linux/x32/ioctls_inc1.h         \
600         linux/x32/signalent1.h          \
601         linux/x32/syscallent.h          \
602         linux/x32/syscallent1.h         \
603         linux/x32/userent.h             \
604         linux/x86_64/arch_regs.c        \
605         linux/x86_64/arch_regs.h        \
606         linux/x86_64/arch_sigreturn.c   \
607         linux/x86_64/errnoent1.h        \
608         linux/x86_64/errnoent2.h        \
609         linux/x86_64/gentab.pl          \
610         linux/x86_64/get_error.c        \
611         linux/x86_64/get_scno.c         \
612         linux/x86_64/get_syscall_args.c \
613         linux/x86_64/getregs_old.c      \
614         linux/x86_64/ioctls_arch0.h     \
615         linux/x86_64/ioctls_arch1.h     \
616         linux/x86_64/ioctls_arch2.h     \
617         linux/x86_64/ioctls_inc0.h      \
618         linux/x86_64/ioctls_inc1.h      \
619         linux/x86_64/ioctls_inc2.h      \
620         linux/x86_64/signalent1.h       \
621         linux/x86_64/signalent2.h       \
622         linux/x86_64/syscallent.h       \
623         linux/x86_64/syscallent1.h      \
624         linux/x86_64/syscallent2.h      \
625         linux/x86_64/userent.h          \
626         linux/xtensa/arch_regs.c        \
627         linux/xtensa/get_error.c        \
628         linux/xtensa/get_scno.c         \
629         linux/xtensa/get_syscall_args.c \
630         linux/xtensa/get_syscall_result.c       \
631         linux/xtensa/ioctls_arch0.h     \
632         linux/xtensa/ioctls_inc0.h      \
633         linux/xtensa/syscallent.h       \
634         linux/xtensa/userent.h          \
635         maint/ioctls_gen.sh             \
636         maint/ioctls_hex.sh             \
637         maint/ioctls_sym.sh             \
638         maint/print_ioctlent.c          \
639         mpers.awk                       \
640         mpers.sh                        \
641         mpers_test.sh                   \
642         mpers_xlat.h                    \
643         signalent.sh                    \
644         strace-graph                    \
645         strace-log-merge                \
646         strace.spec                     \
647         syscallent.sh                   \
648         $(XLAT_INPUT_FILES)             \
649         $(XLAT_HEADER_FILES)            \
650         xlat/gen.sh                     \
651         xlate.el
652
653 .PHONY: srpm
654 srpm: dist-xz
655         rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz
656
657 $(srcdir)/.version:
658         $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
659
660 strace_SOURCES_c = \
661         $(filter %.c,$(strace_SOURCES)) $(filter %.c,$(libstrace_a_SOURCES))
662
663 sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c))
664         for f in $^; do \
665                 sed -n 's/^SYS_FUNC(.*/extern &;/p' $$f; \
666         done | sort -u > $@
667
668 syscallent_names = subcall.h syscallent.h syscallent1.h \
669                    syscallent-n32.h syscallent-n64.h syscallent-o32.h
670 syscallent_patterns = $(patsubst %,\%/%,$(syscallent_names))
671 syscallent_files = $(filter $(syscallent_patterns),$(EXTRA_DIST))
672
673 sen.h: $(patsubst %,$(srcdir)/%,$(syscallent_files))
674         for f in $^; do cat -- $$f; done | \
675                 $(srcdir)/generate_sen.sh > $@
676
677 dist-hook:
678         $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
679
680 today = $(shell date +%Y-%m-%d)
681 version_regexp = $(subst .,\.,$(VERSION))
682 news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))'
683
684 news-check: NEWS
685         $(AM_V_GEN)if head -1 $< |                              \
686           grep -x $(news_check_regexp) >/dev/null; then         \
687                 :;                                              \
688         else                                                    \
689                 echo >&2 '$<: check failed';                    \
690                 exit 1;                                         \
691         fi
692
693 ioctlsort_CC = $(CC_FOR_BUILD)
694 ioctlsort_DEFS = $(DEFS)
695 ioctlsort_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
696 ioctlsort_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_FOR_BUILD)
697 ioctlsort_CFLAGS = $(AM_CFLAGS) $(CFLAGS_FOR_BUILD)
698 ioctlsort_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_FOR_BUILD)
699
700 ioctls_inc_h = $(wildcard $(srcdir)/$(OS)/$(ARCH)/ioctls_inc*.h)
701 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
702 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h)))
703
704 ioctl_redefs%.h: ioctlent%.h ioctlent0.h
705         sort $< > $<-t
706         sort ioctlent0.h | comm -23 $<-t - | \
707                 sed -n 's/^{ "\([^"]\+\)", \(0x[[:xdigit:]]\+\) },$$/#ifdef \1\n# undef \1\n# define \1 \2\n#endif/p' \
708                 > $@-t
709         rm -f $<-t
710         mv $@-t $@
711
712 ioctlent%.h: ioctlsort%
713         ./$< > $@
714
715 ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o
716         $(ioctlsort_CC) $(ioctlsort_CFLAGS) $(ioctlsort_LDFLAGS) $< -o $@
717
718 ioctlsort%.o: ioctls_all%.h $(srcdir)/ioctlsort.c
719         $(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/ioctlsort.c
720
721 ioctls_all%.h: $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%.h $(srcdir)/$(OS)/$(ARCH)/ioctls_arch%.h
722         cat $^ > $@
723
724 BUILT_SOURCES = $(ioctl_redefs_h) $(ioctlent_h) \
725                 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h .version
726 CLEANFILES    = $(ioctl_redefs_h) $(ioctlent_h) $(mpers_preproc_files) \
727                 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h
728 DISTCLEANFILES = gnu/stubs-32.h gnu/stubs-x32.h
729
730 # defines mpers_source_files
731 include mpers.am
732 srcdir_mpers_source_files = $(patsubst %,$(srcdir)/%,$(mpers_source_files))
733 mpers_preproc_files = $(mpers_source_files:.c=.c.mpers.i)
734
735 mpers_NAME =
736 mpers_PREFIX = $(mpers_NAME)_
737 mpers_DEFS = $(DEFS)
738 mpers_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
739 mpers_CPPFLAGS = $(strace_CPPFLAGS) $(CPPFLAGS)
740 mpers_sh_opts = $(mpers_DEFS) $(mpers_INCLUDES) $(mpers_CPPFLAGS)
741 libmpers_CPPFLAGS = $(strace_CPPFLAGS) -DIN_MPERS
742 libmpers_CFLAGS = $(strace_CFLAGS)
743
744 # mpers targets
745
746 mpers-m%.stamp: $(srcdir_mpers_source_files) | printers.h
747         for f in $^; do \
748                 CC="$(CC)" CFLAGS="$(mpers_sh_opts)" \
749                 CPP="$(CPP)" CPPFLAGS="$(mpers_sh_opts) -DIN_MPERS -DMPERS_IS_$(mpers_NAME)" \
750                 $(srcdir)/mpers.sh -$(mpers_NAME) $$f || exit; \
751         done
752         > $@
753
754 m%_type_defs.h: $(srcdir_mpers_source_files)
755         for f in $^; do \
756                 sed -n 's/^#include DEF_MPERS_TYPE(\([^)]\+\))/#ifdef MPERS_$(mpers_PREFIX)\1\n# define \1 MPERS_$(mpers_PREFIX)\1\n#endif/p' $$f || exit; \
757         done > $@-t
758         echo '#undef MPERS_PRINTER_NAME' >> $@-t
759         echo '#define MPERS_PRINTER_NAME(printer_name) printer_name' >> $@-t
760         echo '#include "$(mpers_PREFIX)printer_decls.h"' >> $@-t
761         echo '#include MPERS_$(mpers_PREFIX)IOCTL_MACROS' >> $@-t
762         mv $@-t $@
763
764 m%_funcs.h: $(srcdir_mpers_source_files)
765         for f in $^; do \
766                 sed -n 's/^SYS_FUNC(\([^)]\+\))/#undef sys_\1\n#define sys_\1 $(mpers_PREFIX)sys_\1/p' $$f || exit; \
767         done > $@-t && \
768         echo '#include "sys_func.h"' >> $@-t
769         mv $@-t $@
770
771 # printers
772
773 %.c.mpers.i: $(srcdir)/%.c
774         $(CPP) -P $(mpers_sh_opts) -DIN_MPERS_BOOTSTRAP $< -o $@
775
776 mpers_printer_decl_pattern = ^MPERS_PRINTER_DECL(\([^,)]\+\),[[:space:]]*\([^,)]\+\),[[:space:]]*\([^)]\+\))$$
777
778 printers.h: $(mpers_preproc_files)
779         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
780         echo 'typedef struct {' >> $@-t
781         for f in $^; do \
782                 sed -n 's/$(mpers_printer_decl_pattern)/ \1 (*\2)(\3);\n#define \2 MPERS_PRINTER_NAME(\2)\n/p' $$f \
783                 || exit; \
784         done >> $@-t
785         echo '} struct_printers;' >> $@-t
786         echo 'extern const struct_printers *printers;' >> $@-t
787         echo '#define MPERS_PRINTER_NAME(printer_name) printers->printer_name' >> $@-t
788         mv $@-t $@
789
790 %_printer_decls.h: $(mpers_preproc_files)
791         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
792         for f in $^; do \
793                 sed -n 's/$(mpers_printer_decl_pattern)/extern \1 $(mpers_PREFIX)\2(\3);/p' $$f \
794                 || exit; \
795         done >> $@-t
796         mv $@-t $@
797
798 %_printer_defs.h: $(mpers_preproc_files)
799         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
800         for f in $^; do \
801                 sed -n 's/$(mpers_printer_decl_pattern)/\.\2 = $(mpers_PREFIX)\2,/p' $$f \
802                 || exit; \
803         done >> $@-t
804         mv $@-t $@
805
806 native_printer_decls.h native_printer_defs.h: mpers_PREFIX =
807
808 if HAVE_M32_MPERS
809
810 strace_LDADD += libmpers-m32.a
811 noinst_LIBRARIES += libmpers-m32.a
812 libmpers_m32_a_SOURCES = $(mpers_source_files)
813 libmpers_m32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_m32 -I$(builddir)/mpers-m32
814 libmpers_m32_a_CFLAGS = $(libmpers_CFLAGS)
815 mpers_m32_targets = mpers-m32.stamp m32_type_defs.h m32_funcs.h m32_printer_decls.h m32_printer_defs.h
816
817 BUILT_SOURCES += $(mpers_m32_targets)
818 CLEANFILES    += $(mpers_m32_targets)
819
820 $(mpers_m32_targets): mpers_NAME = m32
821
822 endif # HAVE_M32_MPERS
823
824 if HAVE_MX32_MPERS
825
826 strace_LDADD += libmpers-mx32.a
827 noinst_LIBRARIES += libmpers-mx32.a
828 libmpers_mx32_a_SOURCES = $(mpers_source_files)
829 libmpers_mx32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_mx32 -I$(builddir)/mpers-mx32
830 libmpers_mx32_a_CFLAGS = $(libmpers_CFLAGS)
831 mpers_mx32_targets = mpers-mx32.stamp mx32_type_defs.h mx32_funcs.h mx32_printer_decls.h mx32_printer_defs.h
832
833 BUILT_SOURCES += $(mpers_mx32_targets)
834 CLEANFILES    += $(mpers_mx32_targets)
835
836 $(mpers_mx32_targets): mpers_NAME = mx32
837
838 endif # HAVE_MX32_MPERS
839
840 clean-local:
841         -rm -rf mpers-m32 mpers-mx32
842
843 if MAINTAINER_MODE
844
845 gen_changelog_start_date = 2009-07-08 20:00
846 $(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \
847                      $(srcdir)/.version
848         @rm -f $@.new
849         (cd $(srcdir); \
850          ./gitlog-to-changelog --append-dot \
851            --since='$(gen_changelog_start_date)'; \
852          echo; echo; echo 'See ChangeLog-CVS for older changes.' \
853         ) > $@.new
854         chmod 444 $@.new
855         mv -f $@.new $@
856
857 $(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
858                    $(srcdir)/Makefile.in $(srcdir)/.version
859         $(AM_V_GEN)                                                     \
860         (                                                               \
861           cd $(srcdir);                                                 \
862           sed '/^##/,$$d' CREDITS.in;                                   \
863           { sed -n '1,/^##>/d; s/  \+/\t/; s/^./&/p' CREDITS.in;        \
864             git log --pretty=format:'%aN        %aE';                   \
865           } | LC_ALL=C sort -u                                          \
866             | awk -F'\t' '{printf("\t%s <%s>\n",$$1,$$2)}';             \
867         ) > $@-t && mv $@-t $@
868
869 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
870
871 endif