source: rtems/scripts/common/common.add.in @ 59292fe9

4.104.114.84.95
Last change on this file since 59292fe9 was b5b0433e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/03 at 04:46:44

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

  • gcc3newlib/header.add: New.
  • gccnewlib/header.add: New.
  • binutils/header.add: New.
  • gdb/header.add: New.
  • rtemsdoc/header.add: New.
  • rtemsdoc/rtemsdoc.add: New.
  • common/clean.add.in: New.
  • common/common.add.in: New.
  • Property mode set to 100644
File size: 290 bytes
Line 
1#
2# Please send bugfixes or comments to
3#       http://www.oarcorp.com/cgi-bin/gnatweb.pl
4# or    mailto:@PACKAGE_BUGREPORT@
5#
6
7%define _prefix                 @prefix@
8%define _defaultbuildroot       %{_tmppath}/%{name}-%{version}-root
9%ifos cygwin cygwin32
10%define _exeext .exe
11%else
12%define _exeext %{nil}
13%endif
14
Note: See TracBrowser for help on using the repository browser.