VirtualBox

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

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

tools: Prep for qt 4.4.3 on darwin/x86.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1# $Id: CommonFetch.kmk 16979 2009-02-20 18:13:03Z 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 the fetch targets using zip.
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# tar.bz2 variant.
36#
37TEMPLATE_VBOXFETCH_TAR_BZ2 = Template for the fetch targets using tar.bz2.
38TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHDIR ?= $(TEMPLATE_VBOXFETCH_FETCHDIR)
39TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHTOOL = $(TEMPLATE_VBOXFETCH_FETCHTOOL)
40TEMPLATE_VBOXFETCH_TAR_BZ2_FETCHFLAGS = $(TEMPLATE_VBOXFETCH_FETCHFLAGS)
41TEMPLATE_VBOXFETCH_TAR_BZ2_UNPACKTOOL = TARBZ2
42TEMPLATE_VBOXFETCH_TAR_BZ2_UNPACKFLAGS =
43
44
45#
46# OS/2 stuff.
47#
48ifeq ($(KBUILD_TARGET),os2)
49FETCHES += os2.x86.glibidl.20070521
50os2.x86.glibidl.20070521_TEMPLATE = VBOXFETCH
51os2.x86.glibidl.20070521_INST = $(PATH_DEVTOOLS)/os2.x86/glibidl/20070521/
52os2.x86.glibidl.20070521_SOURCES = http://hobbes.nmsu.edu/pub/os2/dev/util/glibidl_20070521.zip
53glibidl_20070521.zip_MD5 = 054646a49b96ab762e4d5e9451ca1b37
54glibidl_20070521.zip_SIZE = 611335
55endif # OS/2 stuff
56
57
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette