source: rtems/c/src/lib/libcpu/i386/Makefile.am @ 8e25311

4.115
Last change on this file since 8e25311 was 8f739916, 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: 917 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3noinst_PROGRAMS =
4
5include $(top_srcdir)/../../../automake/compile.am
6
7include_libcpudir = $(includedir)/libcpu
8
9include_libcpu_HEADERS = cpu.h cpuModel.h
10include_libcpu_HEADERS += ../shared/include/cache.h
11include_libcpu_HEADERS += byteorder.h
12
13noinst_PROGRAMS += cache.rel
14cache_rel_SOURCES = cache.c cache_.h ../shared/src/cache_aligned_malloc.c \
15    ../shared/src/cache_manager.c ../shared/include/cache.h
16cache_rel_CPPFLAGS = $(AM_CPPFLAGS)
17cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
18
19noinst_PROGRAMS += score.rel
20score_rel_SOURCES = displayCpu.c cpuModel.S cpuModel.h idtr.S cpu.h
21score_rel_CPPFLAGS = $(AM_CPPFLAGS)
22score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
23
24noinst_PROGRAMS += page.rel
25page_rel_SOURCES = page.c cpu.h
26page_rel_CPPFLAGS = $(AM_CPPFLAGS)
27page_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
28
29include $(srcdir)/preinstall.am
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.