makefile.mk (498ce991) | makefile.mk (b78edfc1) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 209 unchanged lines hidden (view full) --- 218SCPDEFS+=\ 219 -DICU_MAJOR=$(ICU_MAJOR) \ 220 -DICU_MINOR=$(ICU_MINOR) \ 221 -DICU_MICRO=$(ICU_MICRO) 222.ENDIF 223 224SCPDEFS+=-DISOLANG_MAJOR=$(ISOLANG_MAJOR) 225 | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 209 unchanged lines hidden (view full) --- 218SCPDEFS+=\ 219 -DICU_MAJOR=$(ICU_MAJOR) \ 220 -DICU_MINOR=$(ICU_MINOR) \ 221 -DICU_MICRO=$(ICU_MICRO) 222.ENDIF 223 224SCPDEFS+=-DISOLANG_MAJOR=$(ISOLANG_MAJOR) 225 |
226.IF "$(DISABLE_NEON)" == "TRUE" 227SCPDEFS+=-DDISABLE_NEON 228.ENDIF | |
229.IF "$(SYSTEM_NEON)" == "YES" 230SCPDEFS+=-DSYSTEM_NEON 231.ENDIF 232 233# if yes or unset (neon not used) -> do not install openssl library! 234.IF $(SYSTEM_OPENSSL) != "YES" 235SCPDEFS+=-DOPENSSL 236.ENDIF --- 119 unchanged lines hidden --- | 226.IF "$(SYSTEM_NEON)" == "YES" 227SCPDEFS+=-DSYSTEM_NEON 228.ENDIF 229 230# if yes or unset (neon not used) -> do not install openssl library! 231.IF $(SYSTEM_OPENSSL) != "YES" 232SCPDEFS+=-DOPENSSL 233.ENDIF --- 119 unchanged lines hidden --- |