Lines Matching refs:TARGET

37 TARGET := qa_propertysetmixin  macro
42 my_components = $(TARGET).cpp $(TARGET).java
53 INCPRE += -I$(MISC)/$(TARGET)/inc
55 APP1TARGET = $(TARGET)
62 SHL2TARGET = $(TARGET).uno
80 $(MISC)/$(TARGET)/types.urd: types.idl
84 $(MISC)/$(TARGET)/types.rdb: $(MISC)/$(TARGET)/types.urd
88 $(MISC)/$(TARGET)/cppumaker.flag: $(MISC)/$(TARGET)/types.rdb
89 $(CPPUMAKER) -O$(MISC)/$(TARGET)/inc -BUCR -Gc \
93 $(SLOFILES): $(MISC)/$(TARGET)/cppumaker.flag
95 $(MISC)/$(TARGET)/javamaker.flag: $(MISC)/$(TARGET)/types.rdb
99 $(JAVATARGET): $(MISC)/$(TARGET)/javamaker.flag
101 $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \
102 $(MISC)/$(TARGET)/services.input \
104 $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/$(TARGET)/ -o $@ \
105 $(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input
107 $(MISC)/$(TARGET)/services.input:
113 $(MISC)/$(TARGET)/$(TARGET).cpp.component .ERRREMOVE: \
114 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).cpp.component
117 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).cpp.component
119 $(MISC)/$(TARGET)/$(TARGET).java.component .ERRREMOVE: \
120 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).java.component
123 $(SOLARENV)/bin/createcomponent.xslt $(TARGET).java.component
125 $(MISC)/$(TARGET)/$(TARGET).uno.jar: $(JAVATARGET) \
126 $(MISC)/$(TARGET)/javamaker.flag manifest
130 test .PHONY: $(APP1TARGETN) $(SHL2TARGETN) $(MISC)/$(TARGET)/$(TARGET).uno.jar \
131 $(MISC)/$(TARGET)/types.rdb $(MISC)/$(TARGET)/services.rdb
138 OOO_INBUILD_JAR_DIR=$(my_file)$(PWD)/$(MISC)/$(TARGET) \