Changeset 4712 for trunk/tools/makefile


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/makefile

    r4620 r4712  
    1 # $Id: makefile,v 1.13 2000-11-19 08:20:55 bird Exp $
     1# $Id: makefile,v 1.14 2000-12-02 23:26:57 bird Exp $
    22
    33#
    4 # PD-Win32 API
     4# Odin32 API
    55#
    66#       Top of the tools tree makefile
     
    2121# Directory macros.
    2222#
    23 PDWIN32_INCLUDE = ..\include
    24 PDWIN32_TOOLS   = .\bin
    25 !include $(PDWIN32_INCLUDE)\pdwin32.tools
     23!include ../makefile.inc
    2624
    2725
     
    4947# common rules.
    5048#
    51 dep clean all:
     49$(COMMONRULES):
    5250    $(DODIRS) "$(ALL_DIRS)" $(MAKE_CMD) $@
    5351
     
    5755#
    5856needed:
    59     cd fastdep
    60     $(MAKE_CMD)
    61     cd ..\common
    62     $(MAKE_CMD) NODEP=1 dep
    63     $(MAKE_CMD) needed
    64     cd ..\impdef
    65     $(MAKE_CMD) NODEP=1 dep
    66     $(MAKE_CMD)
    67     cd ..
     57    $(DODIRS) "fastdep common impdef" $(MAKE_CMD)
    6858
    6959
Note: See TracChangeset for help on using the changeset viewer.