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

4.104.114.84.95
Last change on this file since d4116e44 was d4116e44, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:07:40

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
  • mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
  • r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
  • shared/cache/Makefile.am: Remove all-local: $(ARCH).
  • shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 990 bytes
RevLine 
[b4d0d18e]1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../../shared/src
6
7C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
[a5f8ec56]8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[b4d0d18e]9
[bb621b0]10include_libcpudir = $(includedir)/libcpu
11
12noinst_HEADERS = cache_.h
13include_libcpu_HEADERS = cache.h
[b4d0d18e]14
[29993bb]15include $(top_srcdir)/../../../automake/compile.am
16include $(top_srcdir)/../../../automake/lib.am
[b4d0d18e]17
18AM_CPPFLAGS += -I$(srcdir)
19
[bb621b0]20cache.h: $(top_srcdir)/../shared/include/cache.h
21        cp $< $@
[b4d0d18e]22
[d4116e44]23all-local: $(PREINSTALL_FILES) $(OBJS)
[b4d0d18e]24
[dc2014f]25CLEANFILES = cache.h
[bb621b0]26
[b4d0d18e]27EXTRA_DIST = cache.c cache_.h
28
[c6c4418c]29PREINSTALL_FILES =
30
31$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
32        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
33        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
35
36$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
38PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
39
[29993bb]40include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.