forked from Imagelibrary/rtems
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * bootloader/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Cosmetics.
|
||||
* bootloader/Makefile.am: Cosmetics.
|
||||
* startup/Makefile.am: Cosmetics.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
|
||||
@@ -17,7 +17,7 @@ nodist_include_HEADERS += ../shared/include/nvram.h
|
||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
||||
nodist_include_bsp_HEADERS = ../shared/console/consoleIo.h
|
||||
nodist_include_bsp_HEADERS += ../shared/console/uart.h
|
||||
nodist_include_bsp_HEADERS += ../shared/irq/irq.h
|
||||
nodist_include_bsp_HEADERS += ../shared/irq/irq.h
|
||||
nodist_include_bsp_HEADERS += ../shared/motorola/motorola.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
## NOTE: This Makefile.am applies automake compilation rules and does not
|
||||
## NOTE: This Makefile.am applies automake compilation rules and does not
|
||||
## apply RTEMS's compilation rules.
|
||||
|
||||
AUTOMAKE_OPTIONS = no-exeext
|
||||
@@ -52,8 +52,8 @@ ppcboot_DATA = bootloader.$(OBJEXT)
|
||||
ppcboot_DATA += ../../shared/bootloader/ppcboot.lds
|
||||
|
||||
# FIXME: Tmp-install stuff to make mcp750.cfg's make-exe happy.
|
||||
# As mcp750.cfg's make-exe doesn't work outside of the source-tree.
|
||||
# We might consider to use this directory directly for in-source-tree
|
||||
# As mcp750.cfg's make-exe doesn't work outside of the source-tree.
|
||||
# We might consider to use this directory directly for in-source-tree
|
||||
# building, instead.
|
||||
$(PROJECT_RELEASE)/lib/%: %
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
VPATH = @srcdir@:@srcdir@/../console:@srcdir@/../../shared/startup:@srcdir@/../../../shared
|
||||
|
||||
C_FILES = bootcard.c main.c bspstart.c bsppost.c bsplibc.c sbrk.c bspclean.c \
|
||||
gnatinstallhandler.c pgtbl_setup.c pgtbl_activate.c
|
||||
gnatinstallhandler.c pgtbl_setup.c pgtbl_activate.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
Reference in New Issue
Block a user