makefile.mk (910823ae) | makefile.mk (06f2ef55) |
---|---|
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 --- 345 unchanged lines hidden (view full) --- 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" | 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 --- 345 unchanged lines hidden (view full) --- 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" 363MY_FILES_main += $(MY_MOD)/DataAccess/mozab.xcu 364.ELSE 365MY_FILES_main += $(MY_MOD)/DataAccess/mozab2.xcu | 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 |
366.END | 367.END |
367.END | |
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 --- | 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 --- |