Changeset 3581 for trunk/kStuff/kRdr


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

    r3571 r3581  
    11# $Id$
    22## @file
    3 # kRdr - The File Provider.
     3# kRdr - The File Provider, sub-makefile.
    44#
    55
     
    2525#
    2626
    27 DEPTH = ../..
    28 include $(PATH_KBUILD)/header.kmk
     27DEPTH ?= ../..
     28SUB_DEPTH = ..
     29include $(PATH_KBUILD)/subheader.kmk
    2930
    3031#
     
    4041
    4142# Generate the rules
    42 include $(PATH_KBUILD)/footer.kmk
     43include $(PATH_KBUILD)/subfooter.kmk
    4344
Note: See TracChangeset for help on using the changeset viewer.