|
Last change
on this file since 4666 was 4654, checked in by bird, 25 years ago |
|
Addopted makestyle new style. common.lib goes into $(OBJDIR).
|
|
File size:
653 bytes
|
| Line | |
|---|
| 1 | # $Id: common.mk.post,v 1.2 2000-11-21 04:37:22 bird Exp $
|
|---|
| 2 | #
|
|---|
| 3 | # Common rules for tools.
|
|---|
| 4 | #
|
|---|
| 5 | # Requires that PDWIN32_TCOMMON is defined to point to the
|
|---|
| 6 | # /tools/common directory
|
|---|
| 7 | #
|
|---|
| 8 | #
|
|---|
| 9 | # Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
|---|
| 10 | #
|
|---|
| 11 | # Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 12 | #
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #
|
|---|
| 17 | # Rules for making
|
|---|
| 18 | #
|
|---|
| 19 | $(PDWIN32_TCOMMON)\$(OBJDIR)\common.a \
|
|---|
| 20 | $(PDWIN32_TCOMMON)\$(OBJDIR)\common.lib : commonforce
|
|---|
| 21 | cd $(PDWIN32_TCOMMON)
|
|---|
| 22 | !ifdef MAKE_CMD
|
|---|
| 23 | $(MAKE_CMD) \
|
|---|
| 24 | !else
|
|---|
| 25 | $(MAKE) -nologo \
|
|---|
| 26 | !endif
|
|---|
| 27 | $(OBJDIR)\$(@F)
|
|---|
| 28 | cd $(MAKEDIR)
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | #
|
|---|
| 32 | # Dummy rule which forces a target to be made
|
|---|
| 33 | #
|
|---|
| 34 | commonforce:
|
|---|
| 35 | $(ECHO) ...
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.