File: Makefile.am

package info (click to toggle)
libdc1394 0.8.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 744 kB
  • ctags: 461
  • sloc: sh: 7,797; ansic: 4,043; makefile: 73
file content (8 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
MAINTAINERCLEANFILES = Makefile.in
noinst_PROGRAMS = grab_gray_image grab_partial_image

grab_gray_image_SOURCES = grab_gray_image.c
grab_gray_image_LDADD = ../libdc1394/libdc1394_control.la -lraw1394

grab_partial_image_SOURCES = grab_partial_image.c
grab_partial_image_LDADD = ../libdc1394/libdc1394_control.la -lraw1394