VirtualBox

source: kBuild/trunk/Makefile.kmk@ 1423

Last change on this file since 1423 was 1421, checked in by bird, 17 years ago

install kmk_ash and crt and cygwin dlls on windows.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 946 bytes
Line 
1# $Id: Makefile.kmk 1421 2008-03-19 17:59:20Z 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)))
20endif
21
22#
23# And install any binary only tools and dlls.
24#
25INSTALLS += kBuild_bin
26kBuild_bin_INST = $(TEMPLATE_BIN_INST)
27kBuild_bin_SOURCES =
28
29if1of ($(BUILD_TARGET), nt win)
30kBuild_bin_SOURCES.$(BUILD_TARGET) = \
31 kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/msvcr71.dll=>msvcr71.dll \
32 kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/kmk_ash.exe=>kmk_ash.exe \
33 kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/cygwin1.dll=>cygwin1.dll
34endif
35
36kBuild_bin_SOURCES.os2 = \
37 kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/libc061.dll=>libc061.dll
38
39
40include $(PATH_KBUILD)/footer.kmk
41
Note: See TracBrowser for help on using the repository browser.

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