source: rtems/c/src/lib/libcpu/mips/shared/cache/Makefile.am @ 948a069

Last change on this file since 948a069 was a5f8ec56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 02:51:44

2003-01-15 Ralf Corsepius <corsepiu@…>

  • tx39/vectorisrs/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • r46xx/vectorisrs/Makefile.am: Ditto.
  • mongoosev/vectorisrs/Makefile.am: Ditto.
  • mongoosev/duart/Makefile.am: Ditto.
  • shared/interrupts/Makefile.am: Ditto.
  • shared/cache/Makefile.am: Ditto. Eliminate *_O_FILES.
  • Property mode set to 100644
File size: 836 bytes
Line 
1##
2## $Id$
3##
4
5
6VPATH = @srcdir@:@srcdir@/../../../shared/src
7
8C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
9OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11include_libcpudir = $(includedir)/libcpu
12
13noinst_HEADERS = cache_.h
14include_libcpu_HEADERS = cache.h
15
16include $(top_srcdir)/../../../../../automake/compile.am
17include $(top_srcdir)/../../../../../automake/lib.am
18
19AM_CPPFLAGS += -I$(srcdir)
20
21$(PROJECT_INCLUDE)/libcpu:
22        $(mkinstalldirs) $@
23
24$(PROJECT_INCLUDE)/libcpu/%.h: %.h
25        $(INSTALL_DATA) $< $@
26
27cache.h: $(top_srcdir)/../shared/include/cache.h
28        cp $< $@
29
30PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
31    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
32
33all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
34
35CLEANFILES = cache.h
36
37EXTRA_DIST = cache.c cache_.h
38
39include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.