File: Makefile.am

package info (click to toggle)
cssc 0.14alpha.pl0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,796 kB
  • ctags: 1,404
  • sloc: cpp: 12,927; sh: 3,617; ansic: 3,000; perl: 342; makefile: 334; awk: 11
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
EXTRA_DIST = comment.sh flags.sh i-option.sh init-mr.sh t-option.sh

check: 
	$(SHELL) -ec 'for i in *.sh ; \
	do \
		$(SHELL) $$i || exit 1; \
	done'