| Line | |
|---|
| 1 | # $Id: makefile,v 1.114 2001-04-03 14:10:47 sandervl Exp $
|
|---|
| 2 | #
|
|---|
| 3 | # Odin32 API
|
|---|
| 4 | #
|
|---|
| 5 | # kernel32 makefile
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | # Common tools macros. (MAKE_CMD)
|
|---|
| 10 | !include ../../makefile.inc
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | # dummy all rule - invoking nmake withtout target caused it to do all of the targets below..
|
|---|
| 14 | _all: all
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | # Subdirectories.
|
|---|
| 18 | SUBDIRS = \
|
|---|
| 19 | unicode
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | # All the common rules like all, lib, clean and dep.
|
|---|
| 23 | $(COMMONRULES):
|
|---|
| 24 | $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
|
|---|
| 25 | $(MAKE_CMD) -f kernel32.mak $@
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.