File: Makefile.am

package info (click to toggle)
leakbug 0.1.5-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 80
  • sloc: sh: 6,935; ansic: 380; makefile: 137
file content (31 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
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
29
30
31
# $Id: Makefile.am,v 1.6 2001/08/08 04:55:29 chipx86 Exp $

SUBDIRS = debian docs libleakbug tests

bin_SCRIPTS = leakbug-config

EXTRA_DIST = \
	AUTHORS NEWS INSTALL COPYING \
	ChangeLog \
	autogen.sh \
	leakbug.m4.in \
	leakbug.spec.in \
	configure.in configure.ac

dist-hook: leakbug.spec
	cp leakbug.spec $(distdir)

m4datadir = $(datadir)/aclocal
m4data_DATA = leakbug.m4

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

release:
	$(MAKE) dist distdir=$(PACKAGE)`data + "%y%m%d"`

doxygen:
	@echo "Running doxygen..."
	@doxygen Doxyfile