NEWS: mention switch to git!
[openocd.git] / src / flash / Makefile.am
blobd448197a978d80b925d19a64edf4d322042917d6
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/src/helper \
3         -I$(top_srcdir)/src/jtag \
4         -I$(top_srcdir)/src/target
6 METASOURCES = AUTO
7 noinst_LTLIBRARIES = libflash.la
8 libflash_la_SOURCES = \
9         arm_nandio.c \
10         flash.c \
11         lpc2000.c \
12         lpc288x.c \
13         lpc2900.c \
14         cfi.c \
15         non_cfi.c \
16         at91sam7.c \
17         at91sam3.c \
18         davinci_nand.c \
19         str7x.c \
20         str9x.c \
21         aduc702x.c \
22         nand.c \
23         nand_ecc.c \
24         nand_ecc_kw.c \
25         lpc3180_nand_controller.c \
26         stellaris.c \
27         str9xpec.c \
28         stm32x.c \
29         tms470.c \
30         ecos.c \
31         orion_nand.c \
32         s3c24xx_nand.c \
33         s3c2410_nand.c \
34         s3c2412_nand.c \
35         s3c2440_nand.c \
36         s3c2443_nand.c \
37         ocl.c \
38         mflash.c \
39         pic32mx.c \
40         avrf.c \
41         faux.c \
42         mx3_nand.c
44 noinst_HEADERS = \
45         arm_nandio.h \
46         flash.h \
47         lpc2000.h \
48         lpc288x.h \
49         lpc2900.h \
50         cfi.h \
51         non_cfi.h \
52         at91sam7.h \
53         at91sam3.h \
54         str7x.h \
55         str9x.h \
56         nand.h \
57         lpc3180_nand_controller.h \
58         stellaris.h \
59         str9xpec.h \
60         stm32x.h \
61         tms470.h \
62         s3c24xx_nand.h \
63         s3c24xx_regs_nand.h \
64         mflash.h \
65         ocl.h \
66         pic32mx.h \
67         avrf.h \
68         mx3_nand.h
70 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in