Lines Matching refs:TARGET
26 TARGET := qa macro
39 INCPRE += $(MISC)$/$(TARGET)$/inc
41 APP1TARGET = $(TARGET)_any
47 APP2TARGET = $(TARGET)_unotype
53 APP3TARGET = $(TARGET)_reference
59 APP4TARGET = $(TARGET)_recursion
67 $(APP1OBJS): $(MISC)$/$(TARGET).cppumaker.flag
68 $(APP2OBJS): $(MISC)$/$(TARGET).cppumaker.flag
69 $(APP3OBJS): $(MISC)$/$(TARGET).cppumaker.flag
70 $(APP4OBJS): $(MISC)$/$(TARGET).cppumaker.flag
72 $(MISC)$/$(TARGET).cppumaker.flag: $(MISC)$/$(TARGET).rdb
73 - $(MKDIRHIER) $(MISC)$/$(TARGET)$/inc
74 $(CPPUMAKER) -O$(MISC)$/$(TARGET)$/inc -BUCR -C $< \
78 $(MISC)$/$(TARGET).rdb: $(MISC)$/$(TARGET)$/types.urd
82 $(MISC)$/$(TARGET)$/types.urd: types.idl
83 - $(MKDIR) $(MISC)$/$(TARGET)
84 $(IDLC) -O$(MISC)$/$(TARGET) -I$(SOLARIDLDIR) -cid -we $<