VirtualBox

source: kBuild/trunk/Makefile.kmk@ 1091

Last change on this file since 1091 was 804, checked in by bird, 18 years ago

msvcrt build.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 973 bytes
Line 
1# $Id: Makefile.kmk 804 2007-01-25 00:50:03Z 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)/msvcr71.dll=>msvcr71.dll \
31 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/kmk_ash.exe=>kmk_ash.exe \
32 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/cygwin1.dll=>cygwin1.dll
33endif
34
35kBuild_bin_SOURCES.os2 = \
36 kBuild/bin/$(BUILD_TARGET_ARCH).$(BUILD_TARGET)/libc061.dll=>libc061.dll
37
38endif
39
40include $(PATH_KBUILD)/footer.kmk
41
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