File: Makefile.am

package info (click to toggle)
libtiffep1 1.2.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,924 kB
  • ctags: 3,010
  • sloc: sh: 9,151; ansic: 8,713; makefile: 387; sed: 93
file content (11 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

EXTRA_DIST = tiffep_doc

#libticables.html:
#	(cd $(srcdir); texi2html glib.texi)

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