blob: 3a10886b8c4a9f030c79729f37212c7a213fd4c1 [file] [log] [blame]
Roland McGrath6d2b3492002-12-30 00:51:30 +00001# Automake input for strace.
2
3bin_PROGRAMS = strace
4man_MANS = strace.1
Roland McGrathd97b2072002-12-30 10:45:58 +00005bin_SCRIPTS = strace-graph
Roland McGrath6d2b3492002-12-30 00:51:30 +00006
7# OS is one of `linux', `sunos4', `svr4', or `freebsd'.
8OS = @opsys@
9# ARCH is `i386', `m68k', `sparc', etc.
10ARCH = @arch@
Roland McGrath6d2b3492002-12-30 00:51:30 +000011
Roland McGrath44f24c72003-01-09 06:53:25 +000012AM_CFLAGS = $(WARNFLAGS)
Roland McGrath6d2b3492002-12-30 00:51:30 +000013INCLUDES = -I$(OS)/$(ARCH) -I$(srcdir)/$(OS)/$(ARCH) -I$(OS) -I$(srcdir)/$(OS)
14
Roland McGrath9c9a2532003-02-20 02:56:29 +000015strace_SOURCES = strace.c syscall.c util.c desc.c file.c ipc.c \
Roland McGrath6d2b3492002-12-30 00:51:30 +000016 io.c ioctl.c mem.c net.c process.c bjm.c \
17 resource.c signal.c sock.c system.c term.c time.c \
18 proc.c stream.c
Roland McGrath2746edd2002-12-30 09:13:08 +000019noinst_HEADERS = defs.h
Roland McGrath6d2b3492002-12-30 00:51:30 +000020
Roland McGrath80964aa2002-12-30 01:11:08 +000021EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
Roland McGrath44f24c72003-01-09 06:53:25 +000022 debian/changelog debian/control debian/copyright debian/rules \
23 strace.spec \
Roland McGrathd97b2072002-12-30 10:45:58 +000024 strace-graph COPYRIGHT CREDITS PORTING \
25 README-CVS README-freebsd README-linux README-sunos4 README-svr4 \
26 linux/ioctlsort.c linux/ioctlent.sh \
Roland McGrath80964aa2002-12-30 01:11:08 +000027 linux/ioctlent.h linux/errnoent.h linux/signalent.h \
28 linux/syscall.h linux/syscallent.h linux/dummy.h \
Roland McGrath2746edd2002-12-30 09:13:08 +000029 linux/alpha/errnoent.h linux/alpha/ioctlent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000030 linux/alpha/signalent.h linux/alpha/syscallent.h \
Roland McGrathcdb24732005-12-02 04:27:47 +000031 linux/arm/syscallent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000032 linux/hppa/errnoent.h linux/hppa/ioctlent.h \
33 linux/hppa/signalent.h linux/hppa/syscallent.h \
34 linux/ia64/syscallent.h linux/ia64/errnoent.h \
35 linux/ia64/ioctlent.h linux/ia64/signalent.h \
Roland McGrathcdb24732005-12-02 04:27:47 +000036 linux/m68k/syscallent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000037 linux/mips/ioctlent.sh linux/mips/errnoent.h \
Roland McGrath2746edd2002-12-30 09:13:08 +000038 linux/mips/ioctlent.h linux/mips/signalent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000039 linux/mips/syscallent.h \
40 linux/powerpc/syscallent.h \
Roland McGrath2746edd2002-12-30 09:13:08 +000041 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000042 linux/powerpc/signalent.h \
43 linux/s390/errnoent.h linux/s390/ioctlent.h \
44 linux/s390/signalent.h linux/s390/syscallent.h \
45 linux/s390x/errnoent.h linux/s390x/ioctlent.h \
46 linux/s390x/signalent.h linux/s390x/syscallent.h \
Roland McGrathac971c22003-03-31 01:03:33 +000047 linux/sh/syscallent.h linux/sh/errnoent.h \
48 linux/sh/ioctlent.h linux/sh/signalent.h \
Roland McGrath66177292004-07-12 07:27:23 +000049 linux/sh64/syscallent.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000050 linux/sparc/dummy2.h \
Roland McGrath2746edd2002-12-30 09:13:08 +000051 linux/sparc/errnoent.h linux/sparc/errnoent1.h \
52 linux/sparc/ioctlent.h linux/sparc/ioctlent1.h \
53 linux/sparc/signalent.h linux/sparc/signalent1.h \
54 linux/sparc/syscall.h linux/sparc/syscall1.h \
55 linux/sparc/syscallent.h linux/sparc/syscallent1.h \
Roland McGrathd97b2072002-12-30 10:45:58 +000056 linux/sparc/gen.pl linux/sparc/syscall.h.2 \
Roland McGrath0165e772004-07-12 07:53:59 +000057 linux/sparc64/dummy2.h linux/sparc64/errnoent.h \
58 linux/sparc64/errnoent1.h linux/sparc64/errnoent2.h \
59 linux/sparc64/ioctlent.h linux/sparc64/ioctlent1.h \
60 linux/sparc64/ioctlent2.h linux/sparc64/signalent.h \
61 linux/sparc64/signalent1.h linux/sparc64/signalent2.h \
62 linux/sparc64/syscall.h linux/sparc64/syscall1.h \
63 linux/sparc64/syscallent.h linux/sparc64/syscallent1.h \
64 linux/sparc64/syscallent2.h \
Roland McGrath2746edd2002-12-30 09:13:08 +000065 linux/x86_64/syscallent.h linux/x86_64/gentab.pl \
Roland McGrath7daaace2002-12-30 09:33:20 +000066 linux/x86_64/errnoent1.h linux/x86_64/ioctlent1.h \
67 linux/x86_64/signalent1.h linux/x86_64/syscallent1.h \
Roland McGrath80964aa2002-12-30 01:11:08 +000068 freebsd/ioctlent.sh \
69 freebsd/syscalls.cat freebsd/syscalls.pl freebsd/syscalls.print \
Roland McGrath2746edd2002-12-30 09:13:08 +000070 freebsd/i386/errnoent.h freebsd/i386/ioctlent.h \
71 freebsd/i386/signalent.h \
72 freebsd/i386/syscall.h freebsd/i386/syscallent.h \
Roland McGrath80964aa2002-12-30 01:11:08 +000073 sunos4/dummy.h sunos4/errnoent.h \
74 sunos4/ioctlent.h sunos4/ioctlent.sh sunos4/signalent.h \
75 sunos4/syscall.h sunos4/syscallent.h \
76 svr4/dummy.h svr4/errnoent.h svr4/ioctlent.h svr4/ioctlent.sh \
Roland McGrath5a862ff2006-04-25 07:33:20 +000077 svr4/signalent.h svr4/syscall.h svr4/syscallent.h \
78 xlate.el
Roland McGrathbc44e402004-07-12 05:45:08 +000079
80if MAINTAINER_MODE
81if LINUX
82
83IOCTLDIR = /usr/include
Roland McGrathadc2b302004-07-12 06:11:03 +000084IOCTLASM = asm
Roland McGrathbc44e402004-07-12 05:45:08 +000085
86if I386
87ioctlent_h = linux/ioctlent.h
88else
89ioctlent_h = linux/$(ARCH)/ioctlent.h
90endif
91
92BUILT_SOURCES = $(ioctlent_h)
93
94$(srcdir)/$(ioctlent_h): ioctlsort
95 $(<D)/$(<F) > $@
96ioctlsort: $(srcdir)/linux/ioctlsort.c ioctls.h ioctldefs.h
Roland McGrathadc2b302004-07-12 06:11:03 +000097 $(filter-out -I%,$(LINK.c)) -I. -I$(IOCTLDIR) $(filter -I%,$(LINK.c)) \
98 -o $@ $<
Roland McGrathbc44e402004-07-12 05:45:08 +000099ioctls.h: $(srcdir)/linux/ioctlent.sh
Roland McGrathadc2b302004-07-12 06:11:03 +0000100 $(SHELL) $< $(IOCTLDIR) $(IOCTLASM)
Roland McGrathbc44e402004-07-12 05:45:08 +0000101ioctldefs.h: ioctls.h ;
102
103endif
104endif