File: Makefile.am

package info (click to toggle)
libopkele 2.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,944 kB
  • ctags: 998
  • sloc: sh: 9,079; cpp: 5,209; makefile: 179; ansic: 68; xml: 57; sql: 55
file content (28 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
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
28

SUBDIRS=include lib test
EXTRA_DIST= NEWS NEWS.xml NEWS.xsl

pkgconfigdir=${libdir}/pkgconfig
pkgconfig_DATA=libopkele.pc

all-local: NEWS
if HAVE_DOXYGEN
clean-local:
	rm -rf doxydox
endif

NEWS: NEWS.xsl NEWS.xml
	${XSLTPROC} -o $@ NEWS.xsl NEWS.xml

if HAVE_DOXYGEN
dox: Doxyfile
	${DOXYGEN}
endif

ISSUEFILES = $$(find ${top_srcdir} -type f '(' \
	-name '*.cc' -or -name '*.h' \
	')' ) \
	${top_srcdir}/configure.ac
issues: todo fixme xxx
todo fixme xxx:
	@grep --color=auto -in '$@:' ${ISSUEFILES} || true