Lines Matching refs:COMP_NAME
39 COMP_NAME=MinimalComponent macro
40 COMP_CLASS_OUT=$(SAMPLE_CLASS_OUT)/$(COMP_NAME)
41 COMP_GEN_OUT=$(SAMPLE_GEN_OUT)/$(COMP_NAME)
42 COMP_RDB_NAME=$(COMP_NAME).uno.rdb
44 COMP_PACKAGE=$(OUT_BIN)/$(COMP_NAME).$(UNOOXT_EXT)
46 COMP_JAR_NAME=$(COMP_NAME).uno.jar
48 COMP_JAR_MANIFEST=$(COMP_GEN_OUT)/$(COMP_NAME).uno.Manifest
50 COMP_REGISTERFLAG=$(COMP_GEN_OUT)$(PS)java_$(COMP_NAME)_register_component.flag
51 COMP_COMPONENTS=$(COMP_NAME).components
152 $(COMP_PACKAGE) : $(COMP_RDB) $(COMP_JAR) $(COMP_UNOPKG_MANIFEST) $(COMP_NAME).components
155 $(SDK_ZIP) $@ $(COMP_NAME).components
180 @echo The $(COMP_NAME) component was installed if SDK_AUTO_DEPLOYMENT = YES.