| Executable.mk (390c74e1) | Executable.mk (88fe4d89) |
|---|---|
| 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 --- 85 unchanged lines hidden (view full) --- 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 \ | 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 --- 85 unchanged lines hidden (view full) --- 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 \ |
| 102 add_flex_files \ |
|
| 102,\ 103 $(call gb_Executable_forward_to_Linktarget,$(method))\ 104)) 105 106# vim: set noet sw=4 ts=4: | 103,\ 104 $(call gb_Executable_forward_to_Linktarget,$(method))\ 105)) 106 107# vim: set noet sw=4 ts=4: |