makefile.mk (7871dc3e) makefile.mk (b597708b)
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

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

132 @-echo $(DLLPRE)sb$(DFTDLLPOST) >> $@
133#
134# uno runtime environment
135#
136 @-echo $(URELIBPATH)$/stocservices$(UNODLLPOST) >> $@
137 @-echo $(URELIBPATH)$/bootstrap$(UNODLLPOST) >> $@
138 @-echo $(URELIBPATH)$/$(DLLPRE)reg$(UDKDLLPOST) >> $@
139 @-echo $(URELIBPATH)$/$(DLLPRE)store$(UDKDLLPOST) >> $@
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

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

132 @-echo $(DLLPRE)sb$(DFTDLLPOST) >> $@
133#
134# uno runtime environment
135#
136 @-echo $(URELIBPATH)$/stocservices$(UNODLLPOST) >> $@
137 @-echo $(URELIBPATH)$/bootstrap$(UNODLLPOST) >> $@
138 @-echo $(URELIBPATH)$/$(DLLPRE)reg$(UDKDLLPOST) >> $@
139 @-echo $(URELIBPATH)$/$(DLLPRE)store$(UDKDLLPOST) >> $@
140.IF "$(USE_SYSTEM_STL)"!="YES"
141.IF "$(COMNAME)" == "gcc2" || "$(COMNAME)" == "gcc3"
142 @-echo $(URELIBPATH)$/$(DLLPRE)stlport_gcc$(DLLPOST) >> $@
143.ENDIF # gcc
144.IF "$(COMNAME)" == "sunpro5"
145 @-echo $(URELIBPATH)$/$(DLLPRE)stlport_sunpro$(DLLPOST) >> $@
146.ENDIF # sunpro5
147.ENDIF # SYSTEM_STL
148 @-echo $(URELIBPATH)$/$(DLLPRE)uno_cppuhelper$(COMID)$(UDKDLLPOST) >> $@
149 @-echo $(URELIBPATH)$/$(DLLPRE)uno_cppu$(UDKDLLPOST) >> $@
150 @-echo $(URELIBPATH)$/$(DLLPRE)uno_sal$(UDKDLLPOST) >> $@
151#
152 @-echo $(DLLPRE)ucbhelper$(UCBHELPER_MAJOR)$(COMID)$(DLLPOST) >> $@
153 @-echo $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(DLLPOST) >> $@
154 @-echo $(DLLPRE)tl$(DFTDLLPOST) >> $@
155 @-echo $(DLLPRE)utl$(DFTDLLPOST) >> $@
156 @-echo $(DLLPRE)svl$(DFTDLLPOST) >> $@
157 @-echo $(DLLPRE)vcl$(DFTDLLPOST) >> $@
158 @-echo $(DLLPRE)tk$(DFTDLLPOST) >> $@
159 @-echo $(DLLPRE)svt$(DFTDLLPOST) >> $@
160 @-echo $(DLLPRE)sfx$(DFTDLLPOST) >> $@
161 @-echo $(DLLPRE)sofficeapp$(DLLPOST) >> $@
140 @-echo $(URELIBPATH)$/$(DLLPRE)uno_cppuhelper$(COMID)$(UDKDLLPOST) >> $@
141 @-echo $(URELIBPATH)$/$(DLLPRE)uno_cppu$(UDKDLLPOST) >> $@
142 @-echo $(URELIBPATH)$/$(DLLPRE)uno_sal$(UDKDLLPOST) >> $@
143#
144 @-echo $(DLLPRE)ucbhelper$(UCBHELPER_MAJOR)$(COMID)$(DLLPOST) >> $@
145 @-echo $(DLLPRE)comphelp$(COMPHLP_MAJOR)$(COMID)$(DLLPOST) >> $@
146 @-echo $(DLLPRE)tl$(DFTDLLPOST) >> $@
147 @-echo $(DLLPRE)utl$(DFTDLLPOST) >> $@
148 @-echo $(DLLPRE)svl$(DFTDLLPOST) >> $@
149 @-echo $(DLLPRE)vcl$(DFTDLLPOST) >> $@
150 @-echo $(DLLPRE)tk$(DFTDLLPOST) >> $@
151 @-echo $(DLLPRE)svt$(DFTDLLPOST) >> $@
152 @-echo $(DLLPRE)sfx$(DFTDLLPOST) >> $@
153 @-echo $(DLLPRE)sofficeapp$(DLLPOST) >> $@