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

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

117SHL1STDLIBS= -Bdynamic -ldl -lpthread -lposix4 -lsocket -lnsl
118.IF "$(COM)" == "C50"
119SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract
120.ENDIF # C50
121.ENDIF # SOLARIS
122.ENDIF # UNX
123
124.IF "$(GUI)"=="OS2"
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

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

117SHL1STDLIBS= -Bdynamic -ldl -lpthread -lposix4 -lsocket -lnsl
118.IF "$(COM)" == "C50"
119SHL1STDLIBS+= -z allextract -staticlib=Crun -z defaultextract
120.ENDIF # C50
121.ENDIF # SOLARIS
122.ENDIF # UNX
123
124.IF "$(GUI)"=="OS2"
125SHL1STDLIBS=mmap pthread
125SHL1STDLIBS=-lmmap -lpthread
126.ENDIF # OS2
127
128# If we compile sal with STLport checking iterators
129# we need to link against the STLport
130.IF "$(USE_STLP_DEBUG)" != ""
131SHL1STDLIBS+=$(LIBSTLPORT)
132.ENDIF
133

--- 104 unchanged lines hidden ---
126.ENDIF # OS2
127
128# If we compile sal with STLport checking iterators
129# we need to link against the STLport
130.IF "$(USE_STLP_DEBUG)" != ""
131SHL1STDLIBS+=$(LIBSTLPORT)
132.ENDIF
133

--- 104 unchanged lines hidden ---