Changeset 9068 for trunk/tools


Ignore:
Timestamp:
Aug 20, 2002, 11:30:17 PM (23 years ago)
Author:
bird
Message:

Dual makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fastdep/makefile

    r6136 r9068  
    1 # $Id: makefile,v 1.11 2001-06-28 22:01:55 bird Exp $
     1# $Id: makefile,v 1.12 2002-08-20 21:30:17 bird Exp $
    22
    33#
     
    66#   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
    77#
     8#   Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
     9#
     10#   GPL
    811#
    912
    1013
     14!ifdef BUILD_SETUP_MAK
     15
     16
     17#
     18# Setup config
     19#
     20PATH_ROOT = ..\..
     21!include $(PATH_ROOT)\$(BUILD_SETUP_MAK)
     22
     23#
     24# Target config
     25#
     26TARGET_NAME = fastdep
     27TARGET_PUBLIC = 1
     28TARGET_PUBNAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE)
     29TARGET_OBJS =\
     30$(PATH_TARGET)\fastdep.$(EXT_OBJ)\
     31$(PATH_TARGET)\avl.$(EXT_OBJ)\
     32
     33#
     34# Rules config
     35#
     36RULES_FORWARD =
     37!include $(MAKE_INCLUDE_PROCESS)
     38
     39
     40!else
    1141#
    1242# Directory macro.
     
    70100!include $(ODIN32_POST_INC)
    71101
     102!endif
    72103
    73104#
Note: See TracChangeset for help on using the changeset viewer.