|
Last change
on this file since 8596 was 8240, checked in by bird, 24 years ago |
|
Added profiler fix to the lists, it is a needed fix :)
|
|
File size:
985 bytes
|
| Line | |
|---|
| 1 | # $Id: makefile,v 1.20 2002-04-11 22:41:16 bird Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # Top of the tools tree makefile
|
|---|
| 7 | #
|
|---|
| 8 | #
|
|---|
| 9 | # Usage: nmake ( all | needed | dep | clean )
|
|---|
| 10 | #
|
|---|
| 11 | # all: Build the entire tools tree.
|
|---|
| 12 | # needed: Builds the tools used during compilation of the src tree.
|
|---|
| 13 | # dep: Make dependencies for the tools tree.
|
|---|
| 14 | # clean: Bring tools tree back to a "virgin" state.
|
|---|
| 15 | #
|
|---|
| 16 | #
|
|---|
| 17 | #
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | #
|
|---|
| 21 | # Directory macros.
|
|---|
| 22 | #
|
|---|
| 23 | !include ../makefile.inc
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 | #
|
|---|
| 27 | # The directories included in the usual makes; all, clean, dep rules.
|
|---|
| 28 | #
|
|---|
| 29 | ALL_DIRS = \
|
|---|
| 30 | .\cmdqd \
|
|---|
| 31 | .\profilerfix \
|
|---|
| 32 | .\common \
|
|---|
| 33 | .\fastdep \
|
|---|
| 34 | .\impdef \
|
|---|
| 35 | .\install \
|
|---|
| 36 | .\regedit \
|
|---|
| 37 | .\database \
|
|---|
| 38 | .\omfdumper \
|
|---|
| 39 | .\sdf \
|
|---|
| 40 | .\wrc \
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | #
|
|---|
| 44 | # Dummy all rule.
|
|---|
| 45 | #
|
|---|
| 46 | _all: all
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | #
|
|---|
| 50 | # common rules.
|
|---|
| 51 | #
|
|---|
| 52 | $(COMMONRULES):
|
|---|
| 53 | @$(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) $@
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | #
|
|---|
| 57 | # compile tools needed to compile rest of the tree.
|
|---|
| 58 | #
|
|---|
| 59 | needed:
|
|---|
| 60 | @$(DODIRS) "cmdqd profilerfix fastdep common impdef wrc" $(MAKE_CMD)
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 | #
|
|---|
| 64 | # Do not includes the common rules.
|
|---|
| 65 | #
|
|---|
| 66 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.