]> git.ipfire.org Git - people/ms/network.git/blame - Makefile.am
reset: Remove all ports instead of just bringing them down
[people/ms/network.git] / Makefile.am
CommitLineData
5ca9dc30
MT
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2012-2013 IPFire Network Development Team #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
22AM_MAKEFLAGS = --no-print-directory
23AUTOMAKE_OPTIONS = color-tests
24
25# remove target it the command fails
26.DELETE_ON_ERROR:
27
28# keep itermediate files
29.SECONDARY:
30
bae37360 31bashcompletiondir= $(datadir)/bash-completion/completions
5ca9dc30
MT
32libexecdir = $(prefix)/lib
33pkgconfigdatadir = $(datadir)/pkgconfig
34pppdir = $(sysconfdir)/ppp
35sysctldir = $(prefix)/lib/sysctl.d
36tmpfilesdir = $(prefix)/lib/tmpfiles.d
37udevrulesdir = $(udevdir)/rules.d
38
39networkdir = $(libexecdir)/network
40helpersdir = $(networkdir)/helpers
41
42macrosdir = $(libexecdir)/firewall/macros
43
44hooksdir = $(networkdir)/hooks
7d2cb6d3 45hooks_configsdir = $(hooksdir)/configs
5ca9dc30
MT
46hooks_portsdir = $(hooksdir)/ports
47hooks_zonesdir = $(hooksdir)/zones
48
49CLEANFILES =
50DISTCLEANFILES =
51EXTRA_DIST =
52INSTALL_DIRS =
53INSTALL_EXEC_HOOKS =
54UNINSTALL_EXEC_HOOKS =
55noinst_DATA =
56
57DISTCHECK_CONFIGURE_FLAGS = \
58 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
59 --with-udevdir=$$dc_install_base/$(udevdir)
60
61install-directories-hook:
62 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
63
64INSTALL_EXEC_HOOKS += \
65 install-directories-hook
66
67# ------------------------------------------------------------------------------
68
69AM_V_XSLT = $(AM_V_XSLT_$(V))
70AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
71AM_V_XSLT_0 = @echo " XSLT " $@;
72
73# ------------------------------------------------------------------------------
74
75dist_doc_DATA = \
9b325e24 76 COPYING \
5ca9dc30
MT
77 README
78
79dist_sbin_SCRIPTS = \
80 src/dhclient-script \
81 src/firewall-config \
82 src/firewall4 \
83 src/firewall6 \
84 src/network
85
86network_SCRIPTS = \
87 src/functions/functions
88
89CLEANFILES += \
90 src/functions/functions
91
92EXTRA_DIST += \
93 src/functions/functions.in
94
95dist_network_SCRIPTS = \
96 src/functions/functions.aiccu \
97 src/functions/functions.at \
98 src/functions/functions.auth \
99 src/functions/functions.batman-adv \
100 src/functions/functions.bonding \
101 src/functions/functions.bridge \
102 src/functions/functions.cli \
103 src/functions/functions.cli.firewall \
104 src/functions/functions.colors \
105 src/functions/functions.config \
106 src/functions/functions.conntrack \
107 src/functions/functions.constants \
108 src/functions/functions.constants-firewall \
109 src/functions/functions.db \
110 src/functions/functions.device \
111 src/functions/functions.dhclient \
112 src/functions/functions.dhcpd \
113 src/functions/functions.distro \
114 src/functions/functions.dns \
115 src/functions/functions.dummy \
116 src/functions/functions.ethernet \
117 src/functions/functions.firewall \
118 src/functions/functions.firewall-policy \
119 src/functions/functions.firewall-zones \
120 src/functions/functions.he \
121 src/functions/functions.hook \
122 src/functions/functions.hostapd \
b8026986 123 src/functions/functions.hotplug \
5ca9dc30
MT
124 src/functions/functions.http \
125 src/functions/functions.ip \
126 src/functions/functions.iptables \
127 src/functions/functions.ip-tunnel \
128 src/functions/functions.ipv4 \
129 src/functions/functions.ipv6 \
5ca9dc30
MT
130 src/functions/functions.list \
131 src/functions/functions.lock \
132 src/functions/functions.logging \
133 src/functions/functions.macros \
5ca9dc30
MT
134 src/functions/functions.modem \
135 src/functions/functions.phy \
136 src/functions/functions.ports \
137 src/functions/functions.ppp \
138 src/functions/functions.pppoe-server \
139 src/functions/functions.radvd \
140 src/functions/functions.red \
141 src/functions/functions.route \
142 src/functions/functions.routing \
143 src/functions/functions.serial \
144 src/functions/functions.service \
e9df08ad 145 src/functions/functions.settings \
5ca9dc30 146 src/functions/functions.stp \
5ca9dc30 147 src/functions/functions.sysctl \
5ca9dc30
MT
148 src/functions/functions.usb \
149 src/functions/functions.util \
150 src/functions/functions.vlan \
151 src/functions/functions.wireless \
152 src/functions/functions.wpa_supplicant \
153 src/functions/functions.zone \
154 src/network-radvd-config \
155 src/dhclient-helper \
156 src/header-config \
157 src/header-port \
158 src/header-zone \
159 src/ppp/dialer \
160 src/ppp/pppoe-server
161
162dist_helpers_SCRIPTS = \
163 src/helpers/aiccu-config-helper \
164 src/helpers/bridge-stp \
165 src/helpers/dhcpd-config-helper \
166 src/helpers/firewall-kernel-init \
167 src/helpers/hostapd-config-helper \
5ca9dc30
MT
168 src/helpers/pppd-angel \
169 src/helpers/wpa_supplicant \
170 src/helpers/wpa_supplicant-config-helper
171
d837cc79 172bridge-stp-install-hook: bridge-stp-uninstall-hook
5ca9dc30
MT
173 ln -svf --relative $(DESTDIR)$(helpersdir)/bridge-stp $(DESTDIR)$(sbindir)/
174
175bridge-stp-uninstall-hook:
176 rm -f $(DESTDIR)$(sbindir)/bridge-stp
177
178INSTALL_EXEC_HOOKS += bridge-stp-install-hook
179UNINSTALL_EXEC_HOOKS += bridge-stp-uninstall-hook
180
7d2cb6d3
MT
181dist_hooks_configs_SCRIPTS = \
182 src/hooks/configs/ipv4-dhcp \
183 src/hooks/configs/ipv6-static \
184 src/hooks/configs/ipv4-static \
185 src/hooks/configs/pppoe-server
186
5ca9dc30
MT
187dist_hooks_ports_SCRIPTS = \
188 src/hooks/ports/batman-adv \
5ca9dc30
MT
189 src/hooks/ports/bonding \
190 src/hooks/ports/dummy \
191 src/hooks/ports/ethernet \
5ca9dc30 192 src/hooks/ports/vlan \
b8026986 193 src/hooks/ports/wireless-adhoc \
5ca9dc30
MT
194 src/hooks/ports/wireless-ap
195
196dist_hooks_zones_SCRIPTS = \
197 src/hooks/zones/6rd \
198 src/hooks/zones/6to4-tunnel \
199 src/hooks/zones/aiccu \
5ca9dc30 200 src/hooks/zones/bridge \
5ca9dc30
MT
201 src/hooks/zones/modem \
202 src/hooks/zones/pppoe \
5ca9dc30
MT
203 src/hooks/zones/wireless
204
205# ------------------------------------------------------------------------------
206
207ppp_SCRIPTS = \
208 src/ppp/ip-updown
209
210CLEANFILES += \
211 src/ppp/ip-updown
212
213EXTRA_DIST += \
214 src/ppp/ip-updown.in
215
216INSTALL_DIRS += \
217 $(pppdir)
218
219ppp-install-hook:
220 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-pre-up
221 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-up
222 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-down
223 ln -svf ip-updown $(DESTDIR)$(pppdir)/ipv6-up
224 ln -svf ip-updown $(DESTDIR)$(pppdir)/ipv6-down
225
226ppp-uninstall-hook:
227 rm -f $(DESTDIR)$(pppdir)/ip-{down,pre-up,up}
228 rm -f $(DESTDIR)$(pppdir)/ipv6-{down,up}
229
230INSTALL_EXEC_HOOKS += ppp-install-hook
231UNINSTALL_EXEC_HOOKS += ppp-uninstall-hook
232
233# ------------------------------------------------------------------------------
234
235if HAVE_SYSTEMD
236systemdsystemunit_DATA = \
237 src/systemd/firewall4.service \
238 src/systemd/firewall6.service \
239 src/systemd/firewall-init.service \
240 src/systemd/network-init.service \
241 src/systemd/network@.service
242
243CLEANFILES += \
244 $(systemdsystemunit_DATA)
245
246INSTALL_DIRS += \
247 $(systemdsystemunitdir)
248endif
249
250EXTRA_DIST += \
251 src/systemd/firewall4.service.in \
252 src/systemd/firewall6.service.in \
253 src/systemd/firewall-init.service.in \
254 src/systemd/network-init.service.in \
255 src/systemd/network@.service.in
256
257# ------------------------------------------------------------------------------
258
259dist_sysctl_DATA = \
260 src/sysctl/network.conf
261
262# ------------------------------------------------------------------------------
263
bae37360
MT
264dist_bashcompletion_SCRIPTS = \
265 src/bash-completion/network
266
267# ------------------------------------------------------------------------------
268
5ca9dc30
MT
269dist_tmpfiles_DATA = \
270 src/tmpfiles/network
271
272# ------------------------------------------------------------------------------
273
274if HAVE_UDEV
275dist_udev_SCRIPTS = \
276 src/udev/network-hotplug \
277 src/udev/network-hotplug-rename \
278 src/udev/network-hotplug-serial
279
280dist_udevrules_DATA = \
281 src/udev/rules.d/50-serial-whitelist.rules \
282 src/udev/rules.d/60-net.rules
283
284INSTALL_DIRS += \
285 $(udevdir) \
286 $(udevrulesdir)
287endif
288
289# ------------------------------------------------------------------------------
290
291pkgconfigdata_DATA = \
292 src/network.pc
293
294CLEANFILES += \
295 $(pkgconfigdata_DATA)
296
297EXTRA_DIST += \
298 src/network.pc.in
299
300# ------------------------------------------------------------------------------
301
302dist_macros_DATA = \
303 src/macros/DHCP \
304 src/macros/HTTP \
305 src/macros/HTTPS \
306 src/macros/WWW
307
308# ------------------------------------------------------------------------------
309
310MANPAGES = \
2b0ff832 311 man/firewall-settings.8 \
5ca9dc30 312 man/network.8 \
5ca9dc30
MT
313 man/network-device.8 \
314 man/network-dns-server.8 \
315 man/network-port-batman-adv.8 \
316 man/network-port-batman-adv-port.8 \
317 man/network-route.8 \
2b0ff832 318 man/network-settings.8 \
5ca9dc30
MT
319 man/network-zone.8 \
320 man/network-zone-6rd.8 \
321 man/network-zone-6to4-tunnel.8 \
322 man/network-zone-aiccu.8 \
323 man/network-zone-bridge.8 \
324 man/network-zone-config-pppoe-server.8 \
5fb7b17d 325 man/network-zone-pppoe.8
5ca9dc30
MT
326
327MANPAGES_XML = $(patsubst %.8,%.xml,$(MANPAGES))
328MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML))
329
330.PHONY: man
331man: $(MANPAGES) $(MANPAGES_HTML)
332
333man_MANS = \
334 $(MANPAGES)
335
336noinst_DATA += \
337 $(MANPAGES_HTML)
338
339CLEANFILES += \
340 $(man_MANS) \
341 $(MANPAGES_HTML)
342
343EXTRA_DIST += \
344 $(MANPAGES_XML) \
345 man/custom-html.xsl
346
347XSLTPROC_FLAGS = \
348 --nonet \
349 --stringparam man.output.quietly 1 \
350 --stringparam funcsynopsis.style ansi \
351 --stringparam man.th.extra1.suppress 1 \
352 --stringparam man.authors.section.enabled 1 \
353 --stringparam man.copyright.section.enabled 1
354
355XSLTPROC_COMMAND_MAN = \
356 $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) \
357 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
358
359XSLTPROC_COMMAND_HTML = \
360 $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
361
362man/%.8: man/%.xml
363 $(XSLTPROC_COMMAND_MAN)
364
365man/%.html: man/%.xml man/custom-html.xsl
366 $(XSLTPROC_COMMAND_HTML)
367
368# ------------------------------------------------------------------------------
369
370substitutions = \
371 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
372 '|PACKAGE_URL=$(PACKAGE_URL)|' \
373 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
374 '|prefix=$(prefix)|' \
375 '|exec_prefix=$(exec_prefix)|' \
376 '|sbindir=$(sbindir)|' \
c6525a63
MT
377 '|networkdir=$(networkdir)|' \
378 '|helpersdir=$(helpersdir)|'
5ca9dc30
MT
379
380SED_PROCESS = \
381 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
382 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
383 < $< > $@
384
385src/functions/functions: src/functions/functions.in Makefile
386 $(SED_PROCESS)
387
388src/ppp/ip-updown: src/ppp/ip-updown.in Makefile
389 $(SED_PROCESS)
390
391src/systemd/%: src/systemd/%.in Makefile
392 $(SED_PROCESS)
393
394src/%.pc: src/%.pc.in Makefile
395 $(SED_PROCESS)
396
397INSTALL_DIRS += \
398 $(sbindir)
399
400install-exec-hook: $(INSTALL_EXEC_HOOKS)
401
402uninstall-hook: $(UNINSTALL_EXEC_HOOKS)
403
404# - testsuite ------------------------------------------------------------------
405
406TESTS_ENVIRONMENT = \
407 topdir="$(shell pwd)" \
408 networkdir="$(top_srcdir)/src/functions"
409
410dist_check_SCRIPTS = \
411 test/load-library
412
413TESTS = \
414 test/load-library