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/common/makefile.icc

    r1007 r2714  
    1 # $Id: makefile.icc,v 1.3 1999-09-22 09:46:52 sandervl Exp $
     1# $Id: makefile.icc,v 1.4 2000-02-09 23:50:51 bird Exp $
    22
    33#
     
    2828
    2929
    30 clean:
    31    -@$(RM) *.obj
    32    -@$(RM) commonicc.lib
    33    -@$(RM) cset*.pch
     30dep:
     31    @nmake /nologo -f makefile NODEP=1 dep
     32
     33!ifndef NODEP
     34!include .depend
     35!endif
    3436
    3537
    36 # dependencies
    37 kFilePE.obj:    kFilePE.cpp   \
    38                 kFilePE.h     \
    39                 kFileFormatBase.h
    40 
    41 kFileDef.obj:   kFileDef.cpp  \
    42                 kFileDef.h    \
    43                 kFileFormatBase.h
     38clean:
     39   @$(RM) *.obj commonicc.lib cset*.pch
    4440
    4541
     42
     43
Note: See TracChangeset for help on using the changeset viewer.