Ignore:
Timestamp:
May 13, 2000, 5:40:34 PM (25 years ago)
Author:
bird
Message:

Updated makefiles to be more comform with the new makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile

    r2714 r3532  
    1 # $Id: makefile,v 1.3 2000-02-09 23:50:51 bird Exp $
     1# $Id: makefile,v 1.4 2000-05-13 15:40:34 bird Exp $
    22
    33#
     
    3636
    3737
    38 dep:
    39     $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
    40     *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp
    41 
    42 
    4338commonicc.lib: dummy
    4439    -@echo $@
     
    5348    @$(MAKE_CMD) OMF=1 -f makefile.gcc
    5449
     50
    5551#a simple hack to make nmake process the target.
    5652dummy:
     
    6460
    6561
     62dep:
     63    $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \
     64        *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp
    6665
Note: See TracChangeset for help on using the changeset viewer.