Changeset 1665 for trunk/src/Makefile.kmk
- Timestamp:
- Jun 30, 2008, 11:14:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.kmk
r1509 r1665 1 1 # $Id$ 2 2 ## @file 3 # Makefile for the source directory.3 # Sub-makefile for the source directory. 4 4 # 5 5 … … 25 25 # 26 26 27 DEPTH = ..28 include $( PATH_KBUILD)/header.kmk27 SUB_DEPTH = .. 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 SUBDIRS = lib kmk sed kDepPre kObjCache 30 include $(PATH_SUB_CURRENT)/lib/Makefile.kmk 31 include $(PATH_SUB_CURRENT)/kmk/Makefile.kmk 32 include $(PATH_SUB_CURRENT)/sed/Makefile.kmk 33 include $(PATH_SUB_CURRENT)/kDepPre/Makefile.kmk 34 include $(PATH_SUB_CURRENT)/kObjCache/Makefile.kmk 31 35 ifneq ($(KBUILD_TARGET),win) 32 SUBDIRS += ash 36 include $(PATH_SUB_CURRENT)/ash/Makefile.kmk 33 37 endif 34 38 35 include $(FILE_KBUILD_ FOOTER)39 include $(FILE_KBUILD_SUB_FOOTER) 36 40
Note:
See TracChangeset
for help on using the changeset viewer.