makefile.mk (59ddfc10) makefile.mk (35779863)
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

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

158 ucpext \
159 ucpfile1 \
160 ucpftp1 \
161 ucphier1 \
162 ucppkg1 \
163 ucptdoc1 \
164 updatefeed \
165 updchk \
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

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

158 ucpext \
159 ucpfile1 \
160 ucpftp1 \
161 ucphier1 \
162 ucppkg1 \
163 ucptdoc1 \
164 updatefeed \
165 updchk \
166 updchk.uno \
167 utl \
168 uui \
169 vbaevents \
170 vbaobj \
171 vclcanvas \
172 writerfilter \
173 xcr \
174 xmlfa \

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

182.ELSE
183.IF "$(OS)" == "WNT"
184my_components += component/vcl/vcl.windows
185.ELSE
186my_components += component/vcl/vcl.unx
187.ENDIF
188.ENDIF
189
166 utl \
167 uui \
168 vbaevents \
169 vbaobj \
170 vclcanvas \
171 writerfilter \
172 xcr \
173 xmlfa \

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

181.ELSE
182.IF "$(OS)" == "WNT"
183my_components += component/vcl/vcl.windows
184.ELSE
185my_components += component/vcl/vcl.unx
186.ENDIF
187.ENDIF
188
189.IF "$(ENABLE_ONLINE_UPDATE)"=="YES"
190my_components += updchk.uno
191.END
192
190.IF "$(BUILD_SPECIAL)" != ""
191my_components += oooimprovement
192.END
193
194.IF "$(ENABLE_COINMP)"=="YES"
195my_components += solver
196.END
197

--- 203 unchanged lines hidden ---
193.IF "$(BUILD_SPECIAL)" != ""
194my_components += oooimprovement
195.END
196
197.IF "$(ENABLE_COINMP)"=="YES"
198my_components += solver
199.END
200

--- 203 unchanged lines hidden ---