forked from Imagelibrary/rtems
Remove.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
Makefile.in
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS =
|
|
||||||
CLEANFILES =
|
|
||||||
noinst_DATA =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
|
|
||||||
if au1x00
|
|
||||||
include_libcpudir = $(includedir)/libcpu
|
|
||||||
include_libcpu_HEADERS = include/au1x00.h
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS += vectorisrs.rel
|
|
||||||
CLEANFILES += vectorisrs.rel
|
|
||||||
vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
|
|
||||||
vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
|
||||||
vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS += vectorisrs_g.rel
|
|
||||||
CLEANFILES += vectorisrs_g.rel
|
|
||||||
vectorisrs_g_rel_SOURCES = $(vectorisrs_rel_SOURCES)
|
|
||||||
vectorisrs_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|
||||||
vectorisrs_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
noinst_DATA += vectorisrs$(LIB_VARIANT).rel
|
|
||||||
endif
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
if au1x00
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/au1x00.h: include/au1x00.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/au1x00.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/au1x00.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
|
||||||
config.cache
|
|
||||||
config.guess
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
config.sub
|
|
||||||
configure
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
mkinstalldirs
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
|
||||||
EXTRA_DIST =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
|
|
||||||
if mongoosev
|
|
||||||
include_mipsdir = $(includedir)/libcpu
|
|
||||||
include_mips_HEADERS = include/mongoose-v.h
|
|
||||||
|
|
||||||
## duart
|
|
||||||
include_libchipdir = $(includedir)/libchip
|
|
||||||
include_libchip_HEADERS = duart/mg5uart.h
|
|
||||||
|
|
||||||
EXTRA_DIST += duart/README.mguart
|
|
||||||
|
|
||||||
noinst_PROGRAMS += duart.rel
|
|
||||||
duart_rel_SOURCES = duart/mg5uart.c duart/mg5uart.h duart/mg5uart_reg.c
|
|
||||||
duart_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
duart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
## vectorisrs
|
|
||||||
|
|
||||||
noinst_PROGRAMS += vectorisrs.rel
|
|
||||||
vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
|
|
||||||
vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
if mongoosev
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libchip
|
|
||||||
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
|
||||||
config.cache
|
|
||||||
config.guess
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
config.sub
|
|
||||||
configure
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
mkinstalldirs
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
|
|
||||||
if r46xx
|
|
||||||
noinst_PROGRAMS += vectorisrs.rel
|
|
||||||
vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
|
|
||||||
vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if r46xx
|
|
||||||
noinst_PROGRAMS += timer.rel
|
|
||||||
timer_rel_SOURCES = ../timer/timer.c ../timer/gettime.S
|
|
||||||
timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if r46xx
|
|
||||||
noinst_PROGRAMS += clock.rel
|
|
||||||
clock_rel_SOURCES = ../clock/ckinit.c ../clock/clock.S ../clock/clock.h
|
|
||||||
clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
|
|
||||||
## cache
|
|
||||||
include_libcpudir = $(includedir)/libcpu
|
|
||||||
|
|
||||||
include_libcpu_HEADERS = ../../shared/include/cache.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS += cache.rel
|
|
||||||
cache_rel_SOURCES = cache/cache.c ../../shared/src/cache_aligned_malloc.c \
|
|
||||||
../../shared/src/cache_manager.c cache/cache_.h
|
|
||||||
cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache
|
|
||||||
cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
## interrupts
|
|
||||||
|
|
||||||
if tx39
|
|
||||||
interrupts_CPPFLAGS = -DTX39
|
|
||||||
endif
|
|
||||||
|
|
||||||
if mongoosev
|
|
||||||
interrupts_CPPFLAGS = -DMONGOOSEV
|
|
||||||
endif
|
|
||||||
|
|
||||||
noinst_PROGRAMS += interrupts.rel
|
|
||||||
interrupts_rel_SOURCES = interrupts/installisrentries.c \
|
|
||||||
interrupts/vectorexceptions.c interrupts/isr_entries.S
|
|
||||||
interrupts_rel_CPPFLAGS = $(AM_CPPFLAGS) $(interrupts_CPPFLAGS)
|
|
||||||
interrupts_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
## --
|
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
|
||||||
config.cache
|
|
||||||
config.guess
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
config.sub
|
|
||||||
configure
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
mkinstalldirs
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
|
|
||||||
if tx39
|
|
||||||
include_libcpudir = $(includedir)/libcpu
|
|
||||||
include_libcpu_HEADERS = include/tx3904.h
|
|
||||||
|
|
||||||
noinst_PROGRAMS += vectorisrs.rel
|
|
||||||
vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
|
|
||||||
vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
|
||||||
vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
PREINSTALL_DIRS =
|
|
||||||
PREINSTALL_FILES =
|
|
||||||
|
|
||||||
if tx39
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
|
||||||
endif
|
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
Reference in New Issue
Block a user