makefile.mk (2407af08) makefile.mk (61aaf8b6)
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

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

310.ELIF "$(GUIBASE)" == "WIN"
311MY_FILES_main += \
312 $(MY_MOD)/DataAccess/ado.xcu \
313 $(MY_MOD)/org/openoffice/Inet-wnt.xcu \
314 $(MY_MOD)/org/openoffice/Office/Accelerators-unxwnt.xcu \
315 $(MY_MOD)/org/openoffice/Office/Common-wnt.xcu \
316 $(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu
317 # Inet-wnt.xcu must come after Inet.xcu
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

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

310.ELIF "$(GUIBASE)" == "WIN"
311MY_FILES_main += \
312 $(MY_MOD)/DataAccess/ado.xcu \
313 $(MY_MOD)/org/openoffice/Inet-wnt.xcu \
314 $(MY_MOD)/org/openoffice/Office/Accelerators-unxwnt.xcu \
315 $(MY_MOD)/org/openoffice/Office/Common-wnt.xcu \
316 $(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu
317 # Inet-wnt.xcu must come after Inet.xcu
318.ELIF "$(GUIBASE)" == "os2"
319MY_FILES_main += \
320 $(MY_MOD)/org/openoffice/Inet-wnt.xcu \
321 $(MY_MOD)/org/openoffice/Office/Accelerators-unxwnt.xcu \
322 $(MY_MOD)/org/openoffice/Office/Common-wnt.xcu \
323 $(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu
324 # Inet-wnt.xcu must come after Inet.xcu
318.ELSE
319ERROR : unknown-GUIBASE
320.END
325.ELSE
326ERROR : unknown-GUIBASE
327.END
321.IF "$(OS)" == "WNT" || "$(OS)" == "LINUX" || \
328.IF "$(OS)" == "WNT" || "$(OS)" == "LINUX" || "$(OS)" == "OS2" || \
322 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "NETBSD"
323MY_FILES_main += $(MY_MOD)/DataAccess/adabas.xcu
324.END
325.IF "$(ENABLE_EVOAB2)" == "TRUE"
326MY_FILES_main += $(MY_MOD)/DataAccess/evoab2.xcu
327.END
328.IF "$(SOLAR_JAVA)" == "TRUE"
329MY_FILES_main += \

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

466
467.IF "$(ENABLE_OPENGL)" == "TRUE"
468MY_XCDS += $(MISC)/ogltrans.xcd
469MY_DEPS_ogltrans = main
470MY_FILES_ogltrans = \
471 $(MY_MOD)/org/openoffice/Office/Impress-ogltrans.xcu
472.END
473
329 ("$(OS)" == "SOLARIS" && "$(CPU)" == "S") || "$(OS)" == "NETBSD"
330MY_FILES_main += $(MY_MOD)/DataAccess/adabas.xcu
331.END
332.IF "$(ENABLE_EVOAB2)" == "TRUE"
333MY_FILES_main += $(MY_MOD)/DataAccess/evoab2.xcu
334.END
335.IF "$(SOLAR_JAVA)" == "TRUE"
336MY_FILES_main += \

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

473
474.IF "$(ENABLE_OPENGL)" == "TRUE"
475MY_XCDS += $(MISC)/ogltrans.xcd
476MY_DEPS_ogltrans = main
477MY_FILES_ogltrans = \
478 $(MY_MOD)/org/openoffice/Office/Impress-ogltrans.xcu
479.END
480
474.IF "$(GUIBASE)" == "WIN"
481.IF "$(GUIBASE)" == "WIN" || "$(GUIBASE)" == "os2"
475MY_XCDS += $(MISC)/forcedefault.xcd
476MY_DEPS_forcedefault = main
477MY_FILES_forcedefault = \
478 $(MY_MOD)/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu
479.END
480
481.INCLUDE : settings.mk
482.INCLUDE : target.mk

--- 66 unchanged lines hidden ---
482MY_XCDS += $(MISC)/forcedefault.xcd
483MY_DEPS_forcedefault = main
484MY_FILES_forcedefault = \
485 $(MY_MOD)/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu
486.END
487
488.INCLUDE : settings.mk
489.INCLUDE : target.mk

--- 66 unchanged lines hidden ---