Library_cppuhelper.mk (37ec910a) | Library_cppuhelper.mk (6958bde2) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28$(eval $(call gb_Library_add_precompiled_header,cppuhelper,$(SRCDIR)/formula/inc/pch/precompiled_cppuhelper)) 29 30ifeq ($(COMNAME),msci) 31else ifeq ($(COMNAME),mscx) 32else ifeq ($(COMNAME),sunpro5) 33$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/cc5_solaris_sparc.map)) 34else ifeq ($(GUI)$(COMNAME),OS2gcc3) 35$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3os2.map)) | 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 --- 19 unchanged lines hidden (view full) --- 28$(eval $(call gb_Library_add_precompiled_header,cppuhelper,$(SRCDIR)/formula/inc/pch/precompiled_cppuhelper)) 29 30ifeq ($(COMNAME),msci) 31else ifeq ($(COMNAME),mscx) 32else ifeq ($(COMNAME),sunpro5) 33$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/cc5_solaris_sparc.map)) 34else ifeq ($(GUI)$(COMNAME),OS2gcc3) 35$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3os2.map)) |
36else 37ifneq ($(OS),MACOSX) | 36else ifneq ($(OS),MACOSX) |
38$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3.map)) 39endif | 37$(eval $(call gb_Library_set_versionmap,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3.map)) 38endif |
40endif | |
41 42 43$(eval $(call gb_Library_set_include,cppuhelper,\ 44 $$(INCLUDE) \ 45 -I$(SRCDIR)/cppuhelper/inc \ 46 -I$(SRCDIR)/cppuhelper/inc/pch \ 47 -I$(OUTDIR)/inc \ 48)) --- 119 unchanged lines hidden --- | 39 40 41$(eval $(call gb_Library_set_include,cppuhelper,\ 42 $$(INCLUDE) \ 43 -I$(SRCDIR)/cppuhelper/inc \ 44 -I$(SRCDIR)/cppuhelper/inc/pch \ 45 -I$(OUTDIR)/inc \ 46)) --- 119 unchanged lines hidden --- |