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