4.104.114.84.95
Last change
on this file since 4a14b7be was
fe27cfb4,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/00 at 14:36:08
|
2000-11-30 Joel Sherrill <joel@…>
- cache/Makefile.am: Removed automake warning by introducing a
simple variable.
|
-
Property mode set to
100644
|
File size:
953 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | VPATH = @srcdir@:@srcdir@/../../shared/src |
---|
8 | |
---|
9 | C_FILES = cache.c cache_aligned_malloc.c cache_manager.c |
---|
10 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
11 | |
---|
12 | H_FILES = cache_.h |
---|
13 | INSTALLED_H_FILES = |
---|
14 | |
---|
15 | OBJS = $(C_O_FILES) |
---|
16 | |
---|
17 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
18 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
19 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
20 | |
---|
21 | if has_instruction_cache |
---|
22 | CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE |
---|
23 | endif |
---|
24 | |
---|
25 | AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE) |
---|
26 | |
---|
27 | $(PROJECT_INCLUDE)/libcpu: |
---|
28 | $(mkinstalldirs) $@ |
---|
29 | |
---|
30 | $(PROJECT_INCLUDE)/libcpu/%.h: %.h |
---|
31 | $(INSTALL_DATA) $< $@ |
---|
32 | |
---|
33 | $(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h |
---|
34 | $(INSTALL_DATA) $< $@ |
---|
35 | |
---|
36 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ |
---|
37 | $(PROJECT_INCLUDE)/libcpu/cache.h |
---|
38 | |
---|
39 | all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) |
---|
40 | |
---|
41 | EXTRA_DIST = cache.c cache_.h |
---|
42 | |
---|
43 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.