source: rtems/c/make/Makefile.am @ f14b925

4.104.114.84.95
Last change on this file since f14b925 was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

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.
  • Property mode set to 100644
File size: 225 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../aclocal
6
7rtems_makedir = $(exec_prefix)/make
8
9GENERIC_FILES = target.cfg
10
11rtems_make_DATA = $(GENERIC_FILES)
12
13EXTRA_DIST = target.cfg.in
14
15include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.