makefile.mk (fdf35928) makefile.mk (c38a3dfa)
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

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

306.IF "$(SYSTEM_LIBJPEG)" == "YES"
307SCPDEFS+=-DSYSTEM_LIBJPEG
308.ENDIF
309
310.IF "$(SYSTEM_PANGO)" == "YES"
311SCPDEFS+=-DSYSTEM_PANGO
312.ENDIF
313
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

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

306.IF "$(SYSTEM_LIBJPEG)" == "YES"
307SCPDEFS+=-DSYSTEM_LIBJPEG
308.ENDIF
309
310.IF "$(SYSTEM_PANGO)" == "YES"
311SCPDEFS+=-DSYSTEM_PANGO
312.ENDIF
313
314
315# The variables ENABLE_ONLINE_UPDATE, WITHOUT_MATHMLDTD, WITH_CATA_FONTS, WITH_CATB_FONTS,
316# and WITHOUT_PPDS are added (or not) in configure to SCPDEFS.
317
314SCP_PRODUCT_TYPE=osl
315
316ICUVERSION_DEPENDENT_FILES= \
317 $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par \
318 $(PAR)$/$(SCP_PRODUCT_TYPE)$/shortcut_ooo.par
319
320ISOLANGVERSION_DEPENDENT_FILES= \
321 $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par

--- 58 unchanged lines hidden ---
318SCP_PRODUCT_TYPE=osl
319
320ICUVERSION_DEPENDENT_FILES= \
321 $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par \
322 $(PAR)$/$(SCP_PRODUCT_TYPE)$/shortcut_ooo.par
323
324ISOLANGVERSION_DEPENDENT_FILES= \
325 $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par

--- 58 unchanged lines hidden ---