]> git.ipfire.org Git - people/ms/network.git/blob - Makefile.am
ipsec: add new functions
[people/ms/network.git] / Makefile.am
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
21 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
22 AM_MAKEFLAGS = --no-print-directory
23 AUTOMAKE_OPTIONS = color-tests
24
25 # remove target it the command fails
26 .DELETE_ON_ERROR:
27
28 # keep itermediate files
29 .SECONDARY:
30
31 bashcompletiondir= $(datadir)/bash-completion/completions
32 libexecdir = $(prefix)/lib
33 pkgconfigdatadir = $(datadir)/pkgconfig
34 pppdir = $(sysconfdir)/ppp
35 systemconfigdir = $(datadir)/network
36 sysctldir = $(prefix)/lib/sysctl.d
37 tmpfilesdir = $(prefix)/lib/tmpfiles.d
38 udevrulesdir = $(udevdir)/rules.d
39
40 networkdir = $(libexecdir)/network
41 helpersdir = $(networkdir)/helpers
42
43 macrosdir = $(libexecdir)/firewall/macros
44
45 hooksdir = $(networkdir)/hooks
46 hooks_configsdir = $(hooksdir)/configs
47 hooks_portsdir = $(hooksdir)/ports
48 hooks_zonesdir = $(hooksdir)/zones
49
50 triggersdir = $(networkdir)/triggers
51
52 logdir = $(localestatedir)/log/network
53
54 CLEANFILES =
55 DISTCLEANFILES =
56 EXTRA_DIST =
57 INSTALL_DIRS =
58 INSTALL_EXEC_HOOKS =
59 UNINSTALL_EXEC_HOOKS =
60 noinst_DATA =
61
62 AM_CFLAGS = $(OUR_CFLAGS)
63 AM_CPPFLAGS = $(OUR_CPPFLAGS)
64 AM_LDFLAGS = $(OUR_LDFLAGS)
65
66 DISTCHECK_CONFIGURE_FLAGS = \
67 --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
68 --with-udevdir=$$dc_install_base/$(udevdir)
69
70 install-directories-hook:
71 $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS))
72
73 INSTALL_EXEC_HOOKS += \
74 install-directories-hook
75
76 # ------------------------------------------------------------------------------
77
78 AM_V_XSLT = $(AM_V_XSLT_$(V))
79 AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
80 AM_V_XSLT_0 = @echo " XSLT " $@;
81
82 # ------------------------------------------------------------------------------
83
84 dist_doc_DATA = \
85 README \
86 docs/CODING_STYLE \
87 docs/COPYING
88
89 dist_sbin_SCRIPTS = \
90 src/dhclient-script \
91 src/firewall-config \
92 src/firewall4 \
93 src/firewall6 \
94 src/network
95
96 network_SCRIPTS = \
97 src/functions/functions
98
99 CLEANFILES += \
100 src/functions/functions
101
102 EXTRA_DIST += \
103 src/functions/functions.in
104
105 dist_network_SCRIPTS = \
106 src/functions/functions.at \
107 src/functions/functions.auth \
108 src/functions/functions.batman-adv \
109 src/functions/functions.bonding \
110 src/functions/functions.bridge \
111 src/functions/functions.cli \
112 src/functions/functions.cli.firewall \
113 src/functions/functions.colors \
114 src/functions/functions.config \
115 src/functions/functions.conntrack \
116 src/functions/functions.constants \
117 src/functions/functions.constants-firewall \
118 src/functions/functions.db \
119 src/functions/functions.description \
120 src/functions/functions.device \
121 src/functions/functions.dhclient \
122 src/functions/functions.dhcpd \
123 src/functions/functions.distro \
124 src/functions/functions.dns \
125 src/functions/functions.dummy \
126 src/functions/functions.editor \
127 src/functions/functions.firewall \
128 src/functions/functions.firewall-policy \
129 src/functions/functions.firewall-zones \
130 src/functions/functions.he \
131 src/functions/functions.hook \
132 src/functions/functions.hostapd \
133 src/functions/functions.hotplug \
134 src/functions/functions.http \
135 src/functions/functions.interrupts \
136 src/functions/functions.ip \
137 src/functions/functions.iptables \
138 src/functions/functions.ip-tunnel \
139 src/functions/functions.ipv4 \
140 src/functions/functions.ipv6 \
141 src/functions/functions.list \
142 src/functions/functions.lock \
143 src/functions/functions.logging \
144 src/functions/functions.macros \
145 src/functions/functions.modem \
146 src/functions/functions.phy \
147 src/functions/functions.ports \
148 src/functions/functions.ppp \
149 src/functions/functions.pppoe-server \
150 src/functions/functions.radvd \
151 src/functions/functions.route \
152 src/functions/functions.routing \
153 src/functions/functions.serial \
154 src/functions/functions.service \
155 src/functions/functions.settings \
156 src/functions/functions.stp \
157 src/functions/functions.sysctl \
158 src/functions/functions.system \
159 src/functions/functions.triggers \
160 src/functions/functions.usb \
161 src/functions/functions.util \
162 src/functions/functions.vlan \
163 src/functions/functions.ipsec \
164 src/functions/functions.vpn-security-policies \
165 src/functions/functions.wireless \
166 src/functions/functions.wpa_supplicant \
167 src/functions/functions.zone \
168 src/network-radvd-config \
169 src/dhclient-helper \
170 src/header-config \
171 src/header-port \
172 src/header-zone \
173 src/ppp/dialer \
174 src/ppp/pppoe-server
175
176 dist_helpers_SCRIPTS = \
177 src/helpers/bridge-stp \
178 src/helpers/dhcpd-config-helper \
179 src/helpers/firewall-kernel-init \
180 src/helpers/hostapd-config-helper \
181 src/helpers/pppd-angel \
182 src/helpers/wpa_supplicant \
183 src/helpers/wpa_supplicant-config-helper
184
185 bin_PROGRAMS = \
186 src/inetcalc
187
188 src_inetcalc_SOURCES = \
189 src/inetcalc.c
190
191 bridge-stp-install-hook: bridge-stp-uninstall-hook
192 ln -svf --relative $(DESTDIR)$(helpersdir)/bridge-stp $(DESTDIR)$(sbindir)/
193
194 bridge-stp-uninstall-hook:
195 rm -f $(DESTDIR)$(sbindir)/bridge-stp
196
197 INSTALL_EXEC_HOOKS += bridge-stp-install-hook
198 UNINSTALL_EXEC_HOOKS += bridge-stp-uninstall-hook
199
200 dist_hooks_configs_SCRIPTS = \
201 src/hooks/configs/dhcp \
202 src/hooks/configs/ipv4-static \
203 src/hooks/configs/ipv6-auto \
204 src/hooks/configs/ipv6-static \
205 src/hooks/configs/pppoe-server
206
207 dist_hooks_ports_SCRIPTS = \
208 src/hooks/ports/batman-adv \
209 src/hooks/ports/bonding \
210 src/hooks/ports/dummy \
211 src/hooks/ports/ethernet \
212 src/hooks/ports/vlan \
213 src/hooks/ports/wireless-adhoc \
214 src/hooks/ports/wireless-ap
215
216 dist_hooks_zones_SCRIPTS = \
217 src/hooks/zones/6to4-tunnel \
218 src/hooks/zones/bridge \
219 src/hooks/zones/modem \
220 src/hooks/zones/pppoe \
221 src/hooks/zones/wireless
222
223 # ------------------------------------------------------------------------------
224
225 ppp_SCRIPTS = \
226 src/ppp/ip-updown
227
228 CLEANFILES += \
229 src/ppp/ip-updown
230
231 EXTRA_DIST += \
232 src/ppp/ip-updown.in
233
234 INSTALL_DIRS += \
235 $(pppdir) \
236 $(logdir)
237
238 ppp-install-hook:
239 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-pre-up
240 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-up
241 ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-down
242 ln -svf ip-updown $(DESTDIR)$(pppdir)/ipv6-up
243 ln -svf ip-updown $(DESTDIR)$(pppdir)/ipv6-down
244
245 ppp-uninstall-hook:
246 rm -f $(DESTDIR)$(pppdir)/ip-{down,pre-up,up}
247 rm -f $(DESTDIR)$(pppdir)/ipv6-{down,up}
248
249 INSTALL_EXEC_HOOKS += ppp-install-hook
250 UNINSTALL_EXEC_HOOKS += ppp-uninstall-hook
251
252 # ------------------------------------------------------------------------------
253
254 if HAVE_SYSTEMD
255 systemdsystemunit_DATA = \
256 src/systemd/firewall4.service \
257 src/systemd/firewall6.service \
258 src/systemd/firewall-init.service \
259 src/systemd/network-init.service \
260 src/systemd/network@.service
261
262 CLEANFILES += \
263 $(systemdsystemunit_DATA)
264
265 INSTALL_DIRS += \
266 $(systemdsystemunitdir)
267 endif
268
269 EXTRA_DIST += \
270 src/systemd/firewall4.service.in \
271 src/systemd/firewall6.service.in \
272 src/systemd/firewall-init.service.in \
273 src/systemd/network-init.service.in \
274 src/systemd/network@.service.in
275
276 # ------------------------------------------------------------------------------
277
278 systemconfig_vpndir = $(systemconfigdir)/vpn
279
280 dist_systemconfig_vpn_security_policies_DATA = \
281 config/vpn/security-policies/performance \
282 config/vpn/security-policies/system
283
284 systemconfig_vpn_security_policiesdir = $(systemconfig_vpndir)/security-policies
285
286 # ------------------------------------------------------------------------------
287
288 dist_sysctl_DATA = \
289 src/sysctl/network.conf
290
291 # ------------------------------------------------------------------------------
292
293 dist_bashcompletion_SCRIPTS = \
294 src/bash-completion/network
295
296 # ------------------------------------------------------------------------------
297
298 dist_tmpfiles_DATA = \
299 src/tmpfiles/network.conf
300
301 # ------------------------------------------------------------------------------
302
303 if HAVE_UDEV
304 dist_udev_SCRIPTS = \
305 src/udev/network-hotplug \
306 src/udev/network-hotplug-rename \
307 src/udev/network-hotplug-serial
308
309 dist_udevrules_DATA = \
310 src/udev/rules.d/50-serial-whitelist.rules \
311 src/udev/rules.d/60-net.rules
312
313 INSTALL_DIRS += \
314 $(udevdir) \
315 $(udevrulesdir)
316 endif
317
318 # ------------------------------------------------------------------------------
319
320 pkgconfigdata_DATA = \
321 src/network.pc
322
323 CLEANFILES += \
324 $(pkgconfigdata_DATA)
325
326 EXTRA_DIST += \
327 src/network.pc.in
328
329 # ------------------------------------------------------------------------------
330
331 dist_macros_DATA = \
332 src/macros/DHCP \
333 src/macros/HTTP \
334 src/macros/HTTPS \
335 src/macros/WWW
336
337 # ------------------------------------------------------------------------------
338
339 INSTALL_DIRS += \
340 $(triggersdir)
341
342 # ------------------------------------------------------------------------------
343
344 MANPAGES = \
345 man/firewall-settings.8 \
346 man/network.8 \
347 man/network-color.8 \
348 man/network-description.8 \
349 man/network-device.8 \
350 man/network-dhcp.8 \
351 man/network-dns-server.8 \
352 man/network-performance-tuning.8 \
353 man/network-port.8 \
354 man/network-port-batman-adv.8 \
355 man/network-port-batman-adv-port.8 \
356 man/network-quick-start.8 \
357 man/network-route.8 \
358 man/network-route-static.8 \
359 man/network-settings.8 \
360 man/network-zone.8 \
361 man/network-zone-6to4-tunnel.8 \
362 man/network-zone-bridge.8 \
363 man/network-zone-config-pppoe-server.8 \
364 man/network-zone-modem.8 \
365 man/network-zone-pppoe.8 \
366 man/network-zone-wireless.8
367
368 MANPAGES_XML = $(patsubst %.8,%.xml,$(MANPAGES))
369 MANPAGES_HTML = $(patsubst %.xml,%.html,$(MANPAGES_XML))
370
371 .PHONY: man
372 man: $(MANPAGES) $(MANPAGES_HTML)
373
374 man_MANS = \
375 $(MANPAGES)
376
377 noinst_DATA += \
378 $(MANPAGES_HTML)
379
380 CLEANFILES += \
381 $(man_MANS) \
382 $(MANPAGES_HTML)
383
384 EXTRA_DIST += \
385 $(MANPAGES_XML) \
386 man/custom-html.xsl
387
388 XSLTPROC_FLAGS = \
389 --nonet \
390 --stringparam man.output.quietly 1 \
391 --stringparam funcsynopsis.style ansi \
392 --stringparam man.th.extra1.suppress 1 \
393 --stringparam man.authors.section.enabled 1 \
394 --stringparam man.copyright.section.enabled 1
395
396 XSLTPROC_COMMAND_MAN = \
397 $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) \
398 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
399
400 XSLTPROC_COMMAND_HTML = \
401 $(AM_V_XSLT)$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(srcdir)/man/custom-html.xsl $<
402
403 man/%.8: man/%.xml
404 $(XSLTPROC_COMMAND_MAN)
405
406 man/%.html: man/%.xml man/custom-html.xsl
407 $(XSLTPROC_COMMAND_HTML)
408
409 # ------------------------------------------------------------------------------
410
411 substitutions = \
412 '|PACKAGE_NAME=$(PACKAGE_NAME)|' \
413 '|PACKAGE_URL=$(PACKAGE_URL)|' \
414 '|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
415 '|prefix=$(prefix)|' \
416 '|exec_prefix=$(exec_prefix)|' \
417 '|sbindir=$(sbindir)|' \
418 '|networkdir=$(networkdir)|' \
419 '|helpersdir=$(helpersdir)|'
420
421 SED_PROCESS = \
422 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
423 $(SED) $(subst '|,-e 's|@,$(subst =,\@|,$(subst |',|g',$(substitutions)))) \
424 < $< > $@
425
426 src/functions/functions: src/functions/functions.in Makefile
427 $(SED_PROCESS)
428
429 src/ppp/ip-updown: src/ppp/ip-updown.in Makefile
430 $(SED_PROCESS)
431
432 src/systemd/%: src/systemd/%.in Makefile
433 $(SED_PROCESS)
434
435 src/%.pc: src/%.pc.in Makefile
436 $(SED_PROCESS)
437
438 INSTALL_DIRS += \
439 $(sbindir)
440
441 install-exec-hook: $(INSTALL_EXEC_HOOKS)
442
443 uninstall-hook: $(UNINSTALL_EXEC_HOOKS)
444
445 # - testsuite ------------------------------------------------------------------
446
447 TESTS_ENVIRONMENT = \
448 PATH=$(top_builddir)/src:$(PATH) \
449 functions=$(abs_builddir)/src/functions/functions \
450 networkdir=$(abs_srcdir)/src/functions \
451 testdir=$(top_srcdir)/test
452
453 dist_check_DATA = \
454 test/constants.sh \
455 test/test-functions
456
457 dist_check_SCRIPTS = \
458 $(TESTS)
459
460 TESTS = \
461 test/load-library \
462 test/functions/ip/ip_detect_protocol \
463 test/functions/ip/ip_get_prefix \
464 test/functions/ip/ip_net_is_valid \
465 test/functions/ip/ip_is_valid \
466 test/functions/ip/ip_network_is_subnet_of \
467 test/functions/ip/ip_prefix_is_valid \
468 test/functions/ip/ip_protocol_is_supported \
469 test/functions/ip/ip_split_prefix