UnoApiTarget.mk (e8183b3f) | UnoApiTarget.mk (8f3a2c2f) |
---|---|
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 --- 163 unchanged lines hidden (view full) --- 172 rm -f $${RESPONSEFILE} 173 174endef 175 176define gb_UnoApiHeaderTarget__command 177$(call gb_Helper_abbreviate_dirs_native,\ 178 mkdir -p $(dir $(1)) && \ 179 mkdir -p $(gb_Helper_MISC) && \ | 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 --- 163 unchanged lines hidden (view full) --- 172 rm -f $${RESPONSEFILE} 173 174endef 175 176define gb_UnoApiHeaderTarget__command 177$(call gb_Helper_abbreviate_dirs_native,\ 178 mkdir -p $(dir $(1)) && \ 179 mkdir -p $(gb_Helper_MISC) && \ |
180 RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),200,\ 181 " -Gc -L -BUCR -O$(call gb_UnoApiTarget_get_header_target,$*) $(7) \ | 180 RESPONSEFILE=`$(gb_MKTEMP)` && \ 181 echo " -Gc -L -BUCR -O$(call gb_UnoApiTarget_get_header_target,$*) $(7) \ |
182 $(1) \ | 182 $(1) \ |
183 ") && \ | 183 " > $${RESPONSEFILE} && \ |
184 $(gb_UnoApiTarget_CPPUMAKERCOMMAND) @$${RESPONSEFILE} && \ 185 rm -f $${RESPONSEFILE}) 186 187endef 188 189# TODO: 190# - get idlc switch "-P" (generate .urd into package dir) 191# - generate dependencies for included idls --- 14 unchanged lines hidden --- | 184 $(gb_UnoApiTarget_CPPUMAKERCOMMAND) @$${RESPONSEFILE} && \ 185 rm -f $${RESPONSEFILE}) 186 187endef 188 189# TODO: 190# - get idlc switch "-P" (generate .urd into package dir) 191# - generate dependencies for included idls --- 14 unchanged lines hidden --- |