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

4.104.114.84.95
Last change on this file since cd0324cf was cd0324cf, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:48:24

2000-11-13 Jiri Gaisler <jgais@…>

  • custom/Makefile.am: Modified to reflect addition of files.
  • custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
  • custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
  • Property mode set to 100644
File size: 892 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[eb299afc]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[df49c60]7rtems_makedir = $(prefix)/make
8rtems_make_customdir = $(rtems_makedir)/custom
[eb299afc]9
[df49c60]10rtems_make_custom_DATA = default.cfg
[eb299afc]11
[df49c60]12EXTRA_DIST = Cygwin-posix.cfg FreeBSD-posix.cfg HPUX9-posix.cfg \
13    Linux-posix.cfg Solaris-posix.cfg bare.cfg cvme961.cfg dmv152.cfg \
[cd0324cf]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 leon1.cfg leon2.cfg mcp750.cfg \
17    mvme136.cfg mvme147.cfg mvme147s.cfg \
[df49c60]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
[eb299afc]22
[811804fe]23## -------------------------------------------------------
[df49c60]24include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.