forked from Imagelibrary/rtems
that contains:
* cleanups to configuration files
* A reworked gccnewlib.spec.in: I have reformated it for enhanced
readability and added more rtems-base packages. It now should be free of
any installation conflicts (If there still remain some, they should be
regarded as bugs).
* A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486"
now works).
* removes libbsp/bare/wrapup
* Further cleanups
33 lines
410 B
Makefile
33 lines
410 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = . binutils gccnewlib gdb rtems
|
|
|
|
noinst_SCRIPTS = \
|
|
setup \
|
|
buildall \
|
|
mkbinutilspec \
|
|
mkbspspec \
|
|
mkgccnewlibspec \
|
|
mkgdbspec \
|
|
mkrpms \
|
|
mkspec
|
|
|
|
TEMPLATES =
|
|
|
|
noinst_DATA = \
|
|
setup.def $(TEMPLATES)
|
|
|
|
EXTRA_DIST = \
|
|
$(noinst_DATA) \
|
|
$(noinst_SCRIPTS)
|
|
|
|
CONFIGURE_DEPENDENCIES = setup.cache
|
|
setup.cache: setup.def
|
|
cp setup.def $@
|
|
|
|
DISTCLEANFILES = setup.cache
|