|
Last change
on this file since 8081 was 6865, checked in by bird, 24 years ago |
|
Traverse silently thru makefiles.
Corrected dependecy bug which caused relinking all the time.
|
|
File size:
604 bytes
|
| Line | |
|---|
| 1 | # $Id: common.post.mk,v 1.2 2001-09-30 00:18:11 bird Exp $
|
|---|
| 2 | #
|
|---|
| 3 | # Common rules for tools.
|
|---|
| 4 | #
|
|---|
| 5 | # Requires that ODIN32_TCOMMON is defined to point to the
|
|---|
| 6 | # /tools/common directory
|
|---|
| 7 | #
|
|---|
| 8 | #
|
|---|
| 9 | # Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
|
|---|
| 10 | #
|
|---|
| 11 | # Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 12 | #
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | # dummy
|
|---|
| 16 | $(COMMONLIB):
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 | #
|
|---|
| 20 | # Rules for making
|
|---|
| 21 | #
|
|---|
| 22 | common_lib: commonforce
|
|---|
| 23 | @$(DODIRS) "$(ODIN32_TCOMMON)" \
|
|---|
| 24 | !ifdef MAKE_CMD
|
|---|
| 25 | $(MAKE_CMD) \
|
|---|
| 26 | !else
|
|---|
| 27 | $(MAKE) -nologo \
|
|---|
| 28 | !endif
|
|---|
| 29 | $(OBJDIR)\common.lib
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | #
|
|---|
| 33 | # Dummy rule which forces a target to be made
|
|---|
| 34 | #
|
|---|
| 35 | commonforce:
|
|---|
| 36 | @$(ECHO) ...
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.