forked from Imagelibrary/rtems
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect changes to bsp.am.
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
* Makefile.am: Reflect changes to bsp.am.
|
* Makefile.am: Reflect changes to bsp.am.
|
||||||
|
|
||||||
|
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect changes to bsp.am.
|
||||||
|
|
||||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||||
|
|||||||
@@ -65,9 +65,8 @@ CLEANFILES += console.rel
|
|||||||
console_rel_SOURCES = console/console.c console/inch.c console/outch.c \
|
console_rel_SOURCES = console/console.c console/inch.c console/outch.c \
|
||||||
console/defkeymap.c console/fb_vga.c console/keyboard.c \
|
console/defkeymap.c console/fb_vga.c console/keyboard.c \
|
||||||
console/mouse_parser.c console/pc_keyb.c console/ps2_mouse.c \
|
console/mouse_parser.c console/pc_keyb.c console/ps2_mouse.c \
|
||||||
console/serial_mouse.c console/vgainit.c console/vt.c \
|
console/serial_mouse.c console/vgainit.c console/vt.c console/videoAsm.S \
|
||||||
console/videoAsm.S ../../i386/shared/comm/uart.c \
|
../../i386/shared/comm/uart.c ../../i386/shared/comm/tty_drv.c
|
||||||
../../i386/shared/comm/tty_drv.c
|
|
||||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
@@ -82,7 +81,8 @@ project_lib_DATA += console$(LIB_VARIANT).rel
|
|||||||
EXTRA_PROGRAMS += gdb.rel
|
EXTRA_PROGRAMS += gdb.rel
|
||||||
CLEANFILES += gdb.rel
|
CLEANFILES += gdb.rel
|
||||||
gdb_rel_SOURCES = ../../i386/shared/comm/i386-stub.c \
|
gdb_rel_SOURCES = ../../i386/shared/comm/i386-stub.c \
|
||||||
../../i386/shared/comm/i386-stub-glue.c ../../i386/shared/comm/gdb_glue.c
|
../../i386/shared/comm/i386-stub-glue.c \
|
||||||
|
../../i386/shared/comm/gdb_glue.c
|
||||||
gdb_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
gdb_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||||
gdb_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
gdb_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
@@ -339,7 +339,7 @@ $(PROJECT_LIB)/ide$(LIB_VARIANT).rel: ide$(LIB_VARIANT).rel $(PROJECT_LIB)/$(dir
|
|||||||
TMPINSTALL_FILES += $(PROJECT_LIB)/ide$(LIB_VARIANT).rel
|
TMPINSTALL_FILES += $(PROJECT_LIB)/ide$(LIB_VARIANT).rel
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
CLEANFILES += $(TMPINSTALL_FILES)
|
CLEANFILES += $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect changes to bsp.am.
|
||||||
|
|
||||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/wd80x3.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
CLEANFILES += $(TMPINSTALL_FILES)
|
CLEANFILES += $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/local.am
|
include $(top_srcdir)/../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user