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

4.104.114.84.95
Last change on this file since b9e196b was 5321250, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:16

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 817 bytes
RevLine 
[cf1f72e]1##
2## $Id$
3##
4
5VPATH = @srcdir@:@srcdir@/../../../shared/src
6
7C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
[39fa3ed]8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[cf1f72e]9
[b98c8c9]10include_libcpudir = $(includedir)/libcpu
11
12noinst_HEADERS = cache_.h
13include_libcpu_HEADERS = cache.h
[cf1f72e]14
[5321250]15include $(top_srcdir)/../../../automake/compile.am
16include $(top_srcdir)/../../../automake/lib.am
[cf1f72e]17
18AM_CPPFLAGS += -I$(srcdir)
19
20$(PROJECT_INCLUDE)/libcpu:
21        $(mkinstalldirs) $@
22
23$(PROJECT_INCLUDE)/libcpu/%.h: %.h
24        $(INSTALL_DATA) $< $@
25
[b98c8c9]26cache.h: $(top_srcdir)/../shared/include/cache.h
27        cp $< $@
[cf1f72e]28
[563acb1]29PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
[b98c8c9]30    $(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
[cf1f72e]31
32all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
33
[563acb1]34CLEANFILES = cache.h
[b98c8c9]35
[00e8978b]36EXTRA_DIST = cache.c cache_.h
[cf1f72e]37
[5321250]38include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.