source: rtems/make/custom/Makefile.am @ 17978a1

4.104.114.84.95
Last change on this file since 17978a1 was 17978a1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/99 at 14:05:30

Minor corrections to get mvme2307 to compile.

  • Property mode set to 100644
File size: 913 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 = \
11default.cfg
12
13EXTRA_DIST = \
14FreeBSD-posix.cfg \
15HPUX9-posix.cfg \
16Linux-posix.cfg \
17Solaris-posix.cfg \
18bare.cfg  \
19cvme961.cfg  \
20dmv152.cfg \
21dmv177.cfg \
22efi332.cfg \
23efi68k.cfg \
24erc32.cfg \
25eth_comm.cfg \
26force386.cfg \
27gen68302.cfg \
28gen68340.cfg \
29gen68360.cfg \
30gen68360_040.cfg \
31gensh1.cfg \
32go32.cfg \
33go32_p5.cfg \
34helas403.cfg \
35i386ex.cfg \
36idp.cfg \
37mcp750.cfg \
38mvme136.cfg \
39mvme147.cfg \
40mvme147s.cfg \
41mvme162.cfg \
42mvme162lx.cfg \
43mvme167.cfg \
44mvme2307.cfg \
45no_bsp.cfg \
46ods68302.cfg \
47p4000.cfg \
48p4600.cfg \
49p4650.cfg \
50papyrus.cfg \
51pc386.cfg \
52portsw.cfg \
53posix.cfg \
54ppcn_60x.cfg \
55psim.cfg \
56score603e.cfg \
57simhppa.cfg \
58ts_386ex.cfg
59
60## -------------------------------------------------------
61include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.