Changeset 3581 for trunk/kStuff/kProfiler2
- Timestamp:
- Sep 3, 2007, 12:02:55 AM (18 years ago)
- 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$ 2 2 ## @file 3 # kProfiler Mark 2 3 # kProfiler Mark 2, sub-makefile. 4 4 # 5 5 … … 25 25 26 26 27 DEPTH = ../.. 28 include $(PATH_KBUILD)/header.kmk 27 DEPTH ?= ../.. 28 SUB_DEPTH = .. 29 include $(PATH_KBUILD)/subheader.kmk 29 30 30 #LIBRARIES 31 DLLS 32 PROGRAMS 31 #LIBRARIES += kPrf2GC kPrf2R0 32 DLLS += kPrf2 33 PROGRAMS += kPrf2Read 33 34 34 35 … … 110 111 KPRF_LEAVE=_KPrfLeave 111 112 112 113 114 113 # 115 114 # kPrf2Read - The read & producer of statistics. … … 123 122 $(PATH_LIB)/kRdrStatic$(SUFF_LIB) \ 124 123 $(PATH_LIB)/kHlpCRTStatic$(SUFF_LIB) 125 126 # kLdr stuff127 KLDR_ROOT ?= $(PATH_CURRENT)/../kLdr128 kPrf2Read_INCS += $(KLDR_ROOT)129 124 130 125 … … 146 141 147 142 # Generate the rules 148 include $(PATH_KBUILD)/ footer.kmk143 include $(PATH_KBUILD)/subfooter.kmk 149 144 150 145 -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.