source: rtems/scripts/Makefile.am @ f82fee9

4.104.114.84.95
Last change on this file since f82fee9 was f817b02, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/99 at 18:05:09

The files in libcpu should not be directly dependent on any BSP. In
particular, using bsp.h, or getting information from the BSP which
should properly be obtained from RTEMS is forbidden. This is
necessary to strengthen the division between the BSP independent
parts of RTEMS and the BSPs themselves. This started after
comments and analysis by Ralf Corsepius <corsepiu@…>.
The changes primarily eliminated the need to include bsp.h and
peeking at BSP_Configuration. The use of Cpu_table in each
BSP needs to be eliminated.

  • Property mode set to 100644
File size: 487 bytes
Line 
1AUTOMAKE_OPTIONS = foreign
2
3# add gnatnewlib once that one works. :)
4SUBDIRS = . binutils gccnewlib gdb rtems
5
6noinst_SCRIPTS = \
7setup \
8buildall \
9mkbinutils_subpackage_version \
10mkbinutilspec \
11mkbspspec \
12mkgccnewlibspec \
13mkgnatnewlibspec \
14mkgdbspec \
15mkrpms \
16mkspec
17
18TEMPLATES =
19
20noinst_DATA = \
21setup.def $(TEMPLATES)
22
23EXTRA_DIST = \
24$(noinst_DATA) \
25$(noinst_SCRIPTS)
26
27CONFIGURE_DEPENDENCIES = setup.cache
28setup.cache: setup.def
29        cp setup.def $@
30
31DISTCLEANFILES = setup.cache
Note: See TracBrowser for help on using the repository browser.