http://www.usr.com/support/gpl/USR9107_release1.1.tar.gz
[bcm963xx.git] / userapps / opensource / libcreduction / extralibs.mak
1 #
2 # Extra run-time libraries
3
4 # Copyright (C) 2004 Broadcom Corporation
5 #
6
7 TARGETS += $(LIBDIR)/libcrypt.so.0
8 TARGETS += $(LIBDIR)/libutil.so.0
9
10 ifneq ($(strip $(BRCM_PTHREADS)),)
11   TARGETS += $(LIBDIR)/libpthread.so.0
12 endif
13
14 ifneq ($(strip $(BUILD_VODSL)),)
15   TARGETS += $(LIBDIR)/libstdc++.so.6
16   TARGETS += $(LIBDIR)/libm.so.0
17   TARGETS += $(LIBDIR)/libgcc_s.so.1
18 endif