forked from Imagelibrary/rtems
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat. * clock/Makefile.am: Reformat. * mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation. * tx39/Makefile.am: Ditto. * shared/cache/Makefile.am: Ditto. * mongoosev/duart/Makefile.am: Ditto. * mongoosev/vectorisrs/Makefile.am: Reformat. * r46xx/vectorisrs/Makefile.am: Reformat. * shared/Makefile.am: Reformat. * shared/interrupts/Makefile.am: Reformat. * timer/Makefile.am: Reformat. * tx39/vectorisrs/Makefile.am: Reformat.
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reformat.
|
||||||
|
* clock/Makefile.am: Reformat.
|
||||||
|
* mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
|
||||||
|
* tx39/Makefile.am: Ditto.
|
||||||
|
* shared/cache/Makefile.am: Ditto.
|
||||||
|
* mongoosev/duart/Makefile.am: Ditto.
|
||||||
|
* mongoosev/vectorisrs/Makefile.am: Reformat.
|
||||||
|
* r46xx/vectorisrs/Makefile.am: Reformat.
|
||||||
|
* shared/Makefile.am: Reformat.
|
||||||
|
* shared/interrupts/Makefile.am: Reformat.
|
||||||
|
* timer/Makefile.am: Reformat.
|
||||||
|
* tx39/vectorisrs/Makefile.am: Reformat.
|
||||||
|
|
||||||
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* mongoosev/Makefile.am: Rework preinstall rules.
|
* mongoosev/Makefile.am: Rework preinstall rules.
|
||||||
|
|||||||
@@ -20,6 +20,5 @@ endif
|
|||||||
|
|
||||||
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
|
SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
|
||||||
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/clock.rel
|
PGM = $(ARCH)/clock.rel
|
||||||
|
|
||||||
C_FILES = ckinit.c
|
C_FILES = ckinit.c
|
||||||
@@ -11,7 +10,8 @@ S_FILES = clock.S
|
|||||||
|
|
||||||
noinst_HEADERS = clock.h
|
noinst_HEADERS = clock.h
|
||||||
|
|
||||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
|
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|||||||
@@ -13,12 +13,13 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu:
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h
|
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
|
|||||||
@@ -29,12 +29,13 @@ EXTRA_DIST = mg5uart.c README.mguart mg5uart.c mg5uart_reg.c
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip:
|
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libchip
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libchip
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip
|
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip/mg5uart.h: mg5uart.h
|
$(PROJECT_INCLUDE)/libchip/mg5uart.h: mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/vectorisrs.rel
|
PGM = $(ARCH)/vectorisrs.rel
|
||||||
|
|
||||||
C_FILES = maxvectors.c vectorisrs.c
|
C_FILES = maxvectors.c vectorisrs.c
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/vectorisrs.rel
|
PGM = $(ARCH)/vectorisrs.rel
|
||||||
|
|
||||||
C_FILES = maxvectors.c vectorisrs.c
|
C_FILES = maxvectors.c vectorisrs.c
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = cache interrupts
|
SUBDIRS = cache interrupts
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
|
|||||||
21
c/src/lib/libcpu/mips/shared/cache/Makefile.am
vendored
21
c/src/lib/libcpu/mips/shared/cache/Makefile.am
vendored
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../../shared/src
|
VPATH = @srcdir@:@srcdir@/../../../shared/src
|
||||||
|
|
||||||
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
|
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
|
||||||
@@ -18,22 +17,24 @@ include $(top_srcdir)/../../../automake/lib.am
|
|||||||
|
|
||||||
AM_CPPFLAGS += -I$(srcdir)
|
AM_CPPFLAGS += -I$(srcdir)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu:
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
|
|
||||||
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
|
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||||
|
|
||||||
CLEANFILES = cache.h
|
CLEANFILES = cache.h
|
||||||
|
|
||||||
EXTRA_DIST = cache.c cache_.h
|
EXTRA_DIST = cache.c cache_.h
|
||||||
|
|
||||||
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
||||||
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/interrupts.rel
|
PGM = $(ARCH)/interrupts.rel
|
||||||
|
|
||||||
C_FILES = installisrentries.c vectorexceptions.c
|
C_FILES = installisrentries.c vectorexceptions.c
|
||||||
|
|
||||||
S_FILES = isr_entries.S
|
S_FILES = isr_entries.S
|
||||||
|
|
||||||
interrupts_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
interrupts_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
|
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/timer.rel
|
PGM = $(ARCH)/timer.rel
|
||||||
|
|
||||||
C_FILES = timer.c
|
C_FILES = timer.c
|
||||||
|
|
||||||
S_FILES = gettime.S
|
S_FILES = gettime.S
|
||||||
|
|
||||||
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
|
||||||
|
$(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|||||||
@@ -13,12 +13,13 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu:
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h
|
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
PGM = $(ARCH)/vectorisrs.rel
|
PGM = $(ARCH)/vectorisrs.rel
|
||||||
|
|
||||||
C_FILES = maxvectors.c vectorisrs.c
|
C_FILES = maxvectors.c vectorisrs.c
|
||||||
|
|||||||
Reference in New Issue
Block a user