File: Makefile.am

package info (click to toggle)
libavc1394 0.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,640 kB
  • sloc: sh: 10,131; ansic: 2,958; makefile: 61
file content (11 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
MAINTAINERCLEANFILES = Makefile.in
lib_LTLIBRARIES = librom1394.la
librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \
	-version-info @lt_major@:@lt_revision@:@lt_age@  -lm
librom1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo
librom1394_la_SOURCES = \
	rom1394_main.c \
	rom1394_internal.c rom1394_internal.h
pkginclude_HEADERS = rom1394.h
INCLUDES = @LIBRAW1394_CFLAGS@