| Library.mk (790ba93f) | Library.mk (c4e9543b) |
|---|---|
| 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 --- 88 unchanged lines hidden (view full) --- 97 98endef 99 100gb_Library_get_runtime_filename = \ 101 $(or $(call gb_Library_get_dllname,$(1)),$(call gb_Library_get_filename,$(1))) 102 103define gb_Library_is_udk_versioned 104$(or \ | 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 --- 88 unchanged lines hidden (view full) --- 97 98endef 99 100gb_Library_get_runtime_filename = \ 101 $(or $(call gb_Library_get_dllname,$(1)),$(call gb_Library_get_filename,$(1))) 102 103define gb_Library_is_udk_versioned 104$(or \ |
| 105 $(filter-out $(OS),MACOSX),\ |
|
| 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_cobject \ 111 add_cobjects \ 112 add_cxxobject \ --- 35 unchanged lines hidden --- | 106 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_RTVERLIBS)),\ 107 $(filter $(patsubst %:$(notdir $(1)),%,$(filter %:$(notdir $(1)),$(gb_Library_FILENAMES))),$(gb_Library_UNOVERLIBS))) 108endef 109 110$(eval $(foreach method,\ 111 add_cobject \ 112 add_cobjects \ 113 add_cxxobject \ --- 35 unchanged lines hidden --- |