makefile.mk (c0ecde16) | makefile.mk (14f5e98e) |
---|---|
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 --- 288 unchanged lines hidden (view full) --- 297.IF "$(SYSTEM_LIBJPEG)" == "YES" 298SCPDEFS+=-DSYSTEM_LIBJPEG 299.ENDIF 300 301.IF "$(SYSTEM_PANGO)" == "YES" 302SCPDEFS+=-DSYSTEM_PANGO 303.ENDIF 304 | 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 --- 288 unchanged lines hidden (view full) --- 297.IF "$(SYSTEM_LIBJPEG)" == "YES" 298SCPDEFS+=-DSYSTEM_LIBJPEG 299.ENDIF 300 301.IF "$(SYSTEM_PANGO)" == "YES" 302SCPDEFS+=-DSYSTEM_PANGO 303.ENDIF 304 |
305.IF "$(SYSTEM_APACHE_COMMONS)" == "YES" 306SCPDEFS+=-DSYSTEM_APACHE_COMMONS 307.ENDIF 308 |
|
305.IF "${MACOSX_DEPLOYMENT_TARGET}" != "" 306SCPDEFS+=-DMACOSX_DEPLOYMENT_TARGET_NUM=${MACOSX_DEPLOYMENT_TARGET:s/.//} 307.ENDIF 308 309# The variables ENABLE_ONLINE_UPDATE, WITHOUT_MATHMLDTD, WITH_CATA_FONTS, WITH_CATB_FONTS, 310# and WITHOUT_PPDS are added (or not) in configure to SCPDEFS. 311 312SCP_PRODUCT_TYPE=osl --- 66 unchanged lines hidden --- | 309.IF "${MACOSX_DEPLOYMENT_TARGET}" != "" 310SCPDEFS+=-DMACOSX_DEPLOYMENT_TARGET_NUM=${MACOSX_DEPLOYMENT_TARGET:s/.//} 311.ENDIF 312 313# The variables ENABLE_ONLINE_UPDATE, WITHOUT_MATHMLDTD, WITH_CATA_FONTS, WITH_CATB_FONTS, 314# and WITHOUT_PPDS are added (or not) in configure to SCPDEFS. 315 316SCP_PRODUCT_TYPE=osl --- 66 unchanged lines hidden --- |