Library.mk (7871dc3e) | Library.mk (44c25570) |
---|---|
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 --- 106 unchanged lines hidden (view full) --- 115 set_cxxflags \ 116 set_objcxxflags \ 117 set_defs \ 118 set_include \ 119 set_ldflags \ 120 set_library_path_flags \ 121 add_linked_libs \ 122 add_linked_static_libs \ | 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 --- 106 unchanged lines hidden (view full) --- 115 set_cxxflags \ 116 set_objcxxflags \ 117 set_defs \ 118 set_include \ 119 set_ldflags \ 120 set_library_path_flags \ 121 add_linked_libs \ 122 add_linked_static_libs \ |
123 add_external_libs \ |
|
123 add_package_headers \ 124 add_sdi_headers \ 125 add_precompiled_header \ 126,\ 127 $(call gb_Library__forward_to_Linktarget,$(method))\ 128)) 129 130# vim: set noet sw=4 ts=4: | 124 add_package_headers \ 125 add_sdi_headers \ 126 add_precompiled_header \ 127,\ 128 $(call gb_Library__forward_to_Linktarget,$(method))\ 129)) 130 131# vim: set noet sw=4 ts=4: |