File: Makefile.am

package info (click to toggle)
firehol 3.1.6%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,400 kB
  • sloc: sh: 20,836; makefile: 823; perl: 553; sed: 12
file content (65 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Process this file with automake to produce Makefile.in

SUBDIRS = . firehol fireqos vnetbuild

dochtmldir = $(htmldir)/html

MANUAL_LINKS = \
	links-internal-firehol \
	links-internal-fireqos \
	links-internal-vnetbuild \
	links-keywords-firehol \
	links-keywords-fireqos \
	links-keywords-vnetbuild \
	links-website-firehol \
	links-website-fireqos  \
	links-website-vnetbuild

if ENABLE_DOC

MANUAL_CSS = \
        firehol-manual.css

endif

MANUAL_TOOLS = \
	tools/check-links \
	tools/combine-pandoc \
	tools/man-synos \
	tools/mkservicelinks \
	tools/mkserviceman \
	tools/pandoc-post \
	tools/servicedb.pm \
	tools/format-table \
	tools/run-linkchecker

dochtml_DATA = \
	$(MANUAL_CSS)

if MAINTAINER_MODE

all-local: service-links

MKSERVICELINKS = ${top_srcdir}/doc/tools/mkservicelinks

service-links: services-db.data $(top_srcdir)/sbin/firehol \
		$(top_srcdir)/sbin/services.common \
		$(top_srcdir)/sbin/services.firehol
	$(MKSERVICELINKS) service-links $+

endif

EXTRA_DIST = \
	README.md \
	service-links \
	services-db.data \
	$(MANUAL_CSS) \
	$(MANUAL_LINKS) \
	$(MANUAL_TOOLS)

CLEANFILES =

DISTCLEANFILES =

MAINTAINERCLEANFILES = \
	service-links