makefile.mk (2ee8c3d1) makefile.mk (99425c2f)
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#

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

242.IF "$(ENABLE_KDE)" != ""
243my_components += kdebe1
244.END
245
246.IF "$(ENABLE_KDE4)" != ""
247my_components += kde4be1
248.END
249
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#

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

242.IF "$(ENABLE_KDE)" != ""
243my_components += kdebe1
244.END
245
246.IF "$(ENABLE_KDE4)" != ""
247my_components += kde4be1
248.END
249
250.IF "$(ENABLE_OGL)" == "TRUE"
250.IF "$(ENABLE_OPENGL)" == "TRUE"
251my_components += ogltrans
252.END
253
254.IF "$(ENABLE_SVCTAGS)" == "YES"
255my_components += productregistration.jar
256.END
257
258.IF "$(SOLAR_JAVA)" == "TRUE"

--- 149 unchanged lines hidden ---
251my_components += ogltrans
252.END
253
254.IF "$(ENABLE_SVCTAGS)" == "YES"
255my_components += productregistration.jar
256.END
257
258.IF "$(SOLAR_JAVA)" == "TRUE"

--- 149 unchanged lines hidden ---