Library.mk (390c74e1) | Library.mk (6bf52fda) |
---|---|
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 --- 93 unchanged lines hidden (view full) --- 102 103define gb_Library_is_udk_versioned 104$(or \ 105 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_RTVERLIBS)),\ 106 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_UNOVERLIBS))) 107endef 108 109$(eval $(foreach method,\ | 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 --- 93 unchanged lines hidden (view full) --- 102 103define gb_Library_is_udk_versioned 104$(or \ 105 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_RTVERLIBS)),\ 106 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_UNOVERLIBS))) 107endef 108 109$(eval $(foreach method,\ |
110 add_asmobject \ 111 add_asmobjects \ |
|
110 add_cobject \ 111 add_cobjects \ 112 add_cxxobject \ 113 add_cxxobjects \ 114 add_objcxxobject \ 115 add_objcxxobjects \ 116 add_exception_objects \ 117 add_noexception_objects \ --- 32 unchanged lines hidden --- | 112 add_cobject \ 113 add_cobjects \ 114 add_cxxobject \ 115 add_cxxobjects \ 116 add_objcxxobject \ 117 add_objcxxobjects \ 118 add_exception_objects \ 119 add_noexception_objects \ --- 32 unchanged lines hidden --- |