summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 388a32460ece44a18c043620dfd6bfa67345ae4a (plain) (blame)
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 -
e.c?h=v2.1.0&id=5bb327dc9030acfdc281583f1b1bc67380c04cbc&follow=1'>emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488