source:
trunk/tools/common/common.post.mk@
10637
| Last change on this file since 10637 was 6865, checked in by , 24 years ago | |
|---|---|
| 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.
