VirtualBox

source: kBuild/trunk/Makefile.kmk@ 803

Last change on this file since 803 was 789, checked in by bird, 18 years ago

some fixes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1# $Id: Makefile.kmk 789 2007-01-24 22:47:44Z bird $
2
3
4DEPTH = .
5include $(PATH_KBUILD)/header.kmk
6
7SUBDIRS = src
8
9
10ifdef NIX_INSTALL_DIR
11#
12# When doing a unix install, install all the kBuild scripts.
13#
14INSTALLS += kBuild
15kBuild_INST = $(NIX_INSTALL_DIR_SHARE)
16kBuild_SOURCES := \
17 $(foreach src,\
18 $(wildcard kBuild/*.kmk kBuild/tools/*.kmk kBuild/sdks/*.kmk),\
19 $(src)=>$(subst kBuild/,,$(src)))
20
21#
22# And install any binary only tools and dlls.
23#
24INSTALLS += kBuild_bin
25kBuild_bin_INST = $(NIX_INSTALL_DIR_BIN)
26kBuild_bin_SOURCES =
27
28ifeq ($(filter-out nt win win32 win64,$(BUILD_TARGET)),)
29kBuild_bin_SOURCES.$(BUILD_TARGET) = \
30 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygiconv-2.dll=>cygiconv-2.dll \
31 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygintl-1.dll=>cygintl-1.dll \
32 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygintl-2.dll=>cygintl-2.dll \
33 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygintl-3.dll=>cygintl-3.dll \
34 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygwin1.dll=>cygwin1.dll
35endif
36
37kBuild_bin_SOURCES.os2 = \
38 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/libc061.dll=>libc061.dll
39
40endif
41
42include $(PATH_KBUILD)/footer.kmk
43
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