makefile.mk (df906e24) | makefile.mk (d2491125) |
---|---|
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 --- 176 unchanged lines hidden (view full) --- 185my_components += component/vcl/vcl.unx 186.ENDIF 187.ENDIF 188 189.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 190my_components += updchk.uno 191.END 192 | 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 --- 176 unchanged lines hidden (view full) --- 185my_components += component/vcl/vcl.unx 186.ENDIF 187.ENDIF 188 189.IF "$(ENABLE_ONLINE_UPDATE)"=="YES" 190my_components += updchk.uno 191.END 192 |
193.IF "$(BUILD_SPECIAL)" != "" | 193.IF "$(ENABLE_OOOIMPROVEMENT)" != "" |
194my_components += oooimprovement 195.END 196 197.IF "$(ENABLE_COINMP)"=="YES" 198my_components += solver 199.END 200 201.IF "$(DISABLE_SAXON)" == "" --- 106 unchanged lines hidden (view full) --- 308 dnd \ 309 dtrans \ 310 fop \ 311 fps \ 312 ftransl \ 313 java_uno_accessbridge \ 314 smplmail \ 315 sysdtrans \ | 194my_components += oooimprovement 195.END 196 197.IF "$(ENABLE_COINMP)"=="YES" 198my_components += solver 199.END 200 201.IF "$(DISABLE_SAXON)" == "" --- 106 unchanged lines hidden (view full) --- 308 dnd \ 309 dtrans \ 310 fop \ 311 fps \ 312 ftransl \ 313 java_uno_accessbridge \ 314 smplmail \ 315 sysdtrans \ |
316 winaccessibility \ | |
317 wininetbe1 318.END 319 320.IF "$(OS)" == "OS2" 321my_components += \ 322 dtrans \ 323 sysdtrans 324.END --- 85 unchanged lines hidden --- | 316 wininetbe1 317.END 318 319.IF "$(OS)" == "OS2" 320my_components += \ 321 dtrans \ 322 sysdtrans 323.END --- 85 unchanged lines hidden --- |