Ignore:
Timestamp:
May 13, 2000, 7:17:46 PM (25 years ago)
Author:
bird
Message:

Made makefiles more comform with new standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile.gcc

    r3532 r3537  
    1 # $Id: makefile.gcc,v 1.4 2000-05-13 15:40:34 bird Exp $
     1# $Id: makefile.gcc,v 1.5 2000-05-13 17:17:46 bird Exp $
    22
    33#
     
    88#
    99
    10 #
    11 # Directories and common tools.
    12 #
    13 PDWIN32_TOOLS   = ..\bin
    14 PDWIN32_INCLUDE = ..\..\include
    15 !include $(PDWIN32_INCLUDE)\pdwin32.tools
    16 
    17 # Definitions for pdwin32.post
    18 LOCALCLEAN  = 1
    19 CLEANEXTRAS = commongcc.*
    20 
    2110
    2211#
     
    2615OMF=0
    2716!endif
     17
     18
     19#
     20# Directories and common tools.
     21#
     22PDWIN32_INCLUDE = ..\..\include
     23PDWIN32_BIN     = ..\..\bin\$(OBJDIR)
     24PDWIN32_LIB     = ..\..\lib
     25PDWIN32_TOOLS   = ..\bin
     26PDWIN32_TCOMMON = ..\common
     27!include $(PDWIN32_INCLUDE)\pdwin32.tools
     28
     29# Definitions for pdwin32.post
     30LOCALCLEAN  = 1
     31CLEANEXTRAS = commongcc.*
    2832
    2933
Note: See TracChangeset for help on using the changeset viewer.