source: rtems/make/custom/Makefile.am @ a55158a

4.104.114.84.95
Last change on this file since a55158a was 732d4db, checked in by Joel Sherrill <joel.sherrill@…>, on 11/25/00 at 18:45:13

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

  • custom/Makefile.am: Updated to add jmr3904.cfg
  • custom/jmr3904.cfg: New file.
  • Property mode set to 100644
File size: 904 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 simhppa.cfg \
21    ts_386ex.cfg
22
23## -------------------------------------------------------
24include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.