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

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

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