~ubuntu-branches/ubuntu/saucy/libusbx/saucy-proposed

« back to all changes in this revision

Viewing changes to libusb/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-05-06 17:31:43 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130506173143-wfbiltvcnn7pvdpa
Tags: 2:1.0.15-1
* New upstream version.
* Fix cross-build (closes: #694912, #705658).
* Add a -dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        os/poll_windows.c os/windows_usb.c libusb-1.0.rc \
77
77
        os/linux_usbfs.h os/darwin_usb.h os/windows_usb.h \
78
78
        os/threads_windows.h os/threads_windows.c os/threads_posix.h \
79
 
        os/threads_posix.c os/poll_posix.h os/poll_windows.h
 
79
        os/threads_posix.c os/poll_posix.h os/poll_windows.h \
 
80
        os/windows_common.h
80
81
am__objects_1 = libusb_1_0_la-darwin_usb.lo
81
82
am__objects_2 = libusb_1_0_la-linux_usbfs.lo
82
83
am__objects_3 = libusb_1_0_la-openbsd_usb.lo
193
194
PACKAGE_URL = @PACKAGE_URL@
194
195
PACKAGE_VERSION = @PACKAGE_VERSION@
195
196
PATH_SEPARATOR = @PATH_SEPARATOR@
196
 
PC_LIBS_PRIVATE = @PC_LIBS_PRIVATE@
197
197
RANLIB = @RANLIB@
198
198
RC = @RC@
199
199
SED = @SED@
200
200
SET_MAKE = @SET_MAKE@
201
201
SHELL = @SHELL@
202
202
STRIP = @STRIP@
203
 
THREAD_CFLAGS = @THREAD_CFLAGS@
204
203
VERSION = @VERSION@
205
 
VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
206
204
abs_builddir = @abs_builddir@
207
205
abs_srcdir = @abs_srcdir@
208
206
abs_top_builddir = @abs_top_builddir@
260
258
DARWIN_USB_SRC = os/darwin_usb.c
261
259
OPENBSD_USB_SRC = os/openbsd_usb.c
262
260
WINDOWS_USB_SRC = os/poll_windows.c os/windows_usb.c libusb-1.0.rc
 
261
WINCE_USB_SRC = os/wince_usb.c os/wince_usb.h
263
262
EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \
264
 
        $(WINDOWS_USB_SRC) os/threads_posix.c os/threads_windows.c
 
263
        $(WINDOWS_USB_SRC) $(WINCE_USB_SRC) \
 
264
        os/threads_posix.c os/threads_windows.c
265
265
 
266
266
@OS_DARWIN_TRUE@OS_SRC = $(DARWIN_USB_SRC)
267
267
@OS_LINUX_TRUE@OS_SRC = $(LINUX_USBFS_SRC)
270
270
@OS_DARWIN_TRUE@AM_CFLAGS_EXT = -no-cpp-precomp
271
271
@THREADS_POSIX_FALSE@THREADS_SRC = os/threads_windows.h os/threads_windows.c
272
272
@THREADS_POSIX_TRUE@THREADS_SRC = os/threads_posix.h os/threads_posix.c
273
 
libusb_1_0_la_CFLAGS = $(VISIBILITY_CFLAGS) $(AM_CFLAGS) $(THREAD_CFLAGS)
 
273
libusb_1_0_la_CFLAGS = $(AM_CFLAGS)
274
274
libusb_1_0_la_LDFLAGS = $(LTLDFLAGS)
275
275
libusb_1_0_la_SOURCES = libusbi.h core.c descriptor.c io.c sync.c $(OS_SRC) \
276
276
        os/linux_usbfs.h os/darwin_usb.h os/windows_usb.h \
277
277
        $(THREADS_SRC) \
278
 
        os/poll_posix.h os/poll_windows.h
 
278
        os/poll_posix.h os/poll_windows.h \
 
279
        os/windows_common.h
279
280
 
280
281
hdrdir = $(includedir)/libusb-1.0
281
282
hdr_HEADERS = libusb.h