source: rtems/make/Makefile.am @ 78a9564

4.104.114.84.95
Last change on this file since 78a9564 was 7c89bfd, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/04 at 21:15:59

2004-01-07 Joel Sherrill <joel@…>

  • Makefile.am: Remove efi68k and efi332 references as they are no longer in the tree.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## $Id$
3##
4
5rtems_makedir = $(prefix)/make
6
7rtems_make_DATA = main.cfg leaf.cfg
8
9EXTRA_DIST = host.cfg.in leaf.cfg
10
11rtems_make_Templatesdir = $(rtems_makedir)/Templates
12
13rtems_make_Templates_DATA = Templates/Makefile.dir Templates/Makefile.leaf \
14    Templates/Makefile.lib
15
16EXTRA_DIST += compilers/gcc-no_bsp.cfg compilers/gcc-portsw.cfg \
17    compilers/gcc-target-default.cfg
18
19rtems_make_customdir = $(rtems_makedir)/custom
20
21rtems_make_custom_DATA = custom/default.cfg
22
23EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
24    custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
25    custom/bare.cfg custom/cvme961.cfg custom/dmv152.cfg custom/dmv177.cfg \
26    custom/erc32.cfg custom/erc32nfp.cfg \
27    custom/eth_comm.cfg custom/gen68302.cfg custom/gen68340.cfg \
28    custom/gen68360.cfg custom/gen68360_040.cfg custom/gensh1.cfg \
29    custom/helas403.cfg custom/i386ex.cfg custom/idp.cfg custom/jmr3904.cfg \
30    custom/leon1.cfg custom/leon2.cfg custom/mcp750.cfg custom/mvme136.cfg \
31    custom/mvme147.cfg custom/mvme147s.cfg custom/mvme162.cfg \
32    custom/mvme162lx.cfg custom/mvme167.cfg custom/mvme2307.cfg \
33    custom/no_bsp.cfg custom/ods68302.cfg \
34    custom/pc386.cfg custom/portsw.cfg custom/posix.cfg \
35    custom/ppcn_60x.cfg custom/psim.cfg custom/score603e.cfg \
36    custom/shsim.cfg custom/simhppa.cfg custom/ts_386ex.cfg
37
38include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.