Changeset 2714 for trunk/tools/impdef


Ignore:
Timestamp:
Feb 10, 2000, 12:52:04 AM (26 years ago)
Author:
bird
Message:

Dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/impdef/makefile

    r1007 r2714  
    1 # $Id: makefile,v 1.2 1999-09-22 09:46:52 sandervl Exp $
     1# $Id: makefile,v 1.3 2000-02-09 23:50:13 bird Exp $
    22
    33#
     
    1111# include common definitions
    1212PDWIN32_INCLUDE = ..\..\include
     13PDWIN32_TOOLS   = ..\bin
    1314!include $(PDWIN32_INCLUDE)\pdwin32.mk
    1415
    1516# Addjust common definitions
     17CINCLUDES= -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win -I..\common
    1618!ifdef DEBUG
    17 CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ -I$(PDWIN32_INCLUDE) -I..\common  \
    18            -Wall+ppt-ppc-inl-cnv-gnr-vft-
    19 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \
    20            -Wall+ppt-ppc-inl-cnv-gnr-vft-
     19CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft-
     20CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft-
    2121LDFLAGS  = $(LDFLAGS)  -Ge+ -Fe$@ /B"/MAP:full"
    2222!else
    23 CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ -I$(PDWIN32_INCLUDE) -I..\common      \
    24            -Wall+ppt-ppc-inl-cnv-gnr-vft-
    25 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \
    26            -Wall+ppt-ppc-inl-cnv-gnr-vft-
     23CFLAGS   = $(CFLAGS)   -Ge+ -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft-
     24CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft-
    2725LDFLAGS  = $(LDFLAGS)  -Ge+ -Fe$@ /B"/MAP:full"
    2826!endif
     
    4543
    4644
    47 clean:
    48    -@$(RM) *.obj
    49    -@$(RM) *.exe
    50    -@$(RM) *.map
    51    -@$(RM) *.pch
    52    -@$(RM) *.log
     45dep:
     46    $(DEPEND) $(CINCLUDES) -I *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h \
     47        *.c *.cpp
     48
     49!ifndef NODEP
     50!include .depend
     51!endif
    5352
    5453
    55 # Dependencies
    56 ImpDef.obj:    ImpDef.cpp ImpDef.h ..\common\kFileFormatBase.h \
    57                ..\common\kFileDef.h
     54clean:
     55    @$(RM) *.obj *.exe *.map *.pch *.log
    5856
     57
Note: See TracChangeset for help on using the changeset viewer.