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 (21 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: Makefile.am,v 1.2 2002/07/02 04:03:38 chipx86 Exp $

HTML_FILES = \
	doxygen.css \
	doxygen.png \
	files.html \
	globals.html \
	leakbug_8h-source.html \
	leakbug_8h.html \
	index.html

.PHONY: files

files:
	@files=`ls $(DISTFILES) 2> /dev/null`; \
	for p in $$files; do \
		echo $$p; \
	done

EXTRA_DIST = $(HTML_FILES)