]> granicus.if.org Git - strace/blob - Makefile.am
Turn struct inject_data.rval into an index
[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 # Copyright (c) 2002-2018 The strace developers.
8 # All rights reserved.
9 #
10 # Redistribution and use in source and binary forms, with or without
11 # modification, are permitted provided that the following conditions
12 # are met:
13 # 1. Redistributions of source code must retain the above copyright
14 #    notice, this list of conditions and the following disclaimer.
15 # 2. Redistributions in binary form must reproduce the above copyright
16 #    notice, this list of conditions and the following disclaimer in the
17 #    documentation and/or other materials provided with the distribution.
18 # 3. The name of the author may not be used to endorse or promote products
19 #    derived from this software without specific prior written permission.
20 #
21 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
32 if HAVE_M32_RUNTIME
33 TESTS_M32 = tests-m32
34 endif
35 if HAVE_MX32_RUNTIME
36 TESTS_MX32 = tests-mx32
37 endif
38 SUBDIRS = . tests $(TESTS_M32) $(TESTS_MX32)
39
40 bin_PROGRAMS = strace
41 man_MANS = strace.1 strace-log-merge.1
42 bin_SCRIPTS = strace-graph strace-log-merge
43
44 OS              = linux
45 # ARCH is `i386', `m68k', `sparc', etc.
46 ARCH            = @arch@
47
48 READELF         = @READELF@
49
50 ACLOCAL_AMFLAGS = -I m4
51 AM_CFLAGS = $(WARN_CFLAGS)
52 AM_CPPFLAGS = -I$(builddir)/$(OS)/$(ARCH) \
53               -I$(srcdir)/$(OS)/$(ARCH) \
54               -I$(builddir)/$(OS) \
55               -I$(srcdir)/$(OS) \
56               -I$(builddir) \
57               -I$(srcdir)
58
59 AM_CFLAGS_FOR_BUILD = $(WARN_CFLAGS_FOR_BUILD)
60 AM_CPPFLAGS_FOR_BUILD = $(AM_CPPFLAGS)
61
62 include xlat/Makemodule.am
63
64 strace_CPPFLAGS = $(AM_CPPFLAGS)
65 strace_CFLAGS = $(AM_CFLAGS)
66 strace_LDFLAGS =
67 strace_LDADD = libstrace.a $(clock_LIBS) $(timer_LIBS)
68 noinst_LIBRARIES = libstrace.a
69
70 libstrace_a_CPPFLAGS = $(strace_CPPFLAGS)
71 libstrace_a_CFLAGS = $(strace_CFLAGS)
72 libstrace_a_SOURCES =   \
73         fetch_indirect_syscall_args.c \
74         fstatfs.c \
75         fstatfs64.c \
76         getpagesize.c \
77         ipc.c \
78         sigreturn.c     \
79         socketcall.c \
80         statfs.c \
81         statfs64.c \
82         sync_file_range.c \
83         sync_file_range2.c \
84         upeek.c         \
85         upoke.c         \
86         # end of libstrace_a_SOURCES
87
88 strace_SOURCES =        \
89         access.c        \
90         affinity.c      \
91         aio.c           \
92         alpha.c         \
93         arch_defs.h     \
94         basic_filters.c \
95         bind.c          \
96         bjm.c           \
97         block.c         \
98         bpf.c           \
99         bpf_filter.c    \
100         bpf_filter.h    \
101         bpf_fprog.h     \
102         bpf_seccomp_filter.c \
103         bpf_sock_filter.c \
104         btrfs.c         \
105         cacheflush.c    \
106         capability.c    \
107         caps0.h         \
108         caps1.h         \
109         chdir.c         \
110         chmod.c         \
111         clone.c         \
112         copy_file_range.c \
113         count.c         \
114         defs.h          \
115         delay.c         \
116         desc.c          \
117         dirent.c        \
118         dirent64.c      \
119         dm.c            \
120         dyxlat.c        \
121         empty.h         \
122         epoll.c         \
123         error_prints.c  \
124         error_prints.h  \
125         evdev.c         \
126         evdev_mpers.c   \
127         eventfd.c       \
128         execve.c        \
129         fadvise.c       \
130         fallocate.c     \
131         fanotify.c      \
132         fchownat.c      \
133         fcntl.c         \
134         fetch_bpf_fprog.c \
135         fetch_struct_flock.c \
136         fetch_struct_keyctl_kdf_params.c \
137         fetch_struct_mmsghdr.c \
138         fetch_struct_msghdr.c \
139         fetch_struct_stat.c \
140         fetch_struct_stat64.c \
141         fetch_struct_statfs.c \
142         file_handle.c   \
143         file_ioctl.c    \
144         filter_qualify.c \
145         filter.h        \
146         flock.c         \
147         flock.h         \
148         fs_x_ioctl.c    \
149         futex.c         \
150         gcc_compat.h    \
151         get_robust_list.c \
152         getcpu.c        \
153         getcwd.c        \
154         getrandom.c     \
155         hdio.c          \
156         hostname.c      \
157         inotify.c       \
158         io.c            \
159         ioctl.c         \
160         ioperm.c        \
161         iopl.c          \
162         ioprio.c        \
163         ipc_defs.h      \
164         ipc_msg.c       \
165         ipc_msgctl.c    \
166         ipc_sem.c       \
167         ipc_shm.c       \
168         ipc_shmctl.c    \
169         kcmp.c          \
170         kernel_types.h  \
171         kexec.c         \
172         keyctl.c        \
173         keyctl_kdf_params.h \
174         kvm.c           \
175         largefile_wrappers.h \
176         ldt.c           \
177         link.c          \
178         linux/asm_stat.h \
179         linux/x32/asm_stat.h \
180         linux/x86_64/asm_stat.h \
181         listen.c        \
182         lookup_dcookie.c \
183         loop.c          \
184         lseek.c         \
185         macros.h        \
186         mem.c           \
187         membarrier.c    \
188         memfd_create.c  \
189         mknod.c         \
190         mmap_cache.c    \
191         mmap_cache.h    \
192         mmsghdr.c       \
193         mount.c         \
194         mpers_type.h    \
195         mq.c            \
196         msghdr.c        \
197         msghdr.h        \
198         mtd.c           \
199         native_defs.h   \
200         negated_errno.h \
201         net.c           \
202         netlink.c       \
203         netlink.h       \
204         netlink_crypto.c \
205         netlink_sock_diag.h \
206         netlink_inet_diag.c \
207         netlink_netfilter.c \
208         netlink_netlink_diag.c \
209         netlink_packet_diag.c \
210         netlink_route.c \
211         netlink_route.h \
212         netlink_selinux.c \
213         netlink_smc_diag.c \
214         netlink_sock_diag.c \
215         netlink_unix_diag.c \
216         nlattr.c        \
217         nlattr.h        \
218         nsfs.c          \
219         nsfs.h          \
220         nsig.h          \
221         numa.c          \
222         number_set.c    \
223         number_set.h    \
224         oldstat.c       \
225         open.c          \
226         or1k_atomic.c   \
227         pathtrace.c     \
228         perf.c          \
229         perf_event_struct.h \
230         personality.c   \
231         pkeys.c         \
232         poll.c          \
233         prctl.c         \
234         print_dev_t.c   \
235         print_group_req.c \
236         print_fields.h  \
237         print_ifindex.c \
238         print_mq_attr.c \
239         print_msgbuf.c  \
240         print_sg_req_info.c \
241         print_sigevent.c \
242         print_statfs.c  \
243         print_struct_stat.c \
244         print_time.c    \
245         print_timespec.c \
246         print_timeval.c \
247         print_timex.c   \
248         printmode.c     \
249         printrusage.c   \
250         printsiginfo.c  \
251         printsiginfo.h  \
252         process.c       \
253         process_vm.c    \
254         ptp.c           \
255         ptrace.h        \
256         quota.c         \
257         readahead.c     \
258         readlink.c      \
259         reboot.c        \
260         regs.h          \
261         renameat.c      \
262         resource.c      \
263         retval.c        \
264         retval.h        \
265         riscv.c         \
266         rt_sigframe.c   \
267         rt_sigreturn.c  \
268         rtc.c           \
269         rtnl_addr.c     \
270         rtnl_addrlabel.c \
271         rtnl_dcb.c      \
272         rtnl_link.c     \
273         rtnl_mdb.c      \
274         rtnl_neigh.c    \
275         rtnl_neightbl.c \
276         rtnl_netconf.c  \
277         rtnl_nsid.c     \
278         rtnl_route.c    \
279         rtnl_rule.c     \
280         rtnl_tc.c       \
281         rtnl_tc_action.c \
282         s390.c          \
283         sched.c         \
284         sched_attr.h    \
285         scsi.c          \
286         seccomp.c       \
287         sendfile.c      \
288         sg_io_v3.c      \
289         sg_io_v4.c      \
290         shutdown.c      \
291         sigaltstack.c   \
292         sigevent.h      \
293         signal.c        \
294         signalfd.c      \
295         sock.c          \
296         sockaddr.c      \
297         socketutils.c   \
298         sparc.c         \
299         sram_alloc.c    \
300         stat.c          \
301         stat.h          \
302         stat64.c        \
303         statfs.c        \
304         statfs.h        \
305         statx.c         \
306         statx.h         \
307         strace.c        \
308         string_to_uint.h \
309         string_to_uint.c \
310         swapon.c        \
311         syscall.c       \
312         sysctl.c        \
313         sysent.h        \
314         sysent_shorthand_defs.h \
315         sysent_shorthand_undefs.h \
316         sysinfo.c       \
317         syslog.c        \
318         sysmips.c       \
319         term.c          \
320         time.c          \
321         times.c         \
322         trace_event.h   \
323         truncate.c      \
324         ubi.c           \
325         ucopy.c         \
326         uid.c           \
327         uid16.c         \
328         umask.c         \
329         umount.c        \
330         uname.c         \
331         userfaultfd.c   \
332         ustat.c         \
333         util.c          \
334         utime.c         \
335         utimes.c        \
336         v4l2.c          \
337         wait.c          \
338         xattr.c         \
339         xlat.c          \
340         xlat.h          \
341         xmalloc.c       \
342         xmalloc.h       \
343         xstring.h       \
344         # end of strace_SOURCES
345
346 if USE_LIBUNWIND
347 strace_SOURCES += unwind.c
348 strace_CPPFLAGS += $(libunwind_CPPFLAGS)
349 strace_LDFLAGS += $(libunwind_LDFLAGS)
350 strace_LDADD += $(libunwind_LIBS)
351 if USE_DEMANGLE
352 strace_CPPFLAGS += $(libiberty_CPPFLAGS)
353 strace_LDFLAGS += $(libiberty_LDFLAGS)
354 strace_LDADD += $(libiberty_LIBS)
355 endif
356 endif
357
358 @CODE_COVERAGE_RULES@
359 CODE_COVERAGE_BRANCH_COVERAGE = 1
360 CODE_COVERAGE_GENHTML_OPTIONS = $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) \
361         --prefix $(shell cd $(abs_top_srcdir)/.. && pwd || echo .)
362 CODE_COVERAGE_IGNORE_PATTERN = '/usr/include/*'
363 strace_CPPFLAGS += $(CODE_COVERAGE_CPPFLAGS)
364 strace_CFLAGS += $(CODE_COVERAGE_CFLAGS)
365 strace_LDADD += $(CODE_COVERAGE_LIBS)
366
367 # Enable this to get link map generated
368 #strace_LDFLAGS += -Wl,-Map=strace.mapfile
369
370 EXTRA_DIST =                            \
371         $(man_MANS)                     \
372         .version                        \
373         COPYING                         \
374         CREDITS                         \
375         ChangeLog                       \
376         ChangeLog-CVS                   \
377         README-linux-ptrace             \
378         debian/changelog                \
379         debian/compat                   \
380         debian/control                  \
381         debian/copyright                \
382         debian/rules                    \
383         debian/source/format            \
384         debian/strace-udeb.install      \
385         debian/strace.docs              \
386         debian/strace.examples          \
387         debian/strace.install           \
388         debian/strace.manpages          \
389         debian/strace64.install         \
390         debian/strace64.manpages        \
391         debian/watch                    \
392         generate_sen.sh                 \
393         ioctl_iocdef.c                  \
394         ioctlsort.c                     \
395         linux/32/ioctls_inc.h           \
396         linux/32/ioctls_inc_align16.h   \
397         linux/32/ioctls_inc_align32.h   \
398         linux/32/ioctls_inc_align64.h   \
399         linux/32/syscallent.h           \
400         linux/64/ioctls_inc.h           \
401         linux/64/syscallent.h           \
402         linux/aarch64/arch_defs_.h      \
403         linux/aarch64/arch_regs.c       \
404         linux/aarch64/arch_regs.h       \
405         linux/aarch64/arch_rt_sigframe.c        \
406         linux/aarch64/arch_sigreturn.c  \
407         linux/aarch64/errnoent1.h       \
408         linux/aarch64/get_error.c       \
409         linux/aarch64/get_scno.c        \
410         linux/aarch64/get_syscall_args.c        \
411         linux/aarch64/ioctls_arch0.h    \
412         linux/aarch64/ioctls_arch1.h    \
413         linux/aarch64/ioctls_inc0.h     \
414         linux/aarch64/ioctls_inc1.h     \
415         linux/aarch64/nr_prefix.c       \
416         linux/aarch64/raw_syscall.h     \
417         linux/aarch64/set_error.c       \
418         linux/aarch64/set_scno.c        \
419         linux/aarch64/shuffle_scno.c    \
420         linux/aarch64/signalent1.h      \
421         linux/aarch64/syscallent.h      \
422         linux/aarch64/syscallent1.h     \
423         linux/alpha/arch_defs_.h        \
424         linux/alpha/arch_getrval2.c     \
425         linux/alpha/arch_regs.c         \
426         linux/alpha/arch_regs.h         \
427         linux/alpha/arch_rt_sigframe.c  \
428         linux/alpha/arch_sigreturn.c    \
429         linux/alpha/errnoent.h          \
430         linux/alpha/get_error.c         \
431         linux/alpha/get_scno.c          \
432         linux/alpha/get_syscall_args.c  \
433         linux/alpha/get_syscall_result.c        \
434         linux/alpha/ioctls_arch0.h      \
435         linux/alpha/ioctls_inc0.h       \
436         linux/alpha/raw_syscall.h       \
437         linux/alpha/set_error.c         \
438         linux/alpha/set_scno.c          \
439         linux/alpha/signalent.h         \
440         linux/alpha/syscallent.h        \
441         linux/alpha/userent.h           \
442         linux/arc/arch_regs.c           \
443         linux/arc/arch_regs.h           \
444         linux/arc/arch_rt_sigframe.c    \
445         linux/arc/get_error.c           \
446         linux/arc/get_scno.c            \
447         linux/arc/get_syscall_args.c    \
448         linux/arc/ioctls_arch0.h        \
449         linux/arc/ioctls_inc0.h         \
450         linux/arc/raw_syscall.h         \
451         linux/arc/set_error.c           \
452         linux/arc/set_scno.c            \
453         linux/arc/syscallent.h          \
454         linux/arch_defs_.h              \
455         linux/arch_kvm.c                \
456         linux/arch_regs.h               \
457         linux/arch_sigreturn.c          \
458         linux/arm/arch_defs_.h          \
459         linux/arm/arch_regs.c           \
460         linux/arm/arch_regs.h           \
461         linux/arm/arch_rt_sigframe.c    \
462         linux/arm/arch_sigreturn.c      \
463         linux/arm/get_error.c           \
464         linux/arm/get_scno.c            \
465         linux/arm/get_syscall_args.c    \
466         linux/arm/ioctls_arch0.h        \
467         linux/arm/ioctls_inc0.h         \
468         linux/arm/nr_prefix.c           \
469         linux/arm/raw_syscall.h         \
470         linux/arm/set_error.c           \
471         linux/arm/set_scno.c            \
472         linux/arm/shuffle_scno.c        \
473         linux/arm/syscallent.h          \
474         linux/arm/userent.h             \
475         linux/avr32/arch_regs.c         \
476         linux/avr32/arch_regs.h         \
477         linux/avr32/arch_rt_sigframe.c  \
478         linux/avr32/get_error.c         \
479         linux/avr32/get_scno.c          \
480         linux/avr32/get_syscall_args.c  \
481         linux/avr32/ioctls_arch0.h      \
482         linux/avr32/ioctls_inc0.h       \
483         linux/avr32/raw_syscall.h       \
484         linux/avr32/set_error.c         \
485         linux/avr32/set_scno.c          \
486         linux/avr32/syscallent.h        \
487         linux/avr32/userent.h           \
488         linux/bfin/arch_defs_.h         \
489         linux/bfin/arch_regs.c          \
490         linux/bfin/arch_rt_sigframe.c   \
491         linux/bfin/get_error.c          \
492         linux/bfin/get_scno.c           \
493         linux/bfin/get_syscall_args.c   \
494         linux/bfin/get_syscall_result.c \
495         linux/bfin/ioctls_arch0.h       \
496         linux/bfin/ioctls_inc0.h        \
497         linux/bfin/raw_syscall.h        \
498         linux/bfin/rt_sigframe.h        \
499         linux/bfin/set_error.c          \
500         linux/bfin/set_scno.c           \
501         linux/bfin/syscallent.h         \
502         linux/bfin/userent.h            \
503         linux/dummy.h                   \
504         linux/errnoent.h                \
505         linux/getregs_old.h             \
506         linux/hppa/arch_defs_.h         \
507         linux/hppa/arch_regs.c          \
508         linux/hppa/arch_regs.h          \
509         linux/hppa/arch_rt_sigframe.c   \
510         linux/hppa/errnoent.h           \
511         linux/hppa/get_error.c          \
512         linux/hppa/get_scno.c           \
513         linux/hppa/get_syscall_args.c   \
514         linux/hppa/get_syscall_result.c \
515         linux/hppa/ioctls_arch0.h       \
516         linux/hppa/ioctls_inc0.h        \
517         linux/hppa/raw_syscall.h        \
518         linux/hppa/rt_sigframe.h        \
519         linux/hppa/set_error.c          \
520         linux/hppa/set_scno.c           \
521         linux/hppa/signalent.h          \
522         linux/hppa/syscallent.h         \
523         linux/i386/arch_kvm.c           \
524         linux/i386/arch_defs_.h         \
525         linux/i386/arch_regs.c          \
526         linux/i386/arch_regs.h          \
527         linux/i386/arch_rt_sigframe.c   \
528         linux/i386/arch_sigreturn.c     \
529         linux/i386/get_error.c          \
530         linux/i386/get_scno.c           \
531         linux/i386/get_syscall_args.c   \
532         linux/i386/ioctls_arch0.h       \
533         linux/i386/ioctls_inc0.h        \
534         linux/i386/raw_syscall.h        \
535         linux/i386/rt_sigframe.h        \
536         linux/i386/set_error.c          \
537         linux/i386/set_scno.c           \
538         linux/i386/syscallent.h         \
539         linux/i386/userent.h            \
540         linux/i386/userent0.h           \
541         linux/ia64/arch_defs_.h         \
542         linux/ia64/arch_getrval2.c      \
543         linux/ia64/arch_regs.c          \
544         linux/ia64/arch_regs.h          \
545         linux/ia64/arch_rt_sigframe.c   \
546         linux/ia64/get_error.c          \
547         linux/ia64/get_scno.c           \
548         linux/ia64/get_syscall_args.c   \
549         linux/ia64/ioctls_arch0.h       \
550         linux/ia64/ioctls_inc0.h        \
551         linux/ia64/raw_syscall.h        \
552         linux/ia64/rt_sigframe.h        \
553         linux/ia64/set_error.c          \
554         linux/ia64/set_scno.c           \
555         linux/ia64/syscallent.h         \
556         linux/ia64/userent.h            \
557         linux/inet_diag.h               \
558         linux/m68k/arch_defs_.h         \
559         linux/m68k/arch_regs.c          \
560         linux/m68k/arch_regs.h          \
561         linux/m68k/arch_rt_sigframe.c   \
562         linux/m68k/arch_sigreturn.c     \
563         linux/m68k/get_error.c          \
564         linux/m68k/get_scno.c           \
565         linux/m68k/get_syscall_args.c   \
566         linux/m68k/ioctls_arch0.h       \
567         linux/m68k/ioctls_inc0.h        \
568         linux/m68k/raw_syscall.h        \
569         linux/m68k/rt_sigframe.h        \
570         linux/m68k/set_error.c          \
571         linux/m68k/set_scno.c           \
572         linux/m68k/syscallent.h         \
573         linux/m68k/userent.h            \
574         linux/metag/arch_regs.c         \
575         linux/metag/arch_regs.h         \
576         linux/metag/arch_rt_sigframe.c  \
577         linux/metag/get_error.c         \
578         linux/metag/get_scno.c          \
579         linux/metag/get_syscall_args.c  \
580         linux/metag/ioctls_arch0.h      \
581         linux/metag/ioctls_inc0.h       \
582         linux/metag/raw_syscall.h       \
583         linux/metag/set_error.c         \
584         linux/metag/set_scno.c          \
585         linux/metag/syscallent.h        \
586         linux/microblaze/arch_defs_.h   \
587         linux/microblaze/arch_regs.c    \
588         linux/microblaze/arch_rt_sigframe.c     \
589         linux/microblaze/arch_sigreturn.c       \
590         linux/microblaze/get_error.c    \
591         linux/microblaze/get_scno.c     \
592         linux/microblaze/get_syscall_args.c     \
593         linux/microblaze/get_syscall_result.c   \
594         linux/microblaze/ioctls_arch0.h \
595         linux/microblaze/ioctls_inc0.h  \
596         linux/microblaze/raw_syscall.h  \
597         linux/microblaze/set_error.c    \
598         linux/microblaze/set_scno.c     \
599         linux/microblaze/syscallent.h   \
600         linux/microblaze/userent.h      \
601         linux/mips/arch_defs_.h         \
602         linux/mips/arch_getrval2.c      \
603         linux/mips/arch_regs.c          \
604         linux/mips/arch_regs.h          \
605         linux/mips/arch_rt_sigframe.c   \
606         linux/mips/arch_sigreturn.c     \
607         linux/mips/errnoent.h           \
608         linux/mips/genstub.sh           \
609         linux/mips/get_error.c          \
610         linux/mips/get_scno.c           \
611         linux/mips/get_syscall_args.c   \
612         linux/mips/ioctls_arch0.h       \
613         linux/mips/ioctls_inc0.h        \
614         linux/mips/raw_syscall.h        \
615         linux/mips/rt_sigframe.h        \
616         linux/mips/set_error.c          \
617         linux/mips/set_scno.c           \
618         linux/mips/signalent.h          \
619         linux/mips/syscallent-compat.h  \
620         linux/mips/syscallent-n32.h     \
621         linux/mips/syscallent-n64.h     \
622         linux/mips/syscallent-o32.h     \
623         linux/mips/syscallent.h         \
624         linux/mips/userent.h            \
625         linux/netlink_diag.h            \
626         linux/nios2/arch_defs_.h        \
627         linux/nios2/arch_regs.c         \
628         linux/nios2/arch_regs.h         \
629         linux/nios2/arch_rt_sigframe.c  \
630         linux/nios2/get_error.c         \
631         linux/nios2/get_scno.c          \
632         linux/nios2/get_syscall_args.c  \
633         linux/nios2/ioctls_arch0.h      \
634         linux/nios2/ioctls_inc0.h       \
635         linux/nios2/raw_syscall.h       \
636         linux/nios2/set_error.c         \
637         linux/nios2/set_scno.c          \
638         linux/nios2/syscallent.h        \
639         linux/nr_prefix.c               \
640         linux/or1k/arch_regs.c          \
641         linux/or1k/arch_regs.h          \
642         linux/or1k/arch_rt_sigframe.c   \
643         linux/or1k/get_error.c          \
644         linux/or1k/get_scno.c           \
645         linux/or1k/get_syscall_args.c   \
646         linux/or1k/ioctls_arch0.h       \
647         linux/or1k/ioctls_inc0.h        \
648         linux/or1k/raw_syscall.h        \
649         linux/or1k/set_error.c          \
650         linux/or1k/set_scno.c           \
651         linux/or1k/syscallent.h         \
652         linux/or1k/userent.h            \
653         linux/packet_diag.h             \
654         linux/powerpc/arch_defs_.h      \
655         linux/powerpc/arch_regs.c       \
656         linux/powerpc/arch_regs.h       \
657         linux/powerpc/arch_rt_sigframe.c        \
658         linux/powerpc/arch_sigreturn.c  \
659         linux/powerpc/errnoent.h        \
660         linux/powerpc/get_error.c       \
661         linux/powerpc/get_scno.c        \
662         linux/powerpc/get_syscall_args.c        \
663         linux/powerpc/getregs_old.c     \
664         linux/powerpc/getregs_old.h     \
665         linux/powerpc/ioctls_arch0.h    \
666         linux/powerpc/ioctls_inc0.h     \
667         linux/powerpc/raw_syscall.h     \
668         linux/powerpc/set_error.c       \
669         linux/powerpc/set_scno.c        \
670         linux/powerpc/syscallent.h      \
671         linux/powerpc/userent.h         \
672         linux/powerpc64/arch_defs_.h    \
673         linux/powerpc64/arch_regs.c     \
674         linux/powerpc64/arch_regs.h     \
675         linux/powerpc64/arch_rt_sigframe.c      \
676         linux/powerpc64/arch_sigreturn.c        \
677         linux/powerpc64/errnoent.h      \
678         linux/powerpc64/errnoent1.h     \
679         linux/powerpc64/get_error.c     \
680         linux/powerpc64/get_scno.c      \
681         linux/powerpc64/get_syscall_args.c      \
682         linux/powerpc64/getregs_old.c   \
683         linux/powerpc64/getregs_old.h   \
684         linux/powerpc64/ioctls_arch0.h  \
685         linux/powerpc64/ioctls_arch1.h  \
686         linux/powerpc64/ioctls_inc0.h   \
687         linux/powerpc64/ioctls_inc1.h   \
688         linux/powerpc64/raw_syscall.h   \
689         linux/powerpc64/rt_sigframe.h   \
690         linux/powerpc64/set_error.c     \
691         linux/powerpc64/set_scno.c      \
692         linux/powerpc64/signalent1.h    \
693         linux/powerpc64/syscallent.h    \
694         linux/powerpc64/syscallent1.h   \
695         linux/powerpc64/userent.h       \
696         linux/raw_syscall.h             \
697         linux/riscv/arch_defs_.h        \
698         linux/riscv/arch_regs.c         \
699         linux/riscv/arch_regs.h         \
700         linux/riscv/arch_rt_sigframe.c  \
701         linux/riscv/errnoent1.h         \
702         linux/riscv/get_error.c         \
703         linux/riscv/get_scno.c          \
704         linux/riscv/get_syscall_args.c  \
705         linux/riscv/ioctls_arch0.h      \
706         linux/riscv/ioctls_arch1.h      \
707         linux/riscv/ioctls_inc0.h       \
708         linux/riscv/ioctls_inc1.h       \
709         linux/riscv/raw_syscall.h       \
710         linux/riscv/set_error.c         \
711         linux/riscv/set_scno.c          \
712         linux/riscv/signalent1.h        \
713         linux/riscv/syscallent.h        \
714         linux/riscv/syscallent1.h       \
715         linux/rt_sigframe.h             \
716         linux/s390/arch_defs_.h         \
717         linux/s390/arch_regs.c          \
718         linux/s390/arch_regs.h          \
719         linux/s390/arch_rt_sigframe.c   \
720         linux/s390/arch_sigreturn.c     \
721         linux/s390/get_error.c          \
722         linux/s390/get_scno.c           \
723         linux/s390/get_syscall_args.c   \
724         linux/s390/ioctls_arch0.h       \
725         linux/s390/ioctls_inc0.h        \
726         linux/s390/raw_syscall.h        \
727         linux/s390/rt_sigframe.h        \
728         linux/s390/set_error.c          \
729         linux/s390/set_scno.c           \
730         linux/s390/syscallent.h         \
731         linux/s390/userent.h            \
732         linux/s390/userent0.h           \
733         linux/s390/userent1.h           \
734         linux/s390x/arch_defs_.h        \
735         linux/s390x/arch_regs.c         \
736         linux/s390x/arch_regs.h         \
737         linux/s390x/arch_rt_sigframe.c  \
738         linux/s390x/arch_sigreturn.c    \
739         linux/s390x/errnoent1.h         \
740         linux/s390x/get_error.c         \
741         linux/s390x/get_scno.c          \
742         linux/s390x/get_syscall_args.c  \
743         linux/s390x/ioctls_arch0.h      \
744         linux/s390x/ioctls_arch1.h      \
745         linux/s390x/ioctls_inc0.h       \
746         linux/s390x/ioctls_inc1.h       \
747         linux/s390x/raw_syscall.h       \
748         linux/s390x/rt_sigframe.h       \
749         linux/s390x/set_error.c         \
750         linux/s390x/set_scno.c          \
751         linux/s390x/signalent1.h        \
752         linux/s390x/syscallent.h        \
753         linux/s390x/syscallent1.h       \
754         linux/s390x/userent.h           \
755         linux/sh/arch_defs_.h           \
756         linux/sh/arch_getrval2.c        \
757         linux/sh/arch_regs.c            \
758         linux/sh/arch_rt_sigframe.c     \
759         linux/sh/get_error.c            \
760         linux/sh/get_scno.c             \
761         linux/sh/get_syscall_args.c     \
762         linux/sh/get_syscall_result.c   \
763         linux/sh/ioctls_arch0.h         \
764         linux/sh/ioctls_inc0.h          \
765         linux/sh/raw_syscall.h          \
766         linux/sh/set_error.c            \
767         linux/sh/set_scno.c             \
768         linux/sh/syscallent.h           \
769         linux/sh/userent.h              \
770         linux/sh/userent0.h             \
771         linux/sh64/arch_defs_.h         \
772         linux/sh64/arch_regs.c          \
773         linux/sh64/arch_regs.h          \
774         linux/sh64/arch_rt_sigframe.c   \
775         linux/sh64/get_error.c          \
776         linux/sh64/get_scno.c           \
777         linux/sh64/get_syscall_args.c   \
778         linux/sh64/get_syscall_result.c \
779         linux/sh64/ioctls_arch0.h       \
780         linux/sh64/ioctls_inc0.h        \
781         linux/sh64/raw_syscall.h        \
782         linux/sh64/rt_sigframe.h        \
783         linux/sh64/set_error.c          \
784         linux/sh64/set_scno.c           \
785         linux/sh64/syscallent.h         \
786         linux/sh64/userent.h            \
787         linux/shuffle_scno.c            \
788         linux/signalent.h               \
789         linux/smc_diag.h                \
790         linux/sock_diag.h               \
791         linux/sparc/arch_defs_.h        \
792         linux/sparc/arch_getrval2.c     \
793         linux/sparc/arch_regs.c         \
794         linux/sparc/arch_regs.h         \
795         linux/sparc/arch_rt_sigframe.c  \
796         linux/sparc/arch_sigreturn.c    \
797         linux/sparc/errnoent.h          \
798         linux/sparc/get_error.c         \
799         linux/sparc/get_scno.c          \
800         linux/sparc/get_syscall_args.c  \
801         linux/sparc/ioctls_arch0.h      \
802         linux/sparc/ioctls_inc0.h       \
803         linux/sparc/raw_syscall.h       \
804         linux/sparc/rt_sigframe.h       \
805         linux/sparc/set_error.c         \
806         linux/sparc/set_scno.c          \
807         linux/sparc/signalent.h         \
808         linux/sparc/syscallent.h        \
809         linux/sparc/userent.h           \
810         linux/sparc64/arch_defs_.h      \
811         linux/sparc64/arch_getrval2.c   \
812         linux/sparc64/arch_regs.c       \
813         linux/sparc64/arch_regs.h       \
814         linux/sparc64/arch_rt_sigframe.c        \
815         linux/sparc64/arch_sigreturn.c  \
816         linux/sparc64/errnoent.h        \
817         linux/sparc64/errnoent1.h       \
818         linux/sparc64/get_error.c       \
819         linux/sparc64/get_scno.c        \
820         linux/sparc64/get_syscall_args.c        \
821         linux/sparc64/ioctls_arch0.h    \
822         linux/sparc64/ioctls_arch1.h    \
823         linux/sparc64/ioctls_inc0.h     \
824         linux/sparc64/ioctls_inc1.h     \
825         linux/sparc64/raw_syscall.h     \
826         linux/sparc64/rt_sigframe.h     \
827         linux/sparc64/set_error.c       \
828         linux/sparc64/set_scno.c        \
829         linux/sparc64/signalent.h       \
830         linux/sparc64/signalent1.h      \
831         linux/sparc64/syscallent.h      \
832         linux/sparc64/syscallent1.h     \
833         linux/sparc64/userent.h         \
834         linux/subcall.h                 \
835         linux/syscall.h                 \
836         linux/tile/arch_defs_.h         \
837         linux/tile/arch_regs.c          \
838         linux/tile/arch_regs.h          \
839         linux/tile/arch_rt_sigframe.c   \
840         linux/tile/arch_sigreturn.c     \
841         linux/tile/errnoent1.h          \
842         linux/tile/get_error.c          \
843         linux/tile/get_scno.c           \
844         linux/tile/get_syscall_args.c   \
845         linux/tile/ioctls_arch0.h       \
846         linux/tile/ioctls_arch1.h       \
847         linux/tile/ioctls_inc0.h        \
848         linux/tile/ioctls_inc1.h        \
849         linux/tile/raw_syscall.h        \
850         linux/tile/rt_sigframe.h        \
851         linux/tile/set_error.c          \
852         linux/tile/set_scno.c           \
853         linux/tile/signalent1.h         \
854         linux/tile/syscallent.h         \
855         linux/tile/syscallent1.h        \
856         linux/tile/userent.h            \
857         linux/unix_diag.h               \
858         linux/userent.h                 \
859         linux/userent0.h                \
860         linux/x32/arch_defs_.h          \
861         linux/x32/arch_kvm.c            \
862         linux/x32/arch_regs.c           \
863         linux/x32/arch_regs.h           \
864         linux/x32/arch_rt_sigframe.c    \
865         linux/x32/arch_sigreturn.c      \
866         linux/x32/errnoent1.h           \
867         linux/x32/get_error.c           \
868         linux/x32/get_scno.c            \
869         linux/x32/get_syscall_args.c    \
870         linux/x32/ioctls_arch0.h        \
871         linux/x32/ioctls_arch1.h        \
872         linux/x32/ioctls_inc0.h         \
873         linux/x32/ioctls_inc1.h         \
874         linux/x32/raw_syscall.h         \
875         linux/x32/rt_sigframe.h         \
876         linux/x32/set_error.c           \
877         linux/x32/set_scno.c            \
878         linux/x32/shuffle_scno.c        \
879         linux/x32/signalent1.h          \
880         linux/x32/syscallent.h          \
881         linux/x32/syscallent1.h         \
882         linux/x32/userent.h             \
883         linux/x86_64/arch_defs_.h       \
884         linux/x86_64/arch_kvm.c         \
885         linux/x86_64/arch_regs.c        \
886         linux/x86_64/arch_regs.h        \
887         linux/x86_64/arch_rt_sigframe.c \
888         linux/x86_64/arch_sigreturn.c   \
889         linux/x86_64/errnoent1.h        \
890         linux/x86_64/errnoent2.h        \
891         linux/x86_64/get_error.c        \
892         linux/x86_64/get_scno.c         \
893         linux/x86_64/get_syscall_args.c \
894         linux/x86_64/getregs_old.c      \
895         linux/x86_64/getregs_old.h      \
896         linux/x86_64/ioctls_arch0.h     \
897         linux/x86_64/ioctls_arch1.h     \
898         linux/x86_64/ioctls_arch2.h     \
899         linux/x86_64/ioctls_inc0.h      \
900         linux/x86_64/ioctls_inc1.h      \
901         linux/x86_64/ioctls_inc2.h      \
902         linux/x86_64/raw_syscall.h      \
903         linux/x86_64/rt_sigframe.h      \
904         linux/x86_64/set_error.c        \
905         linux/x86_64/set_scno.c         \
906         linux/x86_64/shuffle_scno.c     \
907         linux/x86_64/signalent1.h       \
908         linux/x86_64/signalent2.h       \
909         linux/x86_64/syscallent.h       \
910         linux/x86_64/syscallent1.h      \
911         linux/x86_64/syscallent2.h      \
912         linux/x86_64/userent.h          \
913         linux/xtensa/arch_regs.c        \
914         linux/xtensa/arch_rt_sigframe.c \
915         linux/xtensa/get_error.c        \
916         linux/xtensa/get_scno.c         \
917         linux/xtensa/get_syscall_args.c \
918         linux/xtensa/get_syscall_result.c       \
919         linux/xtensa/ioctls_arch0.h     \
920         linux/xtensa/ioctls_inc0.h      \
921         linux/xtensa/raw_syscall.h      \
922         linux/xtensa/set_error.c        \
923         linux/xtensa/set_scno.c         \
924         linux/xtensa/syscallent.h       \
925         linux/xtensa/userent.h          \
926         mpers.awk                       \
927         mpers.sh                        \
928         mpers_test.sh                   \
929         mpers_xlat.h                    \
930         scno.head                       \
931         strace-graph                    \
932         strace-log-merge                \
933         strace.spec                     \
934         $(XLAT_INPUT_FILES)             \
935         $(XLAT_HEADER_FILES)            \
936         xlat/gen.sh                     \
937         # end of EXTRA_DIST
938
939 .PHONY: check-valgrind-local
940 check-valgrind-local:
941
942 .PHONY: srpm
943 srpm: dist-xz
944         rpmbuild --define '%_srcrpmdir .' -ts $(distdir).tar.xz
945
946 $(srcdir)/.version:
947         $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@
948
949 strace_SOURCES_c = \
950         $(filter %.c,$(strace_SOURCES)) $(filter %.c,$(libstrace_a_SOURCES))
951
952 sys_func.h: $(patsubst %,$(srcdir)/%,$(strace_SOURCES_c))
953         for f in $^; do \
954                 sed -n 's/^SYS_FUNC(.*/extern &;/p' $$f; \
955         done | sort -u > $@
956
957 syscallent_names = subcall.h syscallent.h syscallent1.h \
958                    syscallent-n32.h syscallent-n64.h syscallent-o32.h
959 syscallent_patterns = $(patsubst %,\%/%,$(syscallent_names))
960 syscallent_files = $(filter $(syscallent_patterns),$(EXTRA_DIST))
961
962 sen.h: $(patsubst %,$(srcdir)/%,$(syscallent_files))
963         for f in $^; do cat -- $$f; done | \
964                 $(srcdir)/generate_sen.sh > $@
965
966 dist-hook:
967         $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
968         ${AM_V_GEN}echo $(COPYRIGHT_YEAR) > $(distdir)/.year
969         ${AM_V_GEN}echo $(MANPAGE_DATE) > $(distdir)/.strace.1.in.date
970
971 today = $(shell date +%Y-%m-%d)
972 version_regexp = $(subst .,\.,$(VERSION))
973 news_check_regexp = 'Noteworthy changes in release $(version_regexp) ($(today))'
974
975 news-check: NEWS
976         $(AM_V_GEN)if head -1 $< |                              \
977           grep -x $(news_check_regexp) >/dev/null; then         \
978                 :;                                              \
979         else                                                    \
980                 echo >&2 '$<: check failed';                    \
981                 exit 1;                                         \
982         fi
983
984 ioctlsort_CC = $(CC_FOR_BUILD)
985 ioctlsort_DEFS = $(DEFS)
986 ioctlsort_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
987 ioctlsort_CPPFLAGS = $(AM_CPPFLAGS_FOR_BUILD) $(CPPFLAGS_FOR_BUILD)
988 ioctlsort_CFLAGS = $(AM_CFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)
989 ioctlsort_LDFLAGS = $(AM_LDFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD)
990
991 ioctls_inc_h = $(wildcard $(srcdir)/$(OS)/$(ARCH)/ioctls_inc*.h)
992 ioctlent_h = $(patsubst $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%,ioctlent%,$(ioctls_inc_h))
993 ioctl_redefs_h = $(filter-out ioctl_redefs0.h,$(subst ioctlent,ioctl_redefs,$(ioctlent_h)))
994
995 ioctl_redefs%.h: ioctlent%.h ioctlent0.h
996         sort $< > $<-t
997         sort ioctlent0.h | comm -23 $<-t - | \
998                 sed -r -n 's/^\{ "([^"]+)", (0x[[:xdigit:]]+) \},$$/#ifdef \1\n# undef \1\n# define \1 \2\n#endif/p' \
999                 > $@-t
1000         rm -f $<-t
1001         mv $@-t $@
1002
1003 ioctlent%.h: ioctlsort%
1004         ./$< > $@
1005
1006 # Need to pick up <linux/ioctl.h> definitions *for host* while compiling
1007 # ioctlsort *for build*, hence this magic.
1008 ioctl_iocdef.i: $(srcdir)/ioctl_iocdef.c
1009         $(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1010                 $(strace_CPPFLAGS) $(CPPFLAGS) $< -o $@
1011
1012 ioctl_iocdef.h: ioctl_iocdef.i
1013         sed -n 's/^DEFINE HOST/#define /p' $< > $@
1014
1015 ioctlsort%$(BUILD_EXEEXT): ioctlsort%.o
1016         $(ioctlsort_CC) $(ioctlsort_CFLAGS) $(ioctlsort_LDFLAGS) $< -o $@
1017
1018 ioctlsort%.o: ioctls_all%.h ioctl_iocdef.h $(srcdir)/ioctlsort.c
1019         $(ioctlsort_CC) $(ioctlsort_DEFS) $(ioctlsort_INCLUDES) $(ioctlsort_CPPFLAGS) $(ioctlsort_CFLAGS) -DIOCTLSORT_INC=\"$<\" -c -o $@ $(srcdir)/ioctlsort.c
1020
1021 ioctls_all%.h: $(srcdir)/$(OS)/$(ARCH)/ioctls_inc%.h $(srcdir)/$(OS)/$(ARCH)/ioctls_arch%.h
1022         cat $^ > $@
1023
1024 BUILT_SOURCES = $(ioctl_redefs_h) $(ioctlent_h) \
1025                 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h .version
1026 CLEANFILES    = $(ioctl_redefs_h) $(ioctlent_h) $(mpers_preproc_files) \
1027                 ioctl_iocdef.h ioctl_iocdef.i \
1028                 native_printer_decls.h native_printer_defs.h printers.h sen.h sys_func.h
1029 DISTCLEANFILES = gnu/stubs-32.h gnu/stubs-x32.h
1030
1031 include scno.am
1032
1033 $(strace_OBJECTS): scno.h
1034
1035 # defines mpers_source_files
1036 include mpers.am
1037 srcdir_mpers_source_files = $(patsubst %,$(srcdir)/%,$(mpers_source_files))
1038 mpers_preproc_files = $(mpers_source_files:.c=.c.mpers.i)
1039
1040 mpers_NAME =
1041 mpers_PREFIX = $(mpers_NAME)_
1042 mpers_DEFS = $(DEFS)
1043 mpers_INCLUDES = $(DEFAULT_INCLUDES) $(INCLUDES)
1044 mpers_CPPFLAGS = $(strace_CPPFLAGS) $(CPPFLAGS)
1045 mpers_sh_opts = $(mpers_DEFS) $(mpers_INCLUDES) $(mpers_CPPFLAGS)
1046 libmpers_CPPFLAGS = $(strace_CPPFLAGS) -DIN_MPERS
1047 libmpers_CFLAGS = $(strace_CFLAGS)
1048
1049 # mpers targets
1050
1051 mpers-m%.stamp: $(srcdir_mpers_source_files) | printers.h
1052         for f in $^; do \
1053                 READELF="$(READELF)" \
1054                 CC="$(CC)" \
1055                 CFLAGS="$(mpers_sh_opts) -DMPERS_IS_$(mpers_NAME)" \
1056                 CPP="$(CPP)" \
1057                 CPPFLAGS="$(mpers_sh_opts) -DIN_MPERS -DMPERS_IS_$(mpers_NAME)" \
1058                 $(srcdir)/mpers.sh $(mpers_NAME) $(mpers_CC_FLAGS) $$f || exit; \
1059         done
1060         > $@
1061
1062 m%_type_defs.h: $(srcdir_mpers_source_files)
1063         for f in $^; do \
1064                 sed -r -n 's/^#[[:space:]]*include DEF_MPERS_TYPE\(([^)]+)\)/#ifdef MPERS_$(mpers_PREFIX)\1\n# define \1 MPERS_$(mpers_PREFIX)\1\n#endif/p' $$f || exit; \
1065         done > $@-t
1066         echo '#undef MPERS_PRINTER_NAME' >> $@-t
1067         echo '#define MPERS_PRINTER_NAME(printer_name) printer_name' >> $@-t
1068         echo '#include "$(mpers_PREFIX)printer_decls.h"' >> $@-t
1069         echo '#include MPERS_$(mpers_PREFIX)IOCTL_MACROS' >> $@-t
1070         mv $@-t $@
1071
1072 m%_funcs.h: $(srcdir_mpers_source_files)
1073         for f in $^; do \
1074                 sed -r -n 's/^SYS_FUNC\(([^)]+)\)/#undef sys_\1\n#define sys_\1 $(mpers_PREFIX)sys_\1/p' $$f || exit; \
1075         done > $@-t && \
1076         echo '#include "sys_func.h"' >> $@-t
1077         mv $@-t $@
1078
1079 # printers
1080
1081 %.c.mpers.i: $(srcdir)/%.c
1082         $(CPP) -P $(mpers_sh_opts) -DIN_MPERS_BOOTSTRAP $< -o $@
1083
1084 mpers_printer_decl_pattern = ^MPERS_PRINTER_DECL\(([^,)]+),[[:space:]]*([^,)]+),[[:space:]]*([^)]+)\)$$
1085
1086 printers.h: $(mpers_preproc_files)
1087         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
1088         echo 'typedef struct {' >> $@-t
1089         for f in $^; do \
1090                 sed -r -n 's/$(mpers_printer_decl_pattern)/ \1 (*\2)(\3);\n#define \2 MPERS_PRINTER_NAME(\2)\n/p' $$f \
1091                 || exit; \
1092         done >> $@-t
1093         echo '} struct_printers;' >> $@-t
1094         echo 'extern const struct_printers *printers;' >> $@-t
1095         echo '#define MPERS_PRINTER_NAME(printer_name) printers->printer_name' >> $@-t
1096         mv $@-t $@
1097
1098 %_printer_decls.h: $(mpers_preproc_files)
1099         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
1100         for f in $^; do \
1101                 sed -r -n 's/$(mpers_printer_decl_pattern)/extern \1 $(mpers_PREFIX)\2(\3);/p' $$f \
1102                 || exit; \
1103         done >> $@-t
1104         mv $@-t $@
1105
1106 %_printer_defs.h: $(mpers_preproc_files)
1107         echo '/* Generated by Makefile from $^; do not edit. */' > $@-t
1108         for f in $^; do \
1109                 sed -r -n 's/$(mpers_printer_decl_pattern)/.\2 = $(mpers_PREFIX)\2,/p' $$f \
1110                 || exit; \
1111         done >> $@-t
1112         mv $@-t $@
1113
1114 native_printer_decls.h native_printer_defs.h: mpers_PREFIX =
1115
1116 if HAVE_M32_MPERS
1117
1118 strace_LDADD += libmpers-m32.a
1119 noinst_LIBRARIES += libmpers-m32.a
1120 libmpers_m32_a_SOURCES = $(mpers_source_files)
1121 libmpers_m32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_m32 -I$(builddir)/mpers-m32
1122 libmpers_m32_a_CFLAGS = $(libmpers_CFLAGS)
1123 mpers_m32_targets = mpers-m32.stamp m32_type_defs.h m32_funcs.h m32_printer_decls.h m32_printer_defs.h
1124
1125 BUILT_SOURCES += $(mpers_m32_targets)
1126 CLEANFILES    += $(mpers_m32_targets)
1127
1128 $(mpers_m32_targets): mpers_NAME = m32
1129 $(mpers_m32_targets): mpers_CC_FLAGS = @cc_flags_m32@
1130
1131 endif # HAVE_M32_MPERS
1132
1133 if HAVE_MX32_MPERS
1134
1135 strace_LDADD += libmpers-mx32.a
1136 noinst_LIBRARIES += libmpers-mx32.a
1137 libmpers_mx32_a_SOURCES = $(mpers_source_files)
1138 libmpers_mx32_a_CPPFLAGS = $(libmpers_CPPFLAGS) -DMPERS_IS_mx32 -I$(builddir)/mpers-mx32
1139 libmpers_mx32_a_CFLAGS = $(libmpers_CFLAGS)
1140 mpers_mx32_targets = mpers-mx32.stamp mx32_type_defs.h mx32_funcs.h mx32_printer_decls.h mx32_printer_defs.h
1141
1142 BUILT_SOURCES += $(mpers_mx32_targets)
1143 CLEANFILES    += $(mpers_mx32_targets)
1144
1145 $(mpers_mx32_targets): mpers_NAME = mx32
1146 $(mpers_mx32_targets): mpers_CC_FLAGS = @cc_flags_mx32@
1147
1148 endif # HAVE_MX32_MPERS
1149
1150 clean-local:
1151         -rm -rf mpers-m32 mpers-mx32
1152
1153 if MAINTAINER_MODE
1154
1155 gen_changelog_start_date = 2009-07-08 20:00
1156 $(srcdir)/ChangeLog: $(srcdir)/gitlog-to-changelog $(srcdir)/Makefile.in \
1157                      $(srcdir)/.version
1158         @rm -f $@.new
1159         (cd $(srcdir); \
1160          ./gitlog-to-changelog --append-dot \
1161            --since='$(gen_changelog_start_date)'; \
1162          echo; echo; echo 'See ChangeLog-CVS for older changes.' \
1163         ) > $@.new
1164         chmod 444 $@.new
1165         mv -f $@.new $@
1166
1167 $(srcdir)/CREDITS: $(srcdir)/CREDITS.in $(srcdir)/.mailmap \
1168                    $(srcdir)/Makefile.in $(srcdir)/.version
1169         $(AM_V_GEN)                                                     \
1170         (                                                               \
1171           cd $(srcdir);                                                 \
1172           sed '/^##/,$$d' CREDITS.in;                                   \
1173           sed -n '1,/^##>/d; s/   */\t/; s/^./&/p' CREDITS.in           \
1174             | maint/gen-contributors-list.sh - -e HEAD --initial        \
1175             | sed 's/\t/ /g; s/^/\t/'                                   \
1176         ) > $@-t && mv $@-t $@
1177
1178 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
1179
1180 endif