forked from Imagelibrary/rtems
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, timer/Makefile.am: Remove. * r46xx/Makefile.am: Built timer.rel, clock.rel. Add PREINSTALL_DIRS. * Makefile.am: Remove timer, clock. * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am: Add PREINSTALL_DIRS. * configure.ac: Reflect removing clock/Makefile.am, timer/Makefile.am. Add subdir-objects to AUTOMAKE_OPTIONS.
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* clock/Makefile.am, timer/Makefile.am: Remove.
|
||||||
|
* r46xx/Makefile.am: Built timer.rel, clock.rel.
|
||||||
|
Add PREINSTALL_DIRS.
|
||||||
|
* Makefile.am: Remove timer, clock.
|
||||||
|
* tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am:
|
||||||
|
Add PREINSTALL_DIRS.
|
||||||
|
* configure.ac: Reflect removing clock/Makefile.am,
|
||||||
|
timer/Makefile.am.
|
||||||
|
Add subdir-objects to AUTOMAKE_OPTIONS.
|
||||||
|
|
||||||
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* clock/Makefile.am: Convert to using automake compilation rules.
|
* clock/Makefile.am: Convert to using automake compilation rules.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = shared mongoosev tx39 clock timer r46xx
|
SUBDIRS = shared mongoosev tx39 r46xx
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/subdirs.am
|
include $(top_srcdir)/../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS =
|
|
||||||
CLEANFILES =
|
|
||||||
noinst_DATA =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
|
||||||
|
|
||||||
if r46xx
|
|
||||||
EXTRA_PROGRAMS += clock.rel
|
|
||||||
CLEANFILES += clock.rel
|
|
||||||
clock_rel_SOURCES = ckinit.c clock.S clock.h
|
|
||||||
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
|
||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS += clock_g.rel
|
|
||||||
CLEANFILES += clock_g.rel
|
|
||||||
clock_g_rel_SOURCES = $(clock_rel_SOURCES)
|
|
||||||
clock_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|
||||||
clock_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
noinst_DATA += clock$(LIB_VARIANT).rel
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -9,7 +9,7 @@ RTEMS_TOP(../../../../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.8])
|
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.8.2])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_BARE
|
RTEMS_ENABLE_BARE
|
||||||
@@ -33,11 +33,9 @@ AM_CONDITIONAL(mongoosev, test "$RTEMS_CPU_MODEL" = "mongoosev")
|
|||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
clock/Makefile
|
|
||||||
mongoosev/Makefile
|
mongoosev/Makefile
|
||||||
shared/Makefile
|
shared/Makefile
|
||||||
r46xx/Makefile
|
r46xx/Makefile
|
||||||
timer/Makefile
|
|
||||||
tx39/Makefile
|
tx39/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -55,13 +55,14 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
if mongoosev
|
if mongoosev
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(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
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
||||||
@@ -70,7 +71,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
|||||||
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libchip
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libchip
|
||||||
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
$(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
||||||
@@ -78,5 +79,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -27,4 +27,36 @@ vectorisrs_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
noinst_DATA += vectorisrs$(LIB_VARIANT).rel
|
noinst_DATA += vectorisrs$(LIB_VARIANT).rel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if r46xx
|
||||||
|
EXTRA_PROGRAMS += timer.rel
|
||||||
|
CLEANFILES += timer.rel
|
||||||
|
timer_rel_SOURCES = ../timer/timer.c ../timer/gettime.S
|
||||||
|
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||||
|
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
EXTRA_PROGRAMS += timer_g.rel
|
||||||
|
CLEANFILES += timer_g.rel
|
||||||
|
timer_g_rel_SOURCES = $(timer_rel_SOURCES)
|
||||||
|
timer_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||||
|
timer_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
noinst_DATA += timer$(LIB_VARIANT).rel
|
||||||
|
endif
|
||||||
|
|
||||||
|
if r46xx
|
||||||
|
EXTRA_PROGRAMS += clock.rel
|
||||||
|
CLEANFILES += clock.rel
|
||||||
|
clock_rel_SOURCES = ../clock/ckinit.c ../clock/clock.S ../clock/clock.h
|
||||||
|
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||||
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
EXTRA_PROGRAMS += clock_g.rel
|
||||||
|
CLEANFILES += clock_g.rel
|
||||||
|
clock_g_rel_SOURCES = $(clock_rel_SOURCES)
|
||||||
|
clock_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
||||||
|
clock_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
noinst_DATA += clock$(LIB_VARIANT).rel
|
||||||
|
endif
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -61,17 +61,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
## --
|
## --
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS =
|
|
||||||
CLEANFILES =
|
|
||||||
noinst_DATA =
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
|
||||||
|
|
||||||
if r46xx
|
|
||||||
EXTRA_PROGRAMS += timer.rel
|
|
||||||
CLEANFILES += timer.rel
|
|
||||||
timer_rel_SOURCES = timer.c gettime.S
|
|
||||||
timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
|
||||||
timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
EXTRA_PROGRAMS += timer_g.rel
|
|
||||||
CLEANFILES += timer_g.rel
|
|
||||||
timer_g_rel_SOURCES = $(timer_rel_SOURCES)
|
|
||||||
timer_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|
||||||
timer_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|
||||||
|
|
||||||
noinst_DATA += timer$(LIB_VARIANT).rel
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
|
||||||
@@ -32,13 +32,14 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
if tx39
|
if tx39
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
||||||
@@ -46,5 +47,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user