StaticLibrary_ooopathutils.mk (7871dc3e) | StaticLibrary_ooopathutils.mk (b93bfd5e) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 20#************************************************************** 21 22 23 24$(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils)) 25 26$(eval $(call gb_StaticLibrary_add_package_headers,ooopathutils,tools_inc)) 27 | 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 --- 11 unchanged lines hidden (view full) --- 20#************************************************************** 21 22 23 24$(eval $(call gb_StaticLibrary_StaticLibrary,ooopathutils)) 25 26$(eval $(call gb_StaticLibrary_add_package_headers,ooopathutils,tools_inc)) 27 |
28ifneq ($(USE_SYSTEM_STL),YES) 29ifeq ($(PRODUCT),) 30$(eval $(call gb_StaticLibrary_set_defs,ooopathutils,\ 31 $$(DEFS) \ 32 -D_DEBUG \ 33)) 34endif 35endif 36 |
|
28$(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\ 29 tools/source/misc/pathutils \ 30)) 31 32 33# HACK for now 34# We really should fix the clients of this to link against the static library 35# Instead of this evil linking of an object from $(OUTDIR) --- 15 unchanged lines hidden --- | 37$(eval $(call gb_StaticLibrary_add_exception_objects,ooopathutils,\ 38 tools/source/misc/pathutils \ 39)) 40 41 42# HACK for now 43# We really should fix the clients of this to link against the static library 44# Instead of this evil linking of an object from $(OUTDIR) --- 15 unchanged lines hidden --- |