forked from Imagelibrary/rtems
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Apply include_*HEADERS instead of H_FILES. * .cvsignore: Add cache.h.
This commit is contained in:
@@ -11,3 +11,4 @@ depcomp
|
||||
install-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
cache.h
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Apply include_*HEADERS instead of H_FILES.
|
||||
* .cvsignore: Add cache.h.
|
||||
|
||||
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* displayCpu.c: Added include of <rtems.h> to eliminate warnings.
|
||||
|
||||
@@ -10,8 +10,10 @@ VPATH = @srcdir@:@srcdir@/../shared/src
|
||||
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c page.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
H_FILES = cache_.h
|
||||
INSTALLED_H_FILES = cpu.h registers.h cpuModel.h
|
||||
include_libcpudir = $(includedir)/libcpu
|
||||
|
||||
noinst_HEADERS = cache_.h
|
||||
include_libcpu_HEADERS = cpu.h registers.h cpuModel.h cache.h
|
||||
|
||||
S_FILES = cpuModel.S idtr.S
|
||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
|
||||
@@ -30,15 +32,16 @@ $(PROJECT_INCLUDE)/libcpu:
|
||||
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
|
||||
$(PROJECT_INCLUDE)/libcpu/cache.h \
|
||||
$(INSTALLED_H_FILES:%=$(PROJECT_INCLUDE)/libcpu/%)
|
||||
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES += cache.h
|
||||
|
||||
EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h displayCpu.c idt.c \
|
||||
idtr.S page.c registers.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user