File: Makefile.am

package info (click to toggle)
ragel 6.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,248 kB
  • ctags: 4,467
  • sloc: cpp: 38,483; ansic: 5,143; sh: 1,561; makefile: 213; ruby: 189
file content (19 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

SUBDIRS = ragel doc
DIST_SUBDIRS = $(SUBDIRS) aapl contrib examples test

dist_doc_DATA = CREDITS ChangeLog
EXTRA_DIST = ragel.vim

# This file is checked for by the configure script and its existence causes the
# parsers and the manual to not be built when the distribution is built.
dist-hook:
	( \
	echo "#!/bin/sh"; \
	echo ""; \
	echo "# Change to yes to enable building of parsers or manual. Reconfigure"; \
	echo "# afterwards."; \
	echo "build_parsers=no;"; \
	echo "build_manual=no;"; \
	) > $(distdir)/DIST