- Timestamp:
- Jul 19, 2019 5:20:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/Makefile.kmk
r76553 r79893 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 ifdef VBOX_WITH_KCHMVIEWER 22 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),) 23 include $(PATH_SUB_CURRENT)/kchmviewer-4.3/Makefile.kmk 21 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS)) 22 ifdef VBOX_WITH_KCHMVIEWER 23 ifneq ($(wildcard $(PATH_SUB_CURRENT)/kchmviewer-4.3),) 24 include $(PATH_SUB_CURRENT)/kchmviewer-4.3/Makefile.kmk 25 endif 24 26 endif 25 endif 26 ifeq ($(KBUILD_TARGET),linux)27 ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),)28 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk27 ifeq ($(KBUILD_TARGET),linux) 28 ifneq ($(wildcard $(PATH_SUB_CURRENT)/tunctl),) 29 include $(PATH_SUB_CURRENT)/tunctl/Makefile.kmk 30 endif 29 31 endif 30 32 endif
Note:
See TracChangeset
for help on using the changeset viewer.