File: Makefile.am

package info (click to toggle)
varnish 7.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,280 kB
  • sloc: ansic: 104,222; python: 2,679; makefile: 1,297; sh: 1,077; awk: 114; perl: 105; ruby: 41
file content (16 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#

DISTCLEANFILES = builtin.vcl

dist_doc_DATA = builtin.vcl \
		example.vcl

builtin.vcl:	$(top_srcdir)/bin/varnishd/builtin.vcl
	( printf "This is the VCL configuration Varnish will automatically append to your VCL\nfile during compilation/loading. See the vcl(7) man page for details on syntax\nand semantics.\n\
New users is recommended to use the example.vcl file as a starting point.\n\n";\
	sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/builtin.vcl ) | \
	sed 's/^\(.*\)$$/# \1/' > builtin.vcl

vcldir=$(datarootdir)/$(PACKAGE)/vcl

dist_vcl_DATA = devicedetect.vcl