VirtualBox

source: vbox/trunk/tools/CommonFetch.kmk@ 13762

Last change on this file since 13762 was 8758, checked in by vboxsync, 16 years ago

BUILD_TARGET* -> KBUILD_TARGET*.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1# $Id: CommonFetch.kmk 8758 2008-05-11 18:27:49Z vboxsync $
2## @file
3# Common Fetch.
4# Included by both Makefile.kmk and Makefile-ose.kmk.
5#
6
7#
8# Copyright (C) 2006-2007 Sun Microsystems, Inc.
9#
10# This file is part of VirtualBox Open Source Edition (OSE), as
11# available from http://www.virtualbox.org. This file is free software;
12# you can redistribute it and/or modify it under the terms of the GNU
13# General Public License as published by the Free Software Foundation,
14# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
15# distribution. VirtualBox OSE is distributed in the hope that it will
16# be useful, but WITHOUT ANY WARRANTY of any kind.
17#
18
19
20#
21# Template for the fetch targets.
22#
23TEMPLATE_VBOXFETCH = Template for all the fetch targets.
24ifdef FETCHDIR
25TEMPLATE_VBOXFETCH_FETCHDIR ?= $(FETCHDIR)
26else
27TEMPLATE_VBOXFETCH_FETCHDIR ?= $(PATH_DEVTOOLS)/FetchDir
28endif
29TEMPLATE_VBOXFETCH_FETCHTOOL = WGET
30TEMPLATE_VBOXFETCH_FETCHFLAGS = $(VBOX_FETCHFLAGS)
31TEMPLATE_VBOXFETCH_UNPACKTOOL = ZIP
32TEMPLATE_VBOXFETCH_UNPACKFLAGS = -o
33
34
35#
36# OS/2 stuff.
37#
38ifeq ($(KBUILD_TARGET),os2)
39FETCHES += os2.x86.glibidl.20070521
40os2.x86.glibidl.20070521_TEMPLATE = VBOXFETCH
41os2.x86.glibidl.20070521_INST = $(PATH_DEVTOOLS)/os2.x86/glibidl/20070521/
42os2.x86.glibidl.20070521_SOURCES = http://hobbes.nmsu.edu/pub/os2/dev/util/glibidl_20070521.zip
43glibidl_20070521.zip_MD5 = 054646a49b96ab762e4d5e9451ca1b37
44glibidl_20070521.zip_SIZE = 611335
45endif # OS/2 stuff
46
47
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use