source: rtems/make/Makefile.am @ 50f6753

4.104.114.84.95
Last change on this file since 50f6753 was 50f6753, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 14:02:12

2007-05-11 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: DMV152 obsoleted.
  • custom/dmv152.cfg: Removed.
  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[811804fe]1##
2## $Id$
3##
[eb299afc]4
[df49c60]5rtems_makedir = $(prefix)/make
[eb299afc]6
[cd7675b]7dist_rtems_make_DATA = main.cfg leaf.cfg
[eb299afc]8
[cd7675b]9EXTRA_DIST = host.cfg.in
[eb299afc]10
[a9020bbb]11rtems_make_Templatesdir = $(rtems_makedir)/Templates
12
[93302bf9]13dist_rtems_make_Templates_DATA = Templates/Makefile.dir \
14    Templates/Makefile.leaf Templates/Makefile.lib
[f5279d9]15
[509dc304]16EXTRA_DIST += compilers/gcc-no_bsp.cfg \
[f5279d9]17    compilers/gcc-target-default.cfg
18
19rtems_make_customdir = $(rtems_makedir)/custom
[a9020bbb]20
[cd7675b]21dist_rtems_make_custom_DATA = custom/default.cfg
[4d19fd5c]22
[fc0ec69]23EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
[f5279d9]24    custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
[50f6753]25    custom/bare.cfg custom/ep1a.cfg custom/erc32.cfg custom/gen68302.cfg \
[3fcabb1]26    custom/gen68340.cfg custom/gen68360.cfg custom/gen68360_040.cfg \
[e36387cf]27    custom/uC5282.cfg custom/gba.cfg \
[3fcabb1]28    custom/gensh1.cfg custom/helas403.cfg custom/i386ex.cfg custom/idp.cfg \
[f39ff532]29    custom/jmr3904.cfg custom/leon2.cfg custom/mcp750.cfg \
[3fcabb1]30    custom/mvme136.cfg custom/mvme147.cfg custom/mvme147s.cfg \
31    custom/mvme162.cfg custom/mvme162lx.cfg custom/mvme167.cfg \
32    custom/mvme2100.cfg custom/mvme2307.cfg custom/no_bsp.cfg \
[7e676e1]33    custom/nios2_iss.cfg \
[3fcabb1]34    custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \
[07d7b95e]35    custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \
[949a718]36    custom/shsim.cfg custom/ts_386ex.cfg
[eb299afc]37
[df49c60]38include $(top_srcdir)/automake/host.am
Note: See TracBrowser for help on using the repository browser.