Changeset 3581 for trunk/kStuff/kDbg


Ignore:
Timestamp:
Sep 3, 2007, 12:02:55 AM (18 years ago)
Author:
bird
Message:

converted to a sub-makefile setup for the whole kStuff tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kDbg/Makefile.kmk

    r3552 r3581  
    11# $Id$
    22## @file
    3 # kDbg - The Debug Info Reader.
     3# kDbg - The Debug Info Reader, sub-makefile.
    44#
    55
     
    2525#
    2626
    27 DEPTH = ../..
    28 include $(PATH_KBUILD)/header.kmk
     27DEPTH ?= ../..
     28SUB_DEPTH = ..
     29include $(PATH_KBUILD)/subheader.kmk
    2930
    3031#
     
    3435kDbg_TEMPLATE = kStuffDLL
    3536kDbg_DEFS = KDBG_BUILDING KDBG_RESIDES_IN_DLL
    36 kDbg_INCS = ../kLdr
    3737kDbg_SOURCES := \
    3838        kDbgModule.cpp \
     
    4343        kDbgModWinDbgHelp.cpp
    4444
    45 
    4645#
    4746# kDbgStatic - The profiler module.
     
    5049kDbgStatic_TEMPLATE = kStuffLIB
    5150kDbgStatic_DEFS = KDBG_BUILDING
    52 kDbgStatic_INCS = ../kLdr
    5351kDbgStatic_SOURCES = $(kDbg_SOURCES)
    5452
     
    6664
    6765# Generate the rules
    68 include $(PATH_KBUILD)/footer.kmk
     66include $(PATH_KBUILD)/subfooter.kmk
    6967
Note: See TracChangeset for help on using the changeset viewer.