source: trunk/tools/common/common.post.mk@ 5280

Last change on this file since 5280 was 4712, checked in by bird, 25 years ago

New makefile style.

File size: 643 bytes
Line 
1# $Id: common.post.mk,v 1.1 2000-12-02 23:26:58 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
16#
17# Rules for making
18#
19$(ODIN32_TCOMMON)\$(OBJDIR)\common.a \
20$(ODIN32_TCOMMON)\$(OBJDIR)\common.lib : commonforce
21 $(DODIRS) "$(ODIN32_TCOMMON)" \
22!ifdef MAKE_CMD
23 $(MAKE_CMD) \
24!else
25 $(MAKE) -nologo \
26!endif
27 $(OBJDIR)\$(@F)
28
29
30#
31# Dummy rule which forces a target to be made
32#
33commonforce:
34 $(ECHO) ...
Note: See TracBrowser for help on using the repository browser.