source: rtems/c/src/lib/libcpu/m68k/shared/cache/Makefile.am @ bd5efa92

4.104.114.84.95
Last change on this file since bd5efa92 was 39fa3ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 18:12:16

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

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