annotate src/gcc-gmp.mk @ 944:26c10955389a

remove code duplication between packages gmp and gcc-gmp
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 09 May 2010 19:06:05 +0200
parents 80ad871e84ff
children f653602a0500
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 448
diff changeset
1 # This file is part of mingw-cross-env.
714
29f1ba4559ae point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
Volker Grabsch <vog@notjusthosting.com>
parents: 641
diff changeset
2 # See doc/index.html for further information.
414
d2a6561bcb6d add a copyright notice and license to each source file
Volker Grabsch <vog@notjusthosting.com>
parents: 408
diff changeset
3
217
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # GMP for GCC
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 266
diff changeset
5 PKG := gcc-gmp
944
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
6 $(PKG)_IGNORE = $(gmp_IGNORE)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
7 $(PKG)_VERSION = $(gmp_VERSION)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
8 $(PKG)_CHECKSUM = $(gmp_CHECKSUM)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
9 $(PKG)_SUBDIR = $(gmp_SUBDIR)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
10 $(PKG)_FILE = $(gmp_FILE)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
11 $(PKG)_WEBSITE = $(gmp_WEBSITE)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
12 $(PKG)_URL = $(gmp_URL)
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
13 $(PKG)_URL_2 = $(gmp_URL_2)
306
85ffa9259036 validate downloads using SHA-1 checksums
Volker Grabsch <vog@notjusthosting.com>
parents: 266
diff changeset
14 $(PKG)_DEPS :=
217
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 define $(PKG)_UPDATE
944
26c10955389a remove code duplication between packages gmp and gcc-gmp
Volker Grabsch <vog@notjusthosting.com>
parents: 941
diff changeset
17 echo $(gmp_VERSION)
217
89ba55cd6e29 switch from MinGW GCC to TDM-GCC
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 endef