2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

Makefile.am: Reflect having moved automake.
	lib/Makefile.am: Reflect having moved automake.
	support/Makefile.am: Reflect having moved automake.
	wrapup/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 13:02:30 +00:00
parent 4c0d512e03
commit 514e77b7ba
5 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
lib/Makefile.am: Reflect having moved automake.
support/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am, automake/force-preinstall.am,

View File

@@ -45,5 +45,5 @@ pkgconfigdir = $(prefix)/lib/pkgconfig
pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/host.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/host.am

View File

@@ -4,5 +4,5 @@
SUBDIRS = libcpu libbsp
include $(top_srcdir)/../../automake/subdirs.am
include $(top_srcdir)/../../automake/local.am
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am

View File

@@ -2,8 +2,8 @@
## $Id$
##
include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
@@ -17,4 +17,4 @@ $(LIB): $(OBJS)
all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -4,8 +4,8 @@
## build and install "glommed" librtemsbsp.a
##
include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
@@ -73,4 +73,4 @@ install-data-local:
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir)
include $(top_srcdir)/../../automake/local.am
include $(top_srcdir)/automake/local.am