forked from Imagelibrary/rtems
2001-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add bspopts.h. * include/.cvsignore: Add stamp-h* and bspopts.h*. * include/Makefile.am: Add bspopts.h. * pci/Makefile.am: Append -O2 to AM_CFLAGS.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
* Makefile.am: Add @exceptions@ to SUBDIRS;
|
||||
Remove need_motorola_powerpc.
|
||||
* configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
|
||||
make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
|
||||
Remove need_motorola_powerpc;
|
||||
Add RTEMS_PPC_EXCEPTIONS([new]).
|
||||
* include/Makefile.am: Replace PREINSTALL_FILES with
|
||||
TMPINSTALL_FILES, include force-preinstall.am.
|
||||
* wrapup/Makefile.am: Apply @exceptions@.
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@ AM_CONDITIONAL(need_motorola_powerpc, test "$RTEMS_BSP_FAMILY" = "motorola_power
|
||||
AS=$CC
|
||||
AM_PROG_AS
|
||||
|
||||
AM_CONFIG_HEADER(include/bspopts.h)
|
||||
RTEMS_PROJECT_ROOT
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
stamp-h*
|
||||
bspopts.h*
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
include_HEADERS = bspopts.h
|
||||
|
||||
H_FILES = ../../shared/include/nvram.h ../../shared/include/bsp.h \
|
||||
../../../shared/include/coverhd.h
|
||||
|
||||
@@ -16,6 +18,9 @@ $(PROJECT_INCLUDE):
|
||||
$(PROJECT_INCLUDE)/bsp:
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PROJECT_INCLUDE)/nvram.h: ../../shared/include/nvram.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
@@ -41,7 +46,8 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \
|
||||
$(PROJECT_INCLUDE)/nvram.h $(PROJECT_INCLUDE)/bsp.h \
|
||||
$(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/bsp/consoleIo.h \
|
||||
$(PROJECT_INCLUDE)/bsp/uart.h $(PROJECT_INCLUDE)/bsp/irq.h \
|
||||
$(PROJECT_INCLUDE)/bsp/motorola.h
|
||||
$(PROJECT_INCLUDE)/bsp/motorola.h \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
AM_CFLAGS = -O2
|
||||
AM_CFLAGS += -O2
|
||||
|
||||
$(PROJECT_INCLUDE)/bsp:
|
||||
$(mkinstalldirs) $<
|
||||
|
||||
Reference in New Issue
Block a user