File: Makefile.am

package info (click to toggle)
libdc1394 1.0.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,716 kB
  • ctags: 653
  • sloc: sh: 8,365; ansic: 6,497; makefile: 82
file content (15 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# process this file with automake to create a Makefile.in

SUBDIRS = libdc1394 examples
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \
	stamp-h.in

install-exec-hook:
	@if [ ! -c /dev/raw1394 ]; then                                 \
		echo;                                                   \
		echo "***********************************************"; \
		echo "Please install libraw1394 before installing"; \
		echo "the 1394-Based Digital Camera Control Library"; \
		echo "***********************************************"; \
		echo;                                                   \
	fi