michael@0: # -*- Mode: makefile; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: LIBS = \ michael@0: $(XPCOM_LIBS) \ michael@0: $(NSPR_LIBS) \ michael@0: $(NSS_LIBS) \ michael@0: $(DEPTH)/media/mtransport/standalone/$(LIB_PREFIX)mtransport_s.$(LIB_SUFFIX) \ michael@0: $(DEPTH)/media/mtransport/third_party/nICEr/nicer_nicer/$(LIB_PREFIX)nicer.$(LIB_SUFFIX) \ michael@0: $(DEPTH)/media/mtransport/third_party/nrappkit/nrappkit_nrappkit/$(LIB_PREFIX)nrappkit.$(LIB_SUFFIX) \ michael@0: $(DEPTH)/media/webrtc/trunk/testing/gtest_gtest/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \ michael@0: $(NULL) michael@0: michael@0: ifdef MOZ_SCTP michael@0: LIBS += $(DEPTH)/netwerk/sctp/src/$(LIB_PREFIX)nksctp_s.$(LIB_SUFFIX) michael@0: endif michael@0: michael@0: ifeq ($(OS_TARGET), Android) michael@0: LIBS += \ michael@0: $(STLPORT_LDFLAGS) \ michael@0: $(STLPORT_LIBS) \ michael@0: $(NULL) michael@0: CPPFLAGS += \ michael@0: $(STLPORT_CPPFLAGS) \ michael@0: $(NULL) michael@0: endif