From 7842090bcb29af2d08e67e27fa80e1a622729aed Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:56:43 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. 3c509/Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. console/Makefile.am: Reflect having moved automake. ide/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. ne2000/Makefile.am: Reflect having moved automake. start/Makefile.am: Reflect having moved automake. startup/Makefile.am: Reflect having moved automake. timer/Makefile.am: Reflect having moved automake. wd8003/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake. --- c/src/lib/libbsp/i386/pc386/3c509/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/ChangeLog | 15 +++++++++++++++ c/src/lib/libbsp/i386/pc386/Makefile.am | 4 ++-- c/src/lib/libbsp/i386/pc386/clock/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/console/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/ide/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/include/Makefile.am | 2 +- c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/start/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/startup/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/timer/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am | 6 +++--- c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am | 6 +++--- 13 files changed, 48 insertions(+), 33 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am b/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am index be8072aecc..f038d7a76f 100644 --- a/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am @@ -10,8 +10,8 @@ X3c509_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) noinst_HEADERS = 3c509.h elink.h -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -33,4 +33,4 @@ endif EXTRA_DIST = 3c509.c 3c509.h elink.c elink.h -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog index 1f66c5c7a9..b5ee82dbd5 100644 --- a/c/src/lib/libbsp/i386/pc386/ChangeLog +++ b/c/src/lib/libbsp/i386/pc386/ChangeLog @@ -1,3 +1,18 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 3c509/Makefile.am: Reflect having moved automake. + clock/Makefile.am: Reflect having moved automake. + console/Makefile.am: Reflect having moved automake. + ide/Makefile.am: Reflect having moved automake. + include/Makefile.am: Reflect having moved automake. + ne2000/Makefile.am: Reflect having moved automake. + start/Makefile.am: Reflect having moved automake. + startup/Makefile.am: Reflect having moved automake. + timer/Makefile.am: Reflect having moved automake. + wd8003/Makefile.am: Reflect having moved automake. + wrapup/Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius PR 452/bsps diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.am b/c/src/lib/libbsp/i386/pc386/Makefile.am index 4c89614e63..196067dc89 100644 --- a/c/src/lib/libbsp/i386/pc386/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/Makefile.am @@ -18,5 +18,5 @@ TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5 -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/lib/libbsp/i386/pc386/clock/Makefile.am b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am index a03e7ef3e6..8fb5ea6631 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am @@ -8,8 +8,8 @@ PGM = $(ARCH)/clock.rel C_FILES = ckinit.c rtc.c clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -27,4 +27,4 @@ all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) EXTRA_DIST = ckinit.c rtc.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/console/Makefile.am b/c/src/lib/libbsp/i386/pc386/console/Makefile.am index 466019c651..54adbe2168 100644 --- a/c/src/lib/libbsp/i386/pc386/console/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/console/Makefile.am @@ -14,8 +14,8 @@ S_FILES = videoAsm.S console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(PROJECT_INCLUDE)/rtems \ @@ -43,4 +43,4 @@ all-local: $(PREINSTALL_FILES) $(ARCH) $(console_rel_OBJECTS) $(PGM) EXTRA_DIST = $(C_FILES) $(S_FILES) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/ide/Makefile.am b/c/src/lib/libbsp/i386/pc386/ide/Makefile.am index b29c0bb55a..7c00c57f3f 100644 --- a/c/src/lib/libbsp/i386/pc386/ide/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/ide/Makefile.am @@ -11,8 +11,8 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -29,4 +29,4 @@ all-local: $(ARCH) $(OBJS) $(PGM) EXTRA_DIST = idecfg.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/include/Makefile.am b/c/src/lib/libbsp/i386/pc386/include/Makefile.am index e389b641b8..286070063b 100644 --- a/c/src/lib/libbsp/i386/pc386/include/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/include/Makefile.am @@ -28,4 +28,4 @@ all-local: $(PREINSTALL_FILES) EXTRA_DIST = wd80x3.h -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am b/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am index dadae98d27..689b28ec6a 100644 --- a/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am @@ -8,8 +8,8 @@ PGM = $(ARCH)/ne2000.rel C_FILES = ne2000.c ne2000_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -31,4 +31,4 @@ endif EXTRA_DIST = ne2000.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.am b/c/src/lib/libbsp/i386/pc386/start/Makefile.am index d160667866..5a83c07e3f 100644 --- a/c/src/lib/libbsp/i386/pc386/start/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.am @@ -8,8 +8,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) OBJS = $(S_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -46,4 +46,4 @@ all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S start16.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/startup/Makefile.am b/c/src/lib/libbsp/i386/pc386/startup/Makefile.am index 3e605355bd..ae652f6629 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/startup/Makefile.am @@ -18,8 +18,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -41,4 +41,4 @@ all-local: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = bspstart.c exit.c ldsegs.S linkcmds sbrk.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/timer/Makefile.am b/c/src/lib/libbsp/i386/pc386/timer/Makefile.am index 33037ce6ed..d0f3c79353 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/timer/Makefile.am @@ -9,8 +9,8 @@ C_FILES = timer.c S_FILES = timerisr.S timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -28,4 +28,4 @@ all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) EXTRA_DIST = timer.c timerisr.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am b/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am index 6a1a16c355..5b33f739f6 100644 --- a/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am @@ -8,8 +8,8 @@ PGM = $(ARCH)/wd8003.rel C_FILES = wd8003.c wd8003_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../../automake/compile.am +include $(top_srcdir)/../../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -30,4 +30,4 @@ endif EXTRA_DIST = wd8003.c -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am index 24e4973fef..cef82e35cb 100644 --- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am @@ -15,8 +15,8 @@ OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT) $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT)) LIB = $(ARCH)/libbsp.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 # # (OPTIONAL) Add local stuff here using += @@ -27,4 +27,4 @@ $(LIB): $(OBJS) all-local: $(ARCH) $(LIB) -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3