Changeset 3537 for trunk/tools


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

Made makefiles more comform with new standards.

Location:
trunk/tools/common
Files:
2 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
  • trunk/tools/common/makefile.icc

    r3534 r3537  
    1 # $Id: makefile.icc,v 1.8 2000-05-13 16:04:44 bird Exp $
     1# $Id: makefile.icc,v 1.9 2000-05-13 17:17:46 bird Exp $
    22
    33#
     
    99
    1010
    11 #
    12 # Include common definitions
    13 #
     11# Directory macros.
     12PDWIN32_INCLUDE = ..\..\include
     13PDWIN32_BIN     = ..\..\bin\$(OBJDIR)
     14PDWIN32_LIB     = ..\..\lib
    1415PDWIN32_TOOLS   = ..\bin
    15 PDWIN32_INCLUDE = ..\..\include
    16 !include $(PDWIN32_INCLUDE)\pdwin32.mk
     16PDWIN32_TCOMMON = ..\common
    1717
    18 # Definitions for pdwin32.post
     18
     19# Defines for the pdwin32.post and pdwin32.mk
     20EXETARGET   = 1
    1921LOCALCLEAN  = 1
    2022CLEANEXTRAS = commonicc.lib
    2123
    22 #
     24
     25# Compiler, tools, and interference rules.
     26!include $(PDWIN32_INCLUDE)\pdwin32.mk
     27
     28
    2329# Addjust common definitions...
    24 #
    25 CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ -Tm+ -I$(PDWIN32_INCLUDE)      -Wall+ppt-ppc-inl-cnv-gnr-vft-
    26 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft-
     30CFLAGS   = $(CFLAGS)   -Wall+ppt-ppc-inl-cnv-gnr-vft-
     31CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft-
    2732
    2833
     
    4146
    4247
    43 #
    4448# All rule.
    45 #
    4649all:    $(OBJDIR) \
    4750        commonicc.lib
     
    5558    $(ILIB) $@ $(OBJS: = +), NUL;
    5659
    57 #
    58 # dependent rule. forward to main makefile.
    59 #
     60
     61# Dependent rule. Forward to main makefile.
    6062dep:
    6163    @$(MAKE) /nologo -f makefile NODEP=1 dep
Note: See TracChangeset for help on using the changeset viewer.