forked from Imagelibrary/rtems
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am. * include/Makefile.am: Remove. * configure.ac: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
Reflect changes to bsp.am.
|
||||||
|
* include/Makefile.am: Remove.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
|
||||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp_specs: Remove *lib:.
|
* bsp_specs: Remove *lib:.
|
||||||
|
|||||||
@@ -6,11 +6,17 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = . include clock console startup timer start wrapup
|
SUBDIRS = . clock console startup timer start wrapup
|
||||||
|
|
||||||
include $(top_srcdir)/../../bsp.am
|
include $(top_srcdir)/../../bsp.am
|
||||||
|
|
||||||
EXTRA_DIST = bsp_specs
|
include_HEADERS += include/coverhd.h
|
||||||
|
|
||||||
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ RTEMS_CANONICALIZE_TOOLS
|
|||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
clock/Makefile
|
clock/Makefile
|
||||||
console/Makefile
|
console/Makefile
|
||||||
include/Makefile
|
|
||||||
start/Makefile
|
start/Makefile
|
||||||
startup/Makefile
|
startup/Makefile
|
||||||
timer/Makefile
|
timer/Makefile
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h coverhd.h bspopts.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
|
||||||
cp $< $@
|
|
||||||
CLEANFILES = coverhd.h
|
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
Reflect changes to bsp.am.
|
||||||
|
* include/Makefile.am: Remove.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
|
||||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp_specs: Remove *lib:.
|
* bsp_specs: Remove *lib:.
|
||||||
|
|||||||
@@ -6,12 +6,20 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = . include start startup gnatsupp console clock timer erc32sonic \
|
SUBDIRS = . start startup gnatsupp console clock timer erc32sonic wrapup \
|
||||||
wrapup tools
|
tools
|
||||||
|
|
||||||
include $(top_srcdir)/../../bsp.am
|
include $(top_srcdir)/../../bsp.am
|
||||||
|
|
||||||
EXTRA_DIST = bsp_specs times
|
include_HEADERS += include/erc32.h
|
||||||
|
|
||||||
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
EXTRA_DIST = times
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/erc32.h: include/erc32.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/erc32.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ clock/Makefile
|
|||||||
console/Makefile
|
console/Makefile
|
||||||
erc32sonic/Makefile
|
erc32sonic/Makefile
|
||||||
gnatsupp/Makefile
|
gnatsupp/Makefile
|
||||||
include/Makefile
|
|
||||||
start/Makefile
|
start/Makefile
|
||||||
startup/Makefile
|
startup/Makefile
|
||||||
timer/Makefile
|
timer/Makefile
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h coverhd.h erc32.h bspopts.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
Reflect changes to bsp.am.
|
||||||
|
* include/Makefile.am: Remove.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
|
||||||
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* bsp_specs: Remove *lib:.
|
* bsp_specs: Remove *lib:.
|
||||||
|
|||||||
@@ -6,12 +6,20 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = . include start startup gnatsupp console clock timer \
|
SUBDIRS = . start startup gnatsupp console clock timer leon_open_eth wrapup \
|
||||||
leon_open_eth wrapup tools
|
tools
|
||||||
|
|
||||||
include $(top_srcdir)/../../bsp.am
|
include $(top_srcdir)/../../bsp.am
|
||||||
|
|
||||||
EXTRA_DIST = bsp_specs times
|
include_HEADERS += include/leon.h
|
||||||
|
|
||||||
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
EXTRA_DIST = times
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/leon.h: include/leon.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/leon.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ clock/Makefile
|
|||||||
console/Makefile
|
console/Makefile
|
||||||
leon_open_eth/Makefile
|
leon_open_eth/Makefile
|
||||||
gnatsupp/Makefile
|
gnatsupp/Makefile
|
||||||
include/Makefile
|
|
||||||
start/Makefile
|
start/Makefile
|
||||||
startup/Makefile
|
startup/Makefile
|
||||||
timer/Makefile
|
timer/Makefile
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h coverhd.h leon.h bspopts.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Merge-in include/Makefile.am.
|
||||||
|
Reflect changes to bsp.am.
|
||||||
|
* include/Makefile.am: Remove.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
|
||||||
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* timer/timer.c: Obsoleting HP PA-RISC port and removing all
|
* timer/timer.c: Obsoleting HP PA-RISC port and removing all
|
||||||
|
|||||||
@@ -6,11 +6,19 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
|||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
# from the individual .rel files built in other directories
|
# from the individual .rel files built in other directories
|
||||||
SUBDIRS = . include startup clock console timer shmsupp wrapup tools
|
SUBDIRS = . startup clock console timer shmsupp wrapup tools
|
||||||
|
|
||||||
include $(top_srcdir)/../../bsp.am
|
include $(top_srcdir)/../../bsp.am
|
||||||
|
|
||||||
EXTRA_DIST = bsp_specs times
|
nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
|
|
||||||
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
EXTRA_DIST = times
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ RTEMS_BSPOPTS_HELP([HEAPSPACE_MB],
|
|||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
clock/Makefile
|
clock/Makefile
|
||||||
console/Makefile
|
console/Makefile
|
||||||
include/Makefile
|
|
||||||
shmsupp/Makefile
|
shmsupp/Makefile
|
||||||
startup/Makefile
|
startup/Makefile
|
||||||
timer/Makefile
|
timer/Makefile
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
##
|
|
||||||
## $Id$
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h bspopts.h coverhd.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
|
||||||
$(mkinstalldirs) $@
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
|
||||||
$(INSTALL_DATA) $< $@
|
|
||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
|
||||||
cp $< $@
|
|
||||||
CLEANFILES = coverhd.h
|
|
||||||
|
|
||||||
TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
|
||||||
Reference in New Issue
Block a user