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/common.mk

    r4654 r4712  
    1 # $Id: common.mk,v 1.3 2000-11-21 04:37:22 bird Exp $
     1# $Id: common.mk,v 1.4 2000-12-02 23:26:57 bird Exp $
    22#
    33# Common definitions for tools.
    44#
    5 # Requires that PDWIN32_TCOMMON is defined to point to the
     5# Requires that ODIN32_TCOMMON is defined to point to the
    66# /tools/common directory
    77#
    88#
    9 # Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     9# Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    1010#
    1111# Project Odin Software License can be found in LICENSE.TXT
     
    2020#
    2121!ifndef GCC
    22 COMMONLIB = $(PDWIN32_TCOMMON)\$(OBJDIR)\common.lib
     22COMMONLIB = $(ODIN32_TCOMMON)\$(OBJDIR)\common.lib
    2323!else
    2424    !if $(OMF) == 0
    25 COMMONLIB = $(PDWIN32_TCOMMON)\$(OBJDIR)\common.a
     25COMMONLIB = $(ODIN32_TCOMMON)\$(OBJDIR)\common.a
    2626    !else
    27 COMMONLIB = $(PDWIN32_TCOMMON)\$(OBJDIR)\common.lib
     27COMMONLIB = $(ODIN32_TCOMMON)\$(OBJDIR)\common.lib
    2828    !endif
    2929!endif
     
    3131
    3232#
    33 # Add PDWIN32_TCOMMON to the C and C++ includes.
     33# Add ODIN32_TCOMMON to the C and C++ includes.
    3434#
    35 CINCLUDES = -I$(PDWIN32_TCOMMON) $(CINCLUDES)
     35CINCLUDES = -I$(ODIN32_TCOMMON) $(CINCLUDES)
    3636
    3737
     
    4242INTLIBS = $(COMMONLIB)
    4343
     44
     45#
     46# Macro for the post include.
     47#
     48ODIN32_TCOMMON_POST_INC = $(ODIN32_TCOMMON)/common.post.mk
     49
Note: See TracChangeset for help on using the changeset viewer.