1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/mtransport/test/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# -*- Mode: makefile; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- # 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +LIBS = \ 1.10 + $(XPCOM_LIBS) \ 1.11 + $(NSPR_LIBS) \ 1.12 + $(NSS_LIBS) \ 1.13 + $(DEPTH)/media/mtransport/standalone/$(LIB_PREFIX)mtransport_s.$(LIB_SUFFIX) \ 1.14 + $(DEPTH)/media/mtransport/third_party/nICEr/nicer_nicer/$(LIB_PREFIX)nicer.$(LIB_SUFFIX) \ 1.15 + $(DEPTH)/media/mtransport/third_party/nrappkit/nrappkit_nrappkit/$(LIB_PREFIX)nrappkit.$(LIB_SUFFIX) \ 1.16 + $(DEPTH)/media/webrtc/trunk/testing/gtest_gtest/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \ 1.17 + $(NULL) 1.18 + 1.19 +ifdef MOZ_SCTP 1.20 +LIBS += $(DEPTH)/netwerk/sctp/src/$(LIB_PREFIX)nksctp_s.$(LIB_SUFFIX) 1.21 +endif 1.22 + 1.23 +ifeq ($(OS_TARGET), Android) 1.24 +LIBS += \ 1.25 + $(STLPORT_LDFLAGS) \ 1.26 + $(STLPORT_LIBS) \ 1.27 + $(NULL) 1.28 +CPPFLAGS += \ 1.29 + $(STLPORT_CPPFLAGS) \ 1.30 + $(NULL) 1.31 +endif