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

4.104.114.84.95
Last change on this file since bfc86bcb was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 853 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 eth_comm.cfg gen68302.cfg \
15    gen68340.cfg gen68360.cfg gen68360_040.cfg gensh1.cfg helas403.cfg \
16    i386ex.cfg idp.cfg mcp750.cfg mvme136.cfg mvme147.cfg mvme147s.cfg \
17    mvme162.cfg mvme162lx.cfg mvme167.cfg mvme2307.cfg no_bsp.cfg \
18    ods68302.cfg p4000.cfg p4600.cfg p4650.cfg papyrus.cfg pc386.cfg \
19    portsw.cfg posix.cfg ppcn_60x.cfg psim.cfg score603e.cfg simhppa.cfg \
20    ts_386ex.cfg
21
22## -------------------------------------------------------
23include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.