4.104.114.84.95
Last change
on this file since a914e3f was
a914e3f,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/19/02 at 04:59:01
|
2002-12-19 Ralf Corsepius <corsepiu@…>
- Makefile.am: Don't include @RTEMS_BSP@.cfg.
Eliminate *_O_FILES.
- configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I ../../../../../aclocal |
---|
6 | |
---|
7 | VPATH = @srcdir@:@srcdir@/../shared/src |
---|
8 | |
---|
9 | C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c page.c |
---|
10 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
11 | |
---|
12 | include_libcpudir = $(includedir)/libcpu |
---|
13 | |
---|
14 | noinst_HEADERS = cache_.h |
---|
15 | include_libcpu_HEADERS = cpu.h cpuModel.h cache.h |
---|
16 | |
---|
17 | S_FILES = cpuModel.S idtr.S |
---|
18 | OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) |
---|
19 | |
---|
20 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
21 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
22 | |
---|
23 | AM_CPPFLAGS += -I$(srcdir) |
---|
24 | |
---|
25 | $(PROJECT_INCLUDE)/libcpu: |
---|
26 | $(mkinstalldirs) $@ |
---|
27 | |
---|
28 | $(PROJECT_INCLUDE)/libcpu/%.h: %.h |
---|
29 | $(INSTALL_DATA) $< $@ |
---|
30 | |
---|
31 | cache.h: $(top_srcdir)/../shared/include/cache.h |
---|
32 | cp $< $@ |
---|
33 | |
---|
34 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \ |
---|
35 | $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%) |
---|
36 | |
---|
37 | all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) |
---|
38 | |
---|
39 | CLEANFILES = cache.h |
---|
40 | |
---|
41 | EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h displayCpu.c idt.c \ |
---|
42 | idtr.S page.c registers.h |
---|
43 | |
---|
44 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.