Repository.mk (790ba93f) | Repository.mk (d1758445) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41)) 42 43$(eval $(call gb_Helper_register_executables,OOO, \ 44 spadmin.bin \ 45)) 46 47$(eval $(call gb_Helper_register_executables,SDK, \ 48 regcompare \ | 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 --- 32 unchanged lines hidden (view full) --- 41)) 42 43$(eval $(call gb_Helper_register_executables,OOO, \ 44 spadmin.bin \ 45)) 46 47$(eval $(call gb_Helper_register_executables,SDK, \ 48 regcompare \ |
49 uno-skeletonmaker \ |
|
49)) 50 51$(eval $(call gb_Helper_register_executables,UREBIN, \ 52 regmerge \ 53 regview \ 54)) 55 56$(eval $(call gb_Helper_register_libraries,OOOLIBS, \ --- 187 unchanged lines hidden (view full) --- 244 jvmfwk \ 245 reg \ 246 sal \ 247 store \ 248)) 249 250$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 251 basegfx_s \ | 50)) 51 52$(eval $(call gb_Helper_register_executables,UREBIN, \ 53 regmerge \ 54 regview \ 55)) 56 57$(eval $(call gb_Helper_register_libraries,OOOLIBS, \ --- 187 unchanged lines hidden (view full) --- 245 jvmfwk \ 246 reg \ 247 sal \ 248 store \ 249)) 250 251$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ 252 basegfx_s \ |
253 codemaker \ 254 commoncpp \ 255 commonjava \ |
|
252 ooopathutils \ 253 salcpprt \ 254 sldshw_s \ 255 vclmain \ 256 udm \ 257)) 258 259# vim: set noet sw=4 ts=4: | 256 ooopathutils \ 257 salcpprt \ 258 sldshw_s \ 259 vclmain \ 260 udm \ 261)) 262 263# vim: set noet sw=4 ts=4: |