File: Makefile.am

package info (click to toggle)
leakbug 0.1.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 948 kB
  • ctags: 71
  • sloc: sh: 6,642; ansic: 307; makefile: 135
file content (21 lines) | stat: -rw-r--r-- 330 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
# $Id: Makefile.am,v 1.1 2001/07/12 18:25:28 chipx86 Exp $

HTML_FILES = \
	doxygen.css \
	doxygen.gif \
	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)