Ignore:
Timestamp:
Dec 6, 2006, 5:00:16 AM (19 years ago)
Author:
bird
Message:

cleanup. PATH_DEV* -> PATH_DEVTOOLS*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/ALP.kmk

    r665 r667  
    44# kBuild Tool Config - ALP or later.
    55#
    6 # Copyright (c) 2005 knut st. osmundsen <bird-srcspam@anduin.net>
     6# Copyright (c) 2005-2006 knut st. osmundsen <bird-srcspam@anduin.net>
    77#
    88#
     
    2525#
    2626
     27TOOL_ALP := The IBM Assembly Language Processor
    2728
    28 TOOL_ALP                     := IBM Assembly Language Processor
    29 #ifndef PATH_TOOL_ALP
    30 #PATH_TOOL_ALP                := $(sort $(wildcard $(PATH_DEV_BLD)/alp/v*.*))
    31 #ifneq ($(PATH_TOOL_ALP),)
    32 #PATH_TOOL_ALP                := $(call lastword,$(PATH_TOOL_ALP))
    33 #endif
    34 #endif
     29# Tool Specific Properties
     30ifndef PATH_TOOL_ALP
     31 PATH_TOOL_ALP := $(sort $(wildcard $(PATH_DEVTOOLS_BLD)/alp/v*.*))
     32 ifneq ($(PATH_TOOL_ALP),)
     33  PATH_TOOL_ALP := $(call lastword,$(PATH_TOOL_ALP))
     34 endif
     35endif
     36ifneq ($(PATH_TOOL_ALP),)
     37 TOOL_ALP_AS ?= $(PATH_TOOL_ALP)/alp$(HOSTSUFF_EXE)
     38else
     39 TOOL_ALP_AS ?= alp$(HOSTSUFF_EXE)
     40endif
    3541
    36 ifneq ($(PATH_TOOL_ALP),)
    37 TOOL_ALP_AS                  ?= $(PATH_TOOL_ALP)/alp$(HOSTSUFF_EXE)
    38 else
    39 TOOL_ALP_AS                  ?= alp$(HOSTSUFF_EXE)
    40 endif
    41 TOOL_ALP_ASFLAGS             ?= -Mb
     42# General Properties used by kBuild
     43TOOL_ALP_ASFLAGS ?= -Mb
    4244
    4345
Note: See TracChangeset for help on using the changeset viewer.