source: rtems/make/Makefile.am @ a91dfbf9

4.104.115
Last change on this file since a91dfbf9 was ab7cf7e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/08 at 19:34:21

2008-09-25 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4.
  • custom/simsh1.cfg, custom/simsh2.cfg: New files.
  • custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id$
3##
4
5rtems_makedir = $(prefix)/make
6
7dist_rtems_make_DATA = main.cfg leaf.cfg
8
9EXTRA_DIST = host.cfg.in
10
11rtems_make_Templatesdir = $(rtems_makedir)/Templates
12
13dist_rtems_make_Templates_DATA = Templates/Makefile.dir \
14    Templates/Makefile.leaf Templates/Makefile.lib
15
16EXTRA_DIST += compilers/gcc-no_bsp.cfg \
17    compilers/gcc-target-default.cfg
18
19rtems_make_customdir = $(rtems_makedir)/custom
20
21dist_rtems_make_custom_DATA = custom/default.cfg
22
23EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
24    custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
25    custom/bare.cfg custom/ep1a.cfg custom/erc32.cfg custom/gen68302.cfg \
26    custom/gen68340.cfg custom/gen68360.cfg custom/gen68360_040.cfg \
27    custom/uC5282.cfg custom/gba.cfg \
28    custom/gensh1.cfg custom/helas403.cfg custom/i386ex.cfg custom/idp.cfg \
29    custom/jmr3904.cfg custom/leon2.cfg custom/mcp750.cfg \
30    custom/mvme136.cfg custom/mvme147.cfg custom/mvme147s.cfg \
31    custom/mvme162.cfg custom/mvme162lx.cfg custom/mvme167.cfg \
32    custom/mvme2100.cfg custom/mvme2307.cfg custom/no_bsp.cfg \
33    custom/nios2_iss.cfg \
34    custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \
35    custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \
36    custom/simsh1.cfg custom/simsh2.cfg custom/simsh4.cfg \
37    custom/ts_386ex.cfg custom/nds.cfg custom/smdk2410.cfg
38
39include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.