source: rtems/scripts/Makefile.am @ c86d8e7f

4.104.114.84.95
Last change on this file since c86d8e7f was c86d8e7f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/03 at 14:06:02

2003-01-29 Ralf Corsepius <corsepiu@…>

  • ChangeLog?: Fix yesterday's entry.
  • gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes.
  • gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq?: ncurses-devel.
  • gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes.
  • gdb/mkspec.in: New.
  • gdb/Makefile.am: Reflect addition of gdb/mkspec.in.
  • gcc3newlib/mkspec.in: Fix usage.
  • gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice.
  • mkgdbspec.in: Removed.
  • Makefile.am: Remove mkgdbspec.
  • configure.ac: Remove mkgdbspec. Add gdb/mkspec.
  • Property mode set to 100644
File size: 536 bytes
RevLine 
[4c46630]1##
2## $Id$
3##
4
[620c972]5ACLOCAL_AMFLAGS = -I ../aclocal
[10629f7]6
[620c972]7SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
[2eb3fdaa]8SUBDIRS += rtemsdoc
[10629f7]9
[302b76d]10noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
[c86d8e7f]11    mkgccnewlibspec mkrpms mkspec
[10629f7]12
[df49c60]13TEMPLATES =
[10629f7]14
[df49c60]15noinst_DATA = setup.def $(TEMPLATES)
[10629f7]16
[df49c60]17EXTRA_DIST = $(noinst_DATA) $(noinst_SCRIPTS)
[10629f7]18
19CONFIGURE_DEPENDENCIES = setup.cache
20setup.cache: setup.def
21        cp setup.def $@
22
23DISTCLEANFILES = setup.cache
[df49c60]24include $(top_srcdir)/../automake/subdirs.am
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.