File: Makefile.am

package info (click to toggle)
necpp 1.2.4%2Bcvs20060601-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,764 kB
  • ctags: 5,989
  • sloc: cpp: 30,174; ansic: 10,162; fortran: 8,333; python: 2,948; makefile: 186; sh: 1
file content (16 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = src

EXTRA_DIST = \
	example \
	html \
	test_data \
	win32 \
	Makefile.test

dist-hook:
	rm -rf `find $(distdir) -name CVS`
	rm -rf `find $(distdir)/test_data -name *.out*`
	rm -rf `find $(distdir)/test_data -name *.diff*`