components/libusb/wrapper/src/Makefile
changeset 5682 94c0ca64c022
parent 1394 5f86498eee95
equal deleted inserted replaced
5681:b8fe51f35344 5682:94c0ca64c022
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 
       
    22 #
       
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 LIBNAME =	libusb.so.1
    26 LIBNAME =	libusb.so.1
    25 
    27 
    26 all:	$(LIBNAME)
    28 all:	$(LIBNAME)
    27 
    29 
    28 include ../../../../../make-rules/shared-macros.mk
    30 include ../../../../../make-rules/shared-macros.mk
    29 
       
    30 incdir =	/usr/include
       
    31 libdir =	/usr/lib
       
    32 docdir =	/usr/share/doc/libusb
       
    33 
    31 
    34 SRCS =		wr_libusb.c
    32 SRCS =		wr_libusb.c
    35 OBJS =		$(SRCS:%.c=%.o)
    33 OBJS =		$(SRCS:%.c=%.o)
    36 
    34 
    37 TEST =		testlibusb
    35 TEST =		testlibusb