allow #include directives to use module name
[fw/openocd] / src / flash / nor / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/src \
3         -I$(top_srcdir)/src/helper \
4         -I$(top_srcdir)/src/jtag \
5         -I$(top_srcdir)/src/flash \
6         -I$(top_srcdir)/src/target
7
8 noinst_LTLIBRARIES = libocdflashnor.la
9 libocdflashnor_la_SOURCES = \
10         aduc702x.c \
11         at91sam3.c \
12         at91sam7.c \
13         avrf.c \
14         cfi.c \
15         ecos.c \
16         faux.c \
17         lpc2000.c \
18         lpc288x.c \
19         lpc2900.c \
20         non_cfi.c \
21         ocl.c \
22         pic32mx.c \
23         stellaris.c \
24         stm32x.c \
25         str7x.c \
26         str9x.c \
27         str9xpec.c \
28         tms470.c
29
30 noinst_HEADERS = \
31         at91sam7.h \
32         at91sam3.h \
33         avrf.h \
34         cfi.h \
35         lpc2000.h \
36         lpc288x.h \
37         non_cfi.h \
38         ocl.h \
39         pic32mx.h \
40         stellaris.h \
41         stm32x.h \
42         str7x.h \
43         str9x.h \
44         str9xpec.h \
45         tms470.h
46
47 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in