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

Made makefiles more comform with new standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.