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

4.104.114.84.95
Last change on this file since bb621b0 was bb621b0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/01 at 22:48:10

2001-03-03 Ralf Corsepius <corsepiu@…>

  • shared/cache/Makefile.am, tx39/include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 937 bytes
RevLine 
[b4d0d18e]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7VPATH = @srcdir@:@srcdir@/../../../shared/src
8
9C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
10C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
11
[bb621b0]12include_libcpudir = $(includedir)/libcpu
13
14noinst_HEADERS = cache_.h
15include_libcpu_HEADERS = cache.h
[b4d0d18e]16
17OBJS = $(C_O_FILES)
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../../../../../automake/compile.am
21include $(top_srcdir)/../../../../../automake/lib.am
22
23AM_CPPFLAGS += -I$(srcdir)
24
25$(PROJECT_INCLUDE)/libcpu:
26        $(mkinstalldirs) $@
27
28$(PROJECT_INCLUDE)/libcpu/%.h: %.h
29        $(INSTALL_DATA) $< $@
30
[bb621b0]31cache.h: $(top_srcdir)/../shared/include/cache.h
32        cp $< $@
[b4d0d18e]33
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
[bb621b0]35    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
[b4d0d18e]36
37all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
38
[bb621b0]39CLEANFILES += cache.h
40
[b4d0d18e]41EXTRA_DIST = cache.c cache_.h
42
43include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.