target.mk (86e1cf34) | target.mk (43feee13) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 136 unchanged lines hidden (view full) --- 145APP4TARGET= 146APP5TARGET= 147APP6TARGET= 148APP7TARGET= 149APP8TARGET= 150APP9TARGET= 151.ENDIF 152 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 136 unchanged lines hidden (view full) --- 145APP4TARGET= 146APP5TARGET= 147APP6TARGET= 148APP7TARGET= 149APP8TARGET= 150APP9TARGET= 151.ENDIF 152 |
153APP1RUNTEST= 154APP2RUNTEST= 155APP3RUNTEST= 156APP4RUNTEST= 157APP5RUNTEST= 158APP6RUNTEST= 159APP7RUNTEST= 160APP8RUNTEST= 161APP9RUNTEST= 162 163.IF "$(APP1TEST)"=="enabled" 164APP1RUNTEST=$(APP1TARGET)_run 165.ENDIF 166.IF "$(APP2TEST)"=="enabled" 167APP2RUNTEST=$(APP2TARGET)_run 168.ENDIF 169.IF "$(APP3TEST)"=="enabled" 170APP3RUNTEST=$(APP3TARGET)_run 171.ENDIF 172.IF "$(APP4TEST)"=="enabled" 173APP4RUNTEST=$(APP4TARGET)_run 174.ENDIF 175.IF "$(APP5TEST)"=="enabled" 176APP5RUNTEST=$(APP5TARGET)_run 177.ENDIF 178.IF "$(APP6TEST)"=="enabled" 179APP6RUNTEST=$(APP6TARGET)_run 180.ENDIF 181.IF "$(APP7TEST)"=="enabled" 182APP7RUNTEST=$(APP7TARGET)_run 183.ENDIF 184.IF "$(APP8TEST)"=="enabled" 185APP8RUNTEST=$(APP8TARGET)_run 186.ENDIF 187.IF "$(APP9TEST)"=="enabled" 188APP9RUNTEST=$(APP9TARGET)_run 189.ENDIF 190 |
|
153.IF "$(IDLFILES)"!="" 154 155URDFILES+=$(foreach,i,$(IDLFILES:s/.idl/.urd/:f) $(OUT)/ucr/$(IDLPACKAGE)/$i) 156UNOIDLTARGETS+=$(URDFILES) 157 158.IF "$(URDFILES)"!="" 159LOCALDBTARGET=$(OUT)/ucr/$(TARGET).db 160.ENDIF --- 990 unchanged lines hidden (view full) --- 1151 $(SCP5TARGETN) \ 1152 $(SCP6TARGETN) \ 1153 $(SCP7TARGETN) \ 1154 $(SCP8TARGETN) \ 1155 $(SCP9TARGETN) \ 1156 $(APP1TARGETN) $(APP2TARGETN) $(APP3TARGETN) \ 1157 $(APP4TARGETN) $(APP5TARGETN) $(APP6TARGETN) \ 1158 $(APP7TARGETN) $(APP8TARGETN) $(APP9TARGETN) \ | 191.IF "$(IDLFILES)"!="" 192 193URDFILES+=$(foreach,i,$(IDLFILES:s/.idl/.urd/:f) $(OUT)/ucr/$(IDLPACKAGE)/$i) 194UNOIDLTARGETS+=$(URDFILES) 195 196.IF "$(URDFILES)"!="" 197LOCALDBTARGET=$(OUT)/ucr/$(TARGET).db 198.ENDIF --- 990 unchanged lines hidden (view full) --- 1189 $(SCP5TARGETN) \ 1190 $(SCP6TARGETN) \ 1191 $(SCP7TARGETN) \ 1192 $(SCP8TARGETN) \ 1193 $(SCP9TARGETN) \ 1194 $(APP1TARGETN) $(APP2TARGETN) $(APP3TARGETN) \ 1195 $(APP4TARGETN) $(APP5TARGETN) $(APP6TARGETN) \ 1196 $(APP7TARGETN) $(APP8TARGETN) $(APP9TARGETN) \ |
1197 $(APP1RUNTEST) $(APP2RUNTEST) $(APP3RUNTEST) \ 1198 $(APP4RUNTEST) $(APP5RUNTEST) $(APP6RUNTEST) \ 1199 $(APP7RUNTEST) $(APP8RUNTEST) $(APP9RUNTEST) \ |
|
1159 $(JARTARGETN) \ 1160 $(JARTARGETDEPN) \ 1161 $(SRC1TARGET) \ 1162 $(SRC2TARGET) \ 1163 $(SRC3TARGET) \ 1164 $(SRC4TARGET) $(SRC5TARGET) $(SRC6TARGET) \ 1165 $(SRC7TARGET) $(SRC8TARGET) $(SRC9TARGET) \ 1166 $(SRC10TARGET) $(SRC11TARGET) $(SRC12TARGET) \ 1167 $(SRC13TARGET) $(SRC14TARGET) $(SRC15TARGET) \ 1168 $(SRC16TARGET) \ | 1200 $(JARTARGETN) \ 1201 $(JARTARGETDEPN) \ 1202 $(SRC1TARGET) \ 1203 $(SRC2TARGET) \ 1204 $(SRC3TARGET) \ 1205 $(SRC4TARGET) $(SRC5TARGET) $(SRC6TARGET) \ 1206 $(SRC7TARGET) $(SRC8TARGET) $(SRC9TARGET) \ 1207 $(SRC10TARGET) $(SRC11TARGET) $(SRC12TARGET) \ 1208 $(SRC13TARGET) $(SRC14TARGET) $(SRC15TARGET) \ 1209 $(SRC16TARGET) \ |
1169 $(RSC_MULTI1) \ 1170 $(RSC_MULTI2) \ 1171 $(RSC_MULTI3) \ | 1210 $(RSC_MULTI1) \ 1211 $(RSC_MULTI2) \ 1212 $(RSC_MULTI3) \ |
1172 $(RSC_MULTI4) \ 1173 $(RSC_MULTI5) \ 1174 $(RSC_MULTI6) \ 1175 $(RSC_MULTI7) \ 1176 $(RSC_MULTI8) \ 1177 $(RSC_MULTI9) \ 1178 $(INDPRESLIB1TARGETN) \ 1179 $(RESLIB1TARGETN) $(RESLIB2TARGETN) \ --- 905 unchanged lines hidden --- | 1213 $(RSC_MULTI4) \ 1214 $(RSC_MULTI5) \ 1215 $(RSC_MULTI6) \ 1216 $(RSC_MULTI7) \ 1217 $(RSC_MULTI8) \ 1218 $(RSC_MULTI9) \ 1219 $(INDPRESLIB1TARGETN) \ 1220 $(RESLIB1TARGETN) $(RESLIB2TARGETN) \ --- 905 unchanged lines hidden --- |