|
Last change
on this file since 1444 was 1421, checked in by bird, 18 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
|
| Rev | Line | |
|---|
| [305] | 1 | # $Id: Makefile.kmk 1421 2008-03-19 17:59:20Z bird $
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | DEPTH = .
|
|---|
| [587] | 5 | include $(PATH_KBUILD)/header.kmk
|
|---|
| [305] | 6 |
|
|---|
| [587] | 7 | SUBDIRS = src
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | ifdef NIX_INSTALL_DIR
|
|---|
| 11 | #
|
|---|
| 12 | # When doing a unix install, install all the kBuild scripts.
|
|---|
| 13 | #
|
|---|
| 14 | INSTALLS += kBuild
|
|---|
| [590] | 15 | kBuild_INST = $(NIX_INSTALL_DIR_SHARE)
|
|---|
| [587] | 16 | kBuild_SOURCES := \
|
|---|
| 17 | $(foreach src,\
|
|---|
| 18 | $(wildcard kBuild/*.kmk kBuild/tools/*.kmk kBuild/sdks/*.kmk),\
|
|---|
| 19 | $(src)=>$(subst kBuild/,,$(src)))
|
|---|
| [1421] | 20 | endif
|
|---|
| [587] | 21 |
|
|---|
| 22 | #
|
|---|
| 23 | # And install any binary only tools and dlls.
|
|---|
| 24 | #
|
|---|
| 25 | INSTALLS += kBuild_bin
|
|---|
| [1421] | 26 | kBuild_bin_INST = $(TEMPLATE_BIN_INST)
|
|---|
| [789] | 27 | kBuild_bin_SOURCES =
|
|---|
| [587] | 28 |
|
|---|
| [1421] | 29 | if1of ($(BUILD_TARGET), nt win)
|
|---|
| [587] | 30 | kBuild_bin_SOURCES.$(BUILD_TARGET) = \
|
|---|
| [1421] | 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
|
|---|
| [587] | 34 | endif
|
|---|
| 35 |
|
|---|
| 36 | kBuild_bin_SOURCES.os2 = \
|
|---|
| [1421] | 37 | kBuild/bin/$(BUILD_TARGET).$(BUILD_TARGET_ARCH)/libc061.dll=>libc061.dll
|
|---|
| [587] | 38 |
|
|---|
| 39 |
|
|---|
| 40 | include $(PATH_KBUILD)/footer.kmk
|
|---|
| 41 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.