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

4.104.114.84.95
Last change on this file since f4392b88 was fc1a3ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:12:31

Remove all-local:.

  • Property mode set to 100644
File size: 932 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7noinst_PROGRAMS =
8
9include $(top_srcdir)/../../../automake/compile.am
10
11include_libcpudir = $(includedir)/libcpu
12
13include_libcpu_HEADERS = cpu.h cpuModel.h
14include_libcpu_HEADERS += ../shared/include/cache.h
15include_libcpu_HEADERS += byteorder.h
16
17noinst_PROGRAMS += cache.rel
18cache_rel_SOURCES = cache.c cache_.h ../shared/src/cache_aligned_malloc.c \
19    ../shared/src/cache_manager.c ../shared/include/cache.h
20cache_rel_CPPFLAGS = $(AM_CPPFLAGS)
21cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
22
23noinst_PROGRAMS += score.rel
24score_rel_SOURCES = displayCpu.c cpuModel.S cpuModel.h idtr.S cpu.h
25score_rel_CPPFLAGS = $(AM_CPPFLAGS)
26score_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
27
28noinst_PROGRAMS += page.rel
29page_rel_SOURCES = page.c cpu.h
30page_rel_CPPFLAGS = $(AM_CPPFLAGS)
31page_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
32
33include $(srcdir)/preinstall.am
34include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.