makefile.mk (5a7504da) makefile.mk (1e1ac450)
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

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

302SCPDEFS+=-DSYSTEM_LIBJPEG
303.ENDIF
304
305.IF "$(SYSTEM_PANGO)" == "YES"
306SCPDEFS+=-DSYSTEM_PANGO
307.ENDIF
308
309.IF "${MACOSX_DEPLOYMENT_TARGET}" != ""
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

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

302SCPDEFS+=-DSYSTEM_LIBJPEG
303.ENDIF
304
305.IF "$(SYSTEM_PANGO)" == "YES"
306SCPDEFS+=-DSYSTEM_PANGO
307.ENDIF
308
309.IF "${MACOSX_DEPLOYMENT_TARGET}" != ""
310SCPDEFS+=-DMACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET:s/.//}
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
317
318ICUVERSION_DEPENDENT_FILES= \

--- 64 unchanged lines hidden ---
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
317
318ICUVERSION_DEPENDENT_FILES= \

--- 64 unchanged lines hidden ---