2004-10-30 18:49:27 -04:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
1999-12-02 18:07:38 -05:00
|
|
|
|
|
|
|
# the libraw1394 itself
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libraw1394.la
|
|
|
|
|
2000-06-22 12:22:00 -04:00
|
|
|
libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
|
1999-12-02 18:07:38 -05:00
|
|
|
|
2008-04-30 17:37:28 -04:00
|
|
|
INCLUDES = -I$(FW_DIR)
|
|
|
|
|
1999-12-02 18:07:38 -05:00
|
|
|
libraw1394_la_SOURCES = \
|
|
|
|
main.c \
|
|
|
|
eventloop.c \
|
2001-01-18 20:19:04 -05:00
|
|
|
errors.c \
|
1999-12-02 18:07:38 -05:00
|
|
|
readwrite.c \
|
1999-12-29 17:24:32 -05:00
|
|
|
iso.c \
|
2000-03-15 22:40:52 -05:00
|
|
|
fcp.c \
|
2003-07-17 13:26:09 -04:00
|
|
|
arm.c \
|
2001-02-04 21:38:03 -05:00
|
|
|
version.c \
|
1999-12-02 18:07:38 -05:00
|
|
|
kernel-raw1394.h \
|
2004-10-30 18:49:27 -04:00
|
|
|
raw1394_private.h \
|
2008-04-23 20:44:36 -04:00
|
|
|
ieee1394-ioctl.h \
|
|
|
|
dispatch.c \
|
2008-04-30 17:37:28 -04:00
|
|
|
fw.c \
|
|
|
|
fw-iso.c \
|
|
|
|
fw.h
|
2008-04-23 20:44:36 -04:00
|
|
|
|
1999-12-02 18:07:38 -05:00
|
|
|
|
|
|
|
# headers to be installed
|
2002-11-18 02:40:21 -05:00
|
|
|
pkginclude_HEADERS = raw1394.h csr.h ieee1394.h
|