source: rtems/c/src/lib/libcpu/arm/Makefile.am @ c499856

4.115
Last change on this file since c499856 was d31c6d3, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:51:08

Remove CVS-Ids.

  • Property mode set to 100644
File size: 5.6 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3include $(top_srcdir)/../../../automake/compile.am
4
5EXTRA_DIST =
6
7noinst_PROGRAMS =
8
9include_bspdir = $(includedir)/bsp
10include_libcpudir = $(includedir)/libcpu
11
12include_bsp_HEADERS =
13include_libcpu_HEADERS =
14
15## shared/include
16if shared
17
18include_libcpu_HEADERS += shared/include/mmu.h
19include_libcpu_HEADERS += shared/include/arm-cp15.h
20
21## shared/arm920
22noinst_PROGRAMS += shared/arm920.rel
23shared_arm920_rel_SOURCES = shared/arm920/mmu.c
24shared_arm920_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/shared/src
25shared_arm920_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
26endif
27
28if pxa255
29include_HEADERS = pxa255/include/pxa255.h pxa255/include/ffuart.h
30
31## pxa255/clock
32noinst_PROGRAMS += pxa255/clock.rel
33pxa255_clock_rel_SOURCES = pxa255/clock/clock.c
34pxa255_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
35pxa255_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
36
37## pxa255/timer
38noinst_PROGRAMS += pxa255/timer.rel
39pxa255_timer_rel_SOURCES = pxa255/timer/timer.c
40pxa255_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
41pxa255_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
42
43## pxa255/ffuart
44noinst_PROGRAMS += pxa255/ffuart.rel
45pxa255_ffuart_rel_SOURCES = pxa255/ffuart/ffuart.c
46pxa255_ffuart_rel_CPPFLAGS = $(AM_CPPFLAGS)
47pxa255_ffuart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
48
49## pxa255/pmc
50noinst_PROGRAMS += pxa255/pmc.rel
51pxa255_pmc_rel_SOURCES = pxa255/pmc/pmc.c
52pxa255_pmc_rel_CPPFLAGS = $(AM_CPPFLAGS)
53pxa255_pmc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
54
55## pxa255/interrupt
56include_bsp_HEADERS += pxa255/irq/irq.h
57noinst_PROGRAMS += pxa255/irq.rel
58pxa255_irq_rel_SOURCES = pxa255/irq/irq.c \
59    pxa255/irq/irq.h
60pxa255_irq_rel_CPPFLAGS = $(AM_CPPFLAGS)
61pxa255_irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
62endif
63
64if at91rm9200
65include_HEADERS = at91rm9200/include/at91rm9200.h at91rm9200/include/at91rm9200_dbgu.h \
66    at91rm9200/include/at91rm9200_emac.h at91rm9200/include/at91rm9200_gpio.h \
67    at91rm9200/include/at91rm9200_mem.h at91rm9200/include/at91rm9200_pmc.h \
68    at91rm9200/include/bits.h at91rm9200/include/at91rm9200_usart.h
69
70## at91rm9200/clock
71noinst_PROGRAMS += at91rm9200/clock.rel
72at91rm9200_clock_rel_SOURCES = at91rm9200/clock/clock.c
73at91rm9200_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
74at91rm9200_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
75
76## at91rm9200/dbgu
77noinst_PROGRAMS += at91rm9200/dbgu.rel
78at91rm9200_dbgu_rel_SOURCES = at91rm9200/dbgu/dbgu.c
79at91rm9200_dbgu_rel_CPPFLAGS = $(AM_CPPFLAGS)
80at91rm9200_dbgu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
81
82## at91rm9200/usart
83noinst_PROGRAMS += at91rm9200/usart.rel
84at91rm9200_usart_rel_SOURCES = at91rm9200/usart/usart.c
85at91rm9200_usart_rel_CPPFLAGS = $(AM_CPPFLAGS)
86at91rm9200_usart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
87
88## at91rm9200/timer
89noinst_PROGRAMS += at91rm9200/timer.rel
90at91rm9200_timer_rel_SOURCES = at91rm9200/timer/timer.c
91at91rm9200_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
92at91rm9200_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
93
94## at91rm9200/pmc
95noinst_PROGRAMS += at91rm9200/pmc.rel
96at91rm9200_pmc_rel_SOURCES = at91rm9200/pmc/pmc.c
97at91rm9200_pmc_rel_CPPFLAGS = $(AM_CPPFLAGS)
98at91rm9200_pmc_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
99
100## at91rm9200/interrupt
101include_bsp_HEADERS += at91rm9200/irq/irq.h
102
103noinst_PROGRAMS += at91rm9200/irq.rel
104at91rm9200_irq_rel_SOURCES = at91rm9200/irq/irq.c \
105    at91rm9200/irq/irq.h
106at91rm9200_irq_rel_CPPFLAGS = $(AM_CPPFLAGS)
107at91rm9200_irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
108endif
109
110if mc9328mxl
111include_HEADERS = mc9328mxl/include/mc9328mxl.h
112
113## mc9328mxl/clock
114noinst_PROGRAMS += mc9328mxl/clock.rel
115mc9328mxl_clock_rel_SOURCES = mc9328mxl/clock/clockdrv.c
116mc9328mxl_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
117mc9328mxl_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
118
119## mc9328mxl/timer
120noinst_PROGRAMS += mc9328mxl/timer.rel
121mc9328mxl_timer_rel_SOURCES = mc9328mxl/timer/timer.c
122mc9328mxl_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
123mc9328mxl_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
124
125## mc9328mxl/interrupt
126include_bsp_HEADERS += mc9328mxl/irq/irq.h
127
128noinst_PROGRAMS += mc9328mxl/irq.rel
129mc9328mxl_irq_rel_SOURCES = mc9328mxl/irq/irq.c \
130    mc9328mxl/irq/irq.h
131mc9328mxl_irq_rel_CPPFLAGS = $(AM_CPPFLAGS)
132mc9328mxl_irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
133endif
134
135if s3c24xx
136include_HEADERS = s3c24xx/include/s3c24xx.h s3c24xx/include/s3c2400.h s3c24xx/include/s3c2410.h
137
138## s3c24xx/clock
139noinst_PROGRAMS += s3c24xx/clock.rel
140s3c24xx_clock_rel_SOURCES = s3c24xx/clock/clockdrv.c s3c24xx/clock/support.c
141s3c24xx_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
142s3c24xx_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
143
144## s3c24xx/timer
145noinst_PROGRAMS += s3c24xx/timer.rel
146s3c24xx_timer_rel_SOURCES = s3c24xx/timer/timer.c
147s3c24xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
148s3c24xx_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
149
150## s3c24xx/interrupt
151include_bsp_HEADERS += s3c24xx/irq/irq.h
152
153noinst_PROGRAMS += s3c24xx/irq.rel
154s3c24xx_irq_rel_SOURCES = s3c24xx/irq/irq.c \
155    s3c24xx/irq/irq.h
156s3c24xx_irq_rel_CPPFLAGS = $(AM_CPPFLAGS)
157s3c24xx_irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
158endif
159
160if lpc22xx
161include_HEADERS = lpc22xx/include/lpc22xx.h
162
163## lpc22xx/clock
164noinst_PROGRAMS += lpc22xx/clock.rel
165lpc22xx_clock_rel_SOURCES = lpc22xx/clock/clockdrv.c
166lpc22xx_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
167lpc22xx_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
168
169## lpc22xx/timer
170noinst_PROGRAMS += lpc22xx/timer.rel
171lpc22xx_timer_rel_SOURCES = lpc22xx/timer/timer.c
172lpc22xx_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
173lpc22xx_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
174
175## lpc22xx/interrupt
176include_bsp_HEADERS += lpc22xx/irq/irq.h
177
178noinst_PROGRAMS += lpc22xx/irq.rel
179lpc22xx_irq_rel_SOURCES = lpc22xx/irq/irq.c \
180    lpc22xx/irq/irq.h
181lpc22xx_irq_rel_CPPFLAGS = $(AM_CPPFLAGS)
182lpc22xx_irq_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
183endif
184
185include $(srcdir)/preinstall.am
186include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.