makefile.mk (cc99daad) makefile.mk (0021cf80)
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

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

93 $(COMPHELPERLIB) \
94 $(CPPUHELPERLIB) \
95 $(XMLOFFLIB)
96
97.IF "$(OS)"=="SOLARIS"
98SHL2STDLIBS +=-ldl
99.ENDIF
100
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

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

93 $(COMPHELPERLIB) \
94 $(CPPUHELPERLIB) \
95 $(XMLOFFLIB)
96
97.IF "$(OS)"=="SOLARIS"
98SHL2STDLIBS +=-ldl
99.ENDIF
100
101.IF "$(SYSTEM_MOZILLA)" == "YES"
101.IF "$(ENABLE_NSS_MODULE)"=="YES" && "$(SYSTEM_NSS)"!="YES"
102.IF "$(NSPR_LIB)" != ""
103SHL2STDLIBS += $(NSPR_LIB)
104.ENDIF
105.IF "$(NSS_LIB)" != ""
106SHL2STDLIBS += $(NSS_LIB)
107.ENDIF
108.ENDIF
109

--- 87 unchanged lines hidden ---
102.IF "$(NSPR_LIB)" != ""
103SHL2STDLIBS += $(NSPR_LIB)
104.ENDIF
105.IF "$(NSS_LIB)" != ""
106SHL2STDLIBS += $(NSS_LIB)
107.ENDIF
108.ENDIF
109

--- 87 unchanged lines hidden ---