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