Ignore:
Timestamp:
Dec 3, 2000, 12:27:03 AM (25 years ago)
Author:
bird
Message:

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile

    r4654 r4712  
    1 # $Id: makefile,v 1.9 2000-11-21 04:37:23 bird Exp $
     1# $Id: makefile,v 1.10 2000-12-02 23:26:58 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    66#       Tools common parts
     
    2222# Compiler, tools, and interference rules.
    2323#
    24 !include ..\..\include\pdwin32.mk
     24!include ../../makefile.inc
    2525
    2626
     
    3232        $(OBJDIR)\common.a \
    3333!endif
    34         $(PDWIN32_TOOLS)\kDef2Wat.exe
    35 #        $(PDWIN32_TOOLS)\kDump.exe
     34        $(ODIN32_TOOLS)\kDef2Wat.exe
     35#        $(ODIN32_TOOLS)\kDump.exe
    3636
    3737
     
    4040#
    4141needed:     $(OBJDIR)\common.lib \
    42             $(PDWIN32_TOOLS)\kDef2Wat.exe
     42            $(ODIN32_TOOLS)\kDef2Wat.exe
    4343
    4444
     
    6161# Tools.
    6262#
    63 $(PDWIN32_TOOLS)\kDump.exe    $(OBJDIR)\kDump.exe    kDump.exe \
    64 $(PDWIN32_TOOLS)\kDef2Wat.exe $(OBJDIR)\kDef2Wat.exe kDef2Wat.exe : force
     63$(ODIN32_TOOLS)\kDump.exe    $(OBJDIR)\kDump.exe    kDump.exe \
     64$(ODIN32_TOOLS)\kDef2Wat.exe $(OBJDIR)\kDef2Wat.exe kDef2Wat.exe : force
    6565    -@echo $@
    6666    @$(MAKE_CMD) -f $(@B).mak all
     
    8181dep:
    8282    $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc \
    83         *.rc *.dlg $(PDWIN32_INCLUDE)\*.h -robj *.orc \
     83        *.rc *.dlg $(ODIN32_INCLUDE)\*.h -robj *.orc \
    8484        -objo    *.c *.cpp \
    8585        -objgobj *.c *.cpp
Note: See TracChangeset for help on using the changeset viewer.