source: rtems/c/src/make/compilers/Makefile.am @ c9500675

4.104.114.84.95
Last change on this file since c9500675 was c9500675, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:56

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 294 bytes
Line 
1##
2##  $Id$
3##
4
5
6rtems_makedir = $(prefix)/make
7rtems_make_compilersdir = $(rtems_makedir)/compilers
8
9## At the moment all actively supported configurations
10## use gcc-target-default.cfg only.
11rtems_make_compilers_DATA = gcc-target-default.cfg
12
13include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.