2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Include compile.am
This commit is contained in:
Joel Sherrill
2000-09-05 16:01:20 +00:00
parent e96ad433f7
commit 7577f26658
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
VPATH = @srcdir@:@srcdir@/../shared/src
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c idt.c page.c
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c displayCpu.c idt.c \
page.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
H_FILES = cache_.h
@@ -19,6 +20,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
OBJS = $(C_O_FILES) $(S_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
AM_CPPFLAGS += -I$(srcdir)
@@ -38,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h \
displayCpu.c idt.c idtr.S page.c registers.h
EXTRA_DIST = cache.c cache_.h cpu.h cpuModel.S cpuModel.h displayCpu.c idt.c \
idtr.S page.c registers.h
include $(top_srcdir)/../../../../../automake/local.am