Line | |
---|
1 | # $Id: kLibR3.mak,v 1.1 2002-08-20 04:37:16 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # kLib main file.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Setup.
|
---|
12 | #
|
---|
13 | PATH_ROOT = ..\..\..
|
---|
14 | !include $(PATH_ROOT)\makefile.inc
|
---|
15 | !include $(PATH_ROOT)\make\setup.mak
|
---|
16 |
|
---|
17 |
|
---|
18 | #
|
---|
19 | # kLib overrides variables.
|
---|
20 | #
|
---|
21 | !if [SET KLIB_INC=$(MAKEDIR)\kLibR3.inc]
|
---|
22 | !endif
|
---|
23 |
|
---|
24 |
|
---|
25 | #
|
---|
26 | # Config.
|
---|
27 | #
|
---|
28 | TARGET_MODE = EMPTY
|
---|
29 | TARGET_NAME = kLibR3_empty
|
---|
30 | MAKEFILE = kLibR3.mak
|
---|
31 | !ifdef WITH_KLIB
|
---|
32 | SUBDIRS = kLib\src
|
---|
33 | !endif
|
---|
34 |
|
---|
35 |
|
---|
36 | #
|
---|
37 | # Process
|
---|
38 | #
|
---|
39 | !include $(MAKE_INCLUDE_PROCESS)
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.