]> git.sur5r.net Git - openocd/blob - src/target/Makefile.am
Update autotools scripts to require automake 1.6. The configure.in script
[openocd] / src / target / Makefile.am
1
2 if OOCD_TRACE
3 OOCD_TRACE_FILES = oocd_trace.c
4 else
5 OOCD_TRACE_FILES =
6 endif
7
8 AM_CPPFLAGS = \
9         -I$(top_srcdir)/src/helper \
10         -I$(top_srcdir)/src/jtag \
11         -I$(top_srcdir)/src/xsvf
12
13 METASOURCES = AUTO
14 noinst_LIBRARIES = libtarget.a
15 libtarget_a_SOURCES = target.c register.c breakpoints.c armv4_5.c embeddedice.c etm.c arm7tdmi.c arm9tdmi.c \
16         arm_jtag.c arm7_9_common.c algorithm.c arm920t.c arm720t.c armv4_5_mmu.c armv4_5_cache.c arm_disassembler.c \
17         arm966e.c arm926ejs.c feroceon.c etb.c xscale.c arm_simulator.c image.c armv7m.c cortex_m3.c arm_adi_v5.c \
18         etm_dummy.c $(OOCD_TRACE_FILES) target_request.c trace.c arm11.c arm11_dbgtap.c mips32.c mips_m4k.c \
19         mips32_pracc.c mips32_dmaacc.c mips_ejtag.c avrt.c
20 noinst_HEADERS = target.h trace.h register.h armv4_5.h embeddedice.h etm.h arm7tdmi.h arm9tdmi.h \
21         arm_jtag.h arm7_9_common.h arm920t.h arm720t.h armv4_5_mmu.h armv4_5_cache.h breakpoints.h algorithm.h \
22         arm_disassembler.h arm966e.h arm926ejs.h etb.h xscale.h arm_simulator.h image.h armv7m.h cortex_m3.h arm_adi_v5.h \
23         etm_dummy.h oocd_trace.h target_request.h trace.h arm11.h mips32.h mips_m4k.h mips_ejtag.h mips32_pracc.h mips32_dmaacc.h avrt.h
24
25 nobase_dist_pkglib_DATA =
26 nobase_dist_pkglib_DATA += xscale/debug_handler.bin 
27 nobase_dist_pkglib_DATA += ecos/at91eb40a.elf
28 # Various chip targets
29 nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/target/*.cfg)
30 # Various jtag interfaces
31 nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/interface/*.cfg)
32 # Various preconfigured boards
33 nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/board/*.cfg)
34
35 # test files
36 nobase_dist_pkglib_DATA += $(wildcard $(srcdir)/test/*.cfg)
37
38 MAINTAINERCLEANFILES = Makefile.in