This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
1999-12-02 18:07:38 -05:00
|
|
|
# process this file with automake to create a Makefile.in
|
|
|
|
|
2008-07-18 05:13:41 -04:00
|
|
|
SUBDIRS = src tools doc
|
2000-01-02 16:55:08 -05:00
|
|
|
|
2003-07-17 13:28:56 -04:00
|
|
|
pkgconfigdir = @libdir@/pkgconfig
|
|
|
|
pkgconfig_DATA = libraw1394.pc
|
|
|
|
|
2004-10-30 18:49:27 -04:00
|
|
|
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
|
2001-05-06 20:03:03 -04:00
|
|
|
|
2001-05-13 21:05:58 -04:00
|
|
|
doc: psdoc pdfdoc htmldoc
|
|
|
|
|
|
|
|
psdoc:
|
|
|
|
$(MAKE) -C doc psdoc
|
|
|
|
|
|
|
|
pdfdoc:
|
|
|
|
$(MAKE) -C doc pdfdoc
|
|
|
|
|
|
|
|
htmldoc:
|
|
|
|
$(MAKE) -C doc htmldoc
|
|
|
|
|
|
|
|
.PHONY: doc psdoc pdfdoc htmldoc
|
|
|
|
|
2004-10-30 18:49:27 -04:00
|
|
|
dist-hook:
|
2009-06-30 14:12:55 -04:00
|
|
|
cd $(distdir) && gitlog2changelog.py && cd -
|