make-rules/ips.mk
changeset 4355 918f15f3f728
parent 4196 d697072a92f5
child 4439 94148b6e4407
equal deleted inserted replaced
4351:c3f50d5f75d2 4355:918f15f3f728
   121 
   121 
   122 PKG_OPTIONS +=		$(PKG_MACROS:%=-D %)
   122 PKG_OPTIONS +=		$(PKG_MACROS:%=-D %)
   123 
   123 
   124 MANGLED_DIR =	$(PROTO_DIR)/mangled
   124 MANGLED_DIR =	$(PROTO_DIR)/mangled
   125 
   125 
       
   126 # We use += below so anyone wishing to put other directories at the beginning
       
   127 # of the list can do so, by setting PKG_PROTO_DIRS before including this file.
       
   128 # So don't change += to = here or components that use this will break.
   126 PKG_PROTO_DIRS += $(MANGLED_DIR) $(PROTO_DIR) $(@D) $(COMPONENT_DIR) $(COMPONENT_SRC)
   129 PKG_PROTO_DIRS += $(MANGLED_DIR) $(PROTO_DIR) $(@D) $(COMPONENT_DIR) $(COMPONENT_SRC)
   127 
   130 
   128 MANIFEST_BASE =		$(BUILD_DIR)/manifest-$(MACH)
   131 MANIFEST_BASE =		$(BUILD_DIR)/manifest-$(MACH)
   129 
   132 
   130 CANONICAL_MANIFESTS =	$(wildcard *.p5m)
   133 CANONICAL_MANIFESTS =	$(wildcard *.p5m)