aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/m68k
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-03 20:24:13 +0100
committerJoe Damato <ice799@gmail.com>2010-11-28 20:07:58 -0800
commit584929c4409d55c3483caca7bdf6ba85f5b20f14 (patch)
tree087b714d6be4a13236017c9f54a471f7595c553b /sysdeps/linux-gnu/m68k
parent747c73d5b7d66d312a1b1a293e67f9ddf2f17d93 (diff)
downloadltrace-584929c4409d55c3483caca7bdf6ba85f5b20f14.tar.gz
autotoolization: add basic autotools infrastructure
This patch add a basic autotools infrastructure to ltrace. Native compilation on i386, x86_64 and ppc. Cross compilation has been tested against arm. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'sysdeps/linux-gnu/m68k')
-rw-r--r--sysdeps/linux-gnu/m68k/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysdeps/linux-gnu/m68k/Makefile.am b/sysdeps/linux-gnu/m68k/Makefile.am
new file mode 100644
index 0000000..a79d2f7
--- /dev/null
+++ b/sysdeps/linux-gnu/m68k/Makefile.am
@@ -0,0 +1,16 @@
+noinst_LTLIBRARIES = \
+ ../libcpu.la
+
+___libcpu_la_SOURCES = \
+ plt.c \
+ regs.c \
+ trace.c
+
+noinst_HEADERS = \
+ arch.h \
+ ptrace.h \
+ signalent.h \
+ syscallent.h
+
+MAINTAINERCLEANFILES = \
+ Makefile.in