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/kProfiler2/Makefile.kmk

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r3566 r3581  
    1 # $Id: $
     1# $Id$
    22## @file
    3 # kProfiler Mark 2
     3# kProfiler Mark 2, sub-makefile.
    44#
    55
     
    2525
    2626
    27 DEPTH = ../..
    28 include $(PATH_KBUILD)/header.kmk
     27DEPTH ?= ../..
     28SUB_DEPTH = ..
     29include $(PATH_KBUILD)/subheader.kmk
    2930
    30 #LIBRARIES   = kPrf2GC kPrf2R0
    31 DLLS        = kPrf2
    32 PROGRAMS    = kPrf2Read
     31#LIBRARIES  += kPrf2GC kPrf2R0
     32DLLS       += kPrf2
     33PROGRAMS   += kPrf2Read
    3334
    3435
     
    110111        KPRF_LEAVE=_KPrfLeave
    111112
    112 
    113 
    114113#
    115114# kPrf2Read - The read & producer of statistics.
     
    123122        $(PATH_LIB)/kRdrStatic$(SUFF_LIB) \
    124123        $(PATH_LIB)/kHlpCRTStatic$(SUFF_LIB)
    125 
    126 # kLdr stuff
    127 KLDR_ROOT ?= $(PATH_CURRENT)/../kLdr
    128 kPrf2Read_INCS += $(KLDR_ROOT)
    129124
    130125
     
    146141
    147142# Generate the rules
    148 include $(PATH_KBUILD)/footer.kmk
     143include $(PATH_KBUILD)/subfooter.kmk
    149144
    150145
Note: See TracChangeset for help on using the changeset viewer.