source: rtems/make/custom/Makefile.am @ 969de1f3

4.104.114.84.95
Last change on this file since 969de1f3 was 1c69af9b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/00 at 16:02:50

2000-11-27 Joel Sherrill <joel@…>

  • custom/shsim.cfg: New file.
  • custom/Makefile.am: Modified to reflect addition of shsim.cfg. The shsim is for the SH simulator in gdb. It should be able to be used with multiple SH CPU models. This will require adding BSP variants.
  • Property mode set to 100644
File size: 914 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7rtems_makedir = $(prefix)/make
8rtems_make_customdir = $(rtems_makedir)/custom
9
10rtems_make_custom_DATA = default.cfg
11
12EXTRA_DIST = Cygwin-posix.cfg FreeBSD-posix.cfg HPUX9-posix.cfg \
13    Linux-posix.cfg Solaris-posix.cfg bare.cfg cvme961.cfg dmv152.cfg \
14    dmv177.cfg efi332.cfg efi68k.cfg erc32.cfg erc32nfp.cfg eth_comm.cfg \
15    gen68302.cfg gen68340.cfg gen68360.cfg gen68360_040.cfg gensh1.cfg \
16    helas403.cfg i386ex.cfg idp.cfg jmr3904.cfg leon1.cfg leon2.cfg \
17    mcp750.cfg mvme136.cfg mvme147.cfg mvme147s.cfg \
18    mvme162.cfg mvme162lx.cfg mvme167.cfg mvme2307.cfg no_bsp.cfg \
19    ods68302.cfg p4000.cfg p4600.cfg p4650.cfg papyrus.cfg pc386.cfg \
20    portsw.cfg posix.cfg ppcn_60x.cfg psim.cfg score603e.cfg shsim.cfg \
21    simhppa.cfg ts_386ex.cfg
22
23## -------------------------------------------------------
24include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.