gbuild.mk (b597708b) gbuild.mk (4c01c3a0)
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

--- 187 unchanged lines hidden (view full) ---

196ifneq ($(strip $(ENABLE_KDE4)),)
197gb_GLOBALDEFS += -DENABLE_KDE4
198endif
199
200ifeq ($(strip $(ENABLE_GRAPHITE)),TRUE)
201gb_GLOBALDEFS += -DENABLE_GRAPHITE
202endif
203
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

--- 187 unchanged lines hidden (view full) ---

196ifneq ($(strip $(ENABLE_KDE4)),)
197gb_GLOBALDEFS += -DENABLE_KDE4
198endif
199
200ifeq ($(strip $(ENABLE_GRAPHITE)),TRUE)
201gb_GLOBALDEFS += -DENABLE_GRAPHITE
202endif
203
204# Required for correct Windows function call ABI for expat static library
205ifeq ($(SYSTEM_EXPAT),NO)
206gb_GLOBALDEFS += -DXML_STATIC
207endif
208
204gb_GLOBALDEFS := $(sort $(gb_GLOBALDEFS))
205
206include $(GBUILDDIR)/Deliver.mk
207
208$(eval $(call gb_Deliver_init))
209
210# We are using a set of scopes that we might as well call classes.
211

--- 50 unchanged lines hidden ---
209gb_GLOBALDEFS := $(sort $(gb_GLOBALDEFS))
210
211include $(GBUILDDIR)/Deliver.mk
212
213$(eval $(call gb_Deliver_init))
214
215# We are using a set of scopes that we might as well call classes.
216

--- 50 unchanged lines hidden ---