makefile.mk (06f2ef55) makefile.mk (ffd43a0a)
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

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

352.IF "$(SOLAR_JAVA)" == "TRUE"
353MY_FILES_main += \
354 $(MY_MOD)/DataAccess/hsqldb.xcu \
355 $(MY_MOD)/DataAccess/jdbc.xcu
356.END
357.IF "$(ENABLE_KAB)" == "TRUE"
358MY_FILES_main += $(MY_MOD)/DataAccess/kab.xcu
359.END
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

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

352.IF "$(SOLAR_JAVA)" == "TRUE"
353MY_FILES_main += \
354 $(MY_MOD)/DataAccess/hsqldb.xcu \
355 $(MY_MOD)/DataAccess/jdbc.xcu
356.END
357.IF "$(ENABLE_KAB)" == "TRUE"
358MY_FILES_main += $(MY_MOD)/DataAccess/kab.xcu
359.END
360.IF "$(SYSTEM_MOZILLA)" != "YES" && "$(WITH_MOZILLA)" != "NO" && \
361 "$(OS)" != "MACOSX"
362#.IF "$(OS)" == "WNT"
363#MY_FILES_main += $(MY_MOD)/DataAccess/mozab.xcu
364#.ELSE
365#MY_FILES_main += $(MY_MOD)/DataAccess/mozab2.xcu
366#.END
367.END
360
368.IF "$(SYSTEM_LIBTEXTCAT_DATA)" != ""
369MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibtextcatdata.xcu
370.ELSE
371MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcatdata.xcu
372.END
373
374MY_DEPS_math = main
375MY_FILES_math = \

--- 175 unchanged lines hidden ---
361.IF "$(SYSTEM_LIBTEXTCAT_DATA)" != ""
362MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-externallibtextcatdata.xcu
363.ELSE
364MY_FILES_main += $(MY_MOD)/org/openoffice/Office/Paths-internallibtextcatdata.xcu
365.END
366
367MY_DEPS_math = main
368MY_FILES_math = \

--- 175 unchanged lines hidden ---