Library.mk (52d905a6) | Library.mk (e53b81a8) |
---|---|
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 --- 99 unchanged lines hidden (view full) --- 108 109$(eval $(foreach method,\ 110 add_asmobject \ 111 add_asmobjects \ 112 add_cobject \ 113 add_cobjects \ 114 add_cxxobject \ 115 add_cxxobjects \ | 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 --- 99 unchanged lines hidden (view full) --- 108 109$(eval $(foreach method,\ 110 add_asmobject \ 111 add_asmobjects \ 112 add_cobject \ 113 add_cobjects \ 114 add_cxxobject \ 115 add_cxxobjects \ |
116 add_objcobject \ 117 add_objcobjects \ |
|
116 add_objcxxobject \ 117 add_objcxxobjects \ 118 add_exception_objects \ 119 add_noexception_objects \ 120 add_generated_cobject \ 121 add_generated_cobjects \ 122 add_generated_exception_objects \ 123 set_yaccflags \ 124 add_cflags \ 125 set_cflags \ 126 add_cxxflags \ 127 set_cxxflags \ | 118 add_objcxxobject \ 119 add_objcxxobjects \ 120 add_exception_objects \ 121 add_noexception_objects \ 122 add_generated_cobject \ 123 add_generated_cobjects \ 124 add_generated_exception_objects \ 125 set_yaccflags \ 126 add_cflags \ 127 set_cflags \ 128 add_cxxflags \ 129 set_cxxflags \ |
130 add_objcflags \ 131 set_objcflags \ |
|
128 add_objcxxflags \ 129 set_objcxxflags \ 130 add_defs \ 131 set_defs \ 132 set_include \ 133 add_ldflags \ 134 set_ldflags \ 135 add_libs \ --- 18 unchanged lines hidden --- | 132 add_objcxxflags \ 133 set_objcxxflags \ 134 add_defs \ 135 set_defs \ 136 set_include \ 137 add_ldflags \ 138 set_ldflags \ 139 add_libs \ --- 18 unchanged lines hidden --- |