From 514e77b7ba0c3fb246340a909679c5d99e751fca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 13:02:30 +0000 Subject: 2003-08-16 Ralf Corsepius 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. --- c/src/ChangeLog | 7 +++++++ c/src/Makefile.am | 4 ++-- c/src/lib/Makefile.am | 4 ++-- c/src/support/Makefile.am | 6 +++--- c/src/wrapup/Makefile.am | 6 +++--- 5 files changed, 17 insertions(+), 10 deletions(-) (limited to 'c/src') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index e53a50fd9e..e10fe4a677 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,10 @@ +2003-08-16 Ralf Corsepius + + 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 * automake/compile.am, automake/force-preinstall.am, diff --git a/c/src/Makefile.am b/c/src/Makefile.am index db8374adef..16009108c8 100644 --- a/c/src/Makefile.am +++ b/c/src/Makefile.am @@ -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 diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am index 752a892581..5b5680ccf8 100644 --- a/c/src/lib/Makefile.am +++ b/c/src/lib/Makefile.am @@ -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 diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am index 9c528fc254..b7fa07117c 100644 --- a/c/src/support/Makefile.am +++ b/c/src/support/Makefile.am @@ -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 diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index 077fb75f81..ae0373d060 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -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 -- cgit v1.2.3