Makefile.am revision ecb2e82fe81684fc10876db6b73de8cefad06d9a
1noinst_LTLIBRARIES = \
2	../libcpu.la
3
4___libcpu_la_SOURCES = \
5	plt.c \
6	regs.c \
7	trace.c \
8	fetch.c
9
10noinst_HEADERS = \
11	arch.h \
12	ptrace.h \
13	signalent1.h \
14	signalent.h \
15	syscallent1.h \
16	syscallent.h \
17	syscalls31.h \
18	syscalls64.h
19
20MAINTAINERCLEANFILES = \
21	Makefile.in
22