source: rtems/contrib/crossrpms/cygwin/i686/Makefile.am @ 8c40f6e1

4.104.115
Last change on this file since 8c40f6e1 was 28f05e19, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/09 at 03:13:09

mpfr-2.4.1-1

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# $Id$
2
3TARGET = i686-pc-cygwin
4
5include $(top_srcdir)/mkspec.am
6
7CYGWIN_VERS = 1.5.25-15
8CYGWIN_RPMREL = 0.20081110.1%{?dist}
9include ../cygwin.am
10
11W32API_VERS = 3.12-1
12W32API_RPMREL = 0.20081110.1%{?dist}
13include ../w32api.am
14
15NCURSES_VERS = 5.5-3
16NCURSES_RPMREL = 0.20080604.2%{?dist}
17include ../ncurses.am
18
19EXPAT_VERS = 1.95.8-2
20EXPAT_RPMREL = 0.20080323.1%{?dist}
21include ../expat.am
22
23READLINE_VERS = 5.2.12-10
24READLINE_RPMREL = 0.20080323.1%{?dist}
25include ../readline.am
26
27TERMCAP_VERS = 20050421-1
28TERMCAP_RPMREL = 0.20080323.1%{?dist}
29include ../termcap.am
30
31TERMINFO_VERS = 5.5_20061104-1
32TERMINFO_RPMREL = 0.20080604.1%{?dist}
33include ../terminfo.am
34
35ZLIB_VERS = 1.2.3-2
36ZLIB_RPMREL = 0.20080323.1%{?dist}
37include ../zlib.am
38
39GMP_VERS = 4.2.1-1
40GMP_RPMREL = 0.20080323.1%{?dist}
41include ../gmp.am
42
43MPFR_VERS = 2.4.1-1
44MPFR_RPMREL = 0.20090420.1%{?dist}
45include ../mpfr.am
46
47# Cygwin's binutils' versioning is bizarre
48# Check bfd/configure for the real version number
49BINUTILS_VERS = 2.18.50
50BINUTILS_PKGVERS = 20080624-2
51BINUTILS_RPMREL = 0.20081202.1%{?dist}
52include ../binutils.am
53BINUTILS_OPTS += --disable-infos
54
55GCC_VERS = 3.4.4
56GCC_PKGVERS = $(GCC_VERS)
57GCC_RPMREL = 0.20081202.1%{?dist}
58include ../gcc.am
59GCC_OPTS += --languages=c,cxx
60GCC_OPTS += --disable-infos
Note: See TracBrowser for help on using the repository browser.