File: Makefile.am

package info (click to toggle)
libraw1394 2.1.2-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,100 kB
  • sloc: ansic: 5,966; sh: 4,144; makefile: 68
file content (27 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# process this file with automake to create a Makefile.in

SUBDIRS = src tools doc

pkgconfigdir = @libdir@/pkgconfig
pkgconfig_DATA = libraw1394.pc

EXTRA_DIST = libraw1394.pc libraw1394.spec

MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in stamp-h.in \
	depcomp install-sh missing mkinstalldirs config.guess ltmain.sh

doc: psdoc pdfdoc htmldoc

psdoc:
	$(MAKE) -C doc psdoc

pdfdoc:
	$(MAKE) -C doc pdfdoc

htmldoc:
	$(MAKE) -C doc htmldoc

.PHONY: doc psdoc pdfdoc htmldoc

dist-hook:
	cd $(distdir) && gitlog2changelog.py && cd -