source: rtems/scripts/Makefile.am @ 61f41e2

4.104.114.84.95
Last change on this file since 61f41e2 was 087a6c86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/02/03 at 16:41:50

2003-09-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch.
  • common/common.am: New.
  • Property mode set to 100644
File size: 500 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
8SUBDIRS += rtemsdoc
9
10noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
11    mkgccnewlibspec mkrpms mkspec
12
13noinst_DATA = setup.def
14
15EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
16
17CONFIG_STATUS_DEPENDENCIES = setup.cache
18setup.cache: setup.def
19        cp setup.def $@
20
21DISTCLEANFILES = setup.cache
22include $(top_srcdir)/../automake/subdirs.am
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.