Executable.mk (0f0bb070) | Executable.mk (7de6b1b1) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93 add_linked_libs \ 94 add_linked_static_libs \ 95 use_external \ 96 use_externals \ 97 add_package_headers \ 98 add_sdi_headers \ 99 add_precompiled_header \ 100 set_private_extract_of_public_api \ | 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 --- 84 unchanged lines hidden (view full) --- 93 add_linked_libs \ 94 add_linked_static_libs \ 95 use_external \ 96 use_externals \ 97 add_package_headers \ 98 add_sdi_headers \ 99 add_precompiled_header \ 100 set_private_extract_of_public_api \ |
101 add_bison_files \ |
|
101,\ 102 $(call gb_Executable_forward_to_Linktarget,$(method))\ 103)) 104 105# vim: set noet sw=4 ts=4: | 102,\ 103 $(call gb_Executable_forward_to_Linktarget,$(method))\ 104)) 105 106# vim: set noet sw=4 ts=4: |