File: Makefile.am

package info (click to toggle)
cscope 15.8a-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,636 kB
  • ctags: 1,933
  • sloc: ansic: 9,441; sh: 4,661; lex: 1,854; lisp: 1,572; perl: 598; yacc: 587; ml: 57; makefile: 52
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

SUBDIRS = doc src contrib

EXTRA_DIST = INSTALL.gnu packages

dist-hook:
	@for dir in `find $(distdir) -type d -name CVS -print`; do \
	  rm -rf $$dir; done