source: rtems/contrib/crossrpms/rtems4.7/avr/Makefile.am @ 7df0f40e

4.104.114.84.95
Last change on this file since 7df0f40e was 7df0f40e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/07/06 at 04:58:19

Use relative dirs to automake fragments.

  • Property mode set to 100644
File size: 285 bytes
RevLine 
[b63e4ba]1# $Id$
2
3TARGET = avr-rtems4.7
4
5include $(top_srcdir)/mkspec.am
6
7BINUTILS_VERS = 2.17
8BINUTILS_RPMREL = @VERSION@
[7df0f40e]9include ../binutils.am
[b63e4ba]10
11GCC_VERS = 4.0.3
12GCC_RPMREL = @VERSION@
13NEWLIB_VERS = 1.14.0
[7df0f40e]14include ../gcc.am
[3cf21a25]15GCC_OPTS +=
[b63e4ba]16
17GDB_VERS = 6.4
18GDB_RPMREL = @VERSION@
[7df0f40e]19include ../gdb.am
Note: See TracBrowser for help on using the repository browser.