makefile.mk (685bfa88) makefile.mk (caff391c)
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

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

73 com.sun.star.lang.XComponent \
74 com.sun.star.lang.XEventListener \
75 com.sun.star.lang.XInitialization \
76 com.sun.star.lang.XMultiComponentFactory \
77 com.sun.star.lang.XMultiServiceFactory \
78 com.sun.star.lang.XServiceInfo \
79 com.sun.star.lang.XSingleComponentFactory \
80 com.sun.star.lang.XSingleServiceFactory \
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

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

73 com.sun.star.lang.XComponent \
74 com.sun.star.lang.XEventListener \
75 com.sun.star.lang.XInitialization \
76 com.sun.star.lang.XMultiComponentFactory \
77 com.sun.star.lang.XMultiServiceFactory \
78 com.sun.star.lang.XServiceInfo \
79 com.sun.star.lang.XSingleComponentFactory \
80 com.sun.star.lang.XSingleServiceFactory \
81 com.sun.star.lang.XUnoTunnel \
81 com.sun.star.lang.XTypeProvider \
82 com.sun.star.loader.XImplementationLoader \
83 com.sun.star.reflection.XArrayTypeDescription \
84 com.sun.star.reflection.XCompoundTypeDescription \
85 com.sun.star.reflection.XEnumTypeDescription \
86 com.sun.star.reflection.XIdlClass \
87 com.sun.star.reflection.XIdlClassProvider \
88 com.sun.star.reflection.XIdlField2 \

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

118.ENDIF
119.ENDIF
120
121SLOFILES= \
122 $(SLO)$/typeprovider.obj \
123 $(SLO)$/exc_thrower.obj \
124 $(SLO)$/servicefactory.obj \
125 $(SLO)$/bootstrap.obj \
82 com.sun.star.lang.XTypeProvider \
83 com.sun.star.loader.XImplementationLoader \
84 com.sun.star.reflection.XArrayTypeDescription \
85 com.sun.star.reflection.XCompoundTypeDescription \
86 com.sun.star.reflection.XEnumTypeDescription \
87 com.sun.star.reflection.XIdlClass \
88 com.sun.star.reflection.XIdlClassProvider \
89 com.sun.star.reflection.XIdlField2 \

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

119.ENDIF
120.ENDIF
121
122SLOFILES= \
123 $(SLO)$/typeprovider.obj \
124 $(SLO)$/exc_thrower.obj \
125 $(SLO)$/servicefactory.obj \
126 $(SLO)$/bootstrap.obj \
127 $(SLO)$/primeweak.obj \
126 $(SLO)$/implbase.obj \
127 $(SLO)$/implbase_ex.obj \
128 $(SLO)$/propshlp.obj \
129 $(SLO)$/weak.obj \
130 $(SLO)$/interfacecontainer.obj \
131 $(SLO)$/stdidlclass.obj \
132 $(SLO)$/factory.obj \
133 $(SLO)$/component_context.obj \

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

169DEF1NAME=$(SHL1TARGET)
170
171.IF "$(COMNAME)"=="msci"
172SHL1VERSIONMAP=msvc_win32_intel.map
173.ELIF "$(COMNAME)"=="sunpro5"
174SHL1VERSIONMAP=cc5_solaris_sparc.map
175.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"
176SHL1VERSIONMAP=gcc3os2.map
128 $(SLO)$/implbase.obj \
129 $(SLO)$/implbase_ex.obj \
130 $(SLO)$/propshlp.obj \
131 $(SLO)$/weak.obj \
132 $(SLO)$/interfacecontainer.obj \
133 $(SLO)$/stdidlclass.obj \
134 $(SLO)$/factory.obj \
135 $(SLO)$/component_context.obj \

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

171DEF1NAME=$(SHL1TARGET)
172
173.IF "$(COMNAME)"=="msci"
174SHL1VERSIONMAP=msvc_win32_intel.map
175.ELIF "$(COMNAME)"=="sunpro5"
176SHL1VERSIONMAP=cc5_solaris_sparc.map
177.ELIF "$(GUI)$(COMNAME)"=="OS2gcc3"
178SHL1VERSIONMAP=gcc3os2.map
177.ELIF "$(COMNAME)"=="gcc3"
179#.ELIF "$(COMNAME)"=="gcc3" || "$(COMNAME)"=="Clang"
180.ELSE
178SHL1VERSIONMAP=gcc3.map
179.ENDIF
180
181# --- Targets ------------------------------------------------------
182
183.IF "$(diag)"!=""
184CFLAGS += -DDIAG=$(diag)
185.ENDIF
186
187.INCLUDE : target.mk
181SHL1VERSIONMAP=gcc3.map
182.ENDIF
183
184# --- Targets ------------------------------------------------------
185
186.IF "$(diag)"!=""
187CFLAGS += -DDIAG=$(diag)
188.ENDIF
189
190.INCLUDE : target.mk