Ignore:
Timestamp:
Dec 3, 2000, 12:27:03 AM (25 years ago)
Author:
bird
Message:

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kDump.mak

    r4654 r4712  
    1 # $Id: kDump.mak,v 1.1 2000-11-21 04:37:23 bird Exp $
     1# $Id: kDump.mak,v 1.2 2000-12-02 23:26:58 bird Exp $
    22
    33#
     
    1111# Macro which defines the tools common directory.
    1212#
    13 PDWIN32_TCOMMON = .
    14 PDWIN32_BIN = ..\bin
     13ODIN32_TCOMMON = .
     14ODIN32_BIN     = $(ODIN32_TOOLS)
    1515
    1616
     
    3131# Compiler, tools, and interference rules.
    3232#
    33 !include ../../include/pdwin32.mk
    34 !include $(PDWIN32_TCOMMON)/common.mk
     33!include ../../makefile.inc
     34!include $(ODIN32_TCOMMON)/common.mk
    3535
    3636
     
    6060# Includes the common rules.
    6161#
    62 !include $(PDWIN32_INCLUDE)/pdwin32.post
    63 !include $(PDWIN32_TCOMMON)/common.mk.post
     62!include $(ODIN32_POST_INC)
     63!include $(ODIN32_TCOMMON_POST_INC)
    6464
Note: See TracChangeset for help on using the changeset viewer.