File: Makefile.am

package info (click to toggle)
rlinetd 0.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,992 kB
  • sloc: sh: 5,173; ansic: 3,212; yacc: 1,585; makefile: 170; lex: 131; sed: 16; perl: 4
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = man examples port src scripts po

EXTRA_DIST = auxiliary

dist_doc_DATA = BUGS README.capabilities README.inetd NEWS THOUGHTS TODO

dist-hook:
	find "$(distdir)" \( -name CVS -o -name .svn -o -name .gitignore \) -type d -print0 | xargs -0 rm -rf {}