]> git.ipfire.org Git - thirdparty/systemd.git/blame - Makefile.am
fedora: remove automount points before we go down
[thirdparty/systemd.git] / Makefile.am
CommitLineData
47be870b
LP
1# This file is part of systemd.
2#
3# Copyright 2010 Lennart Poettering
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# systemd is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with systemd; If not, see <http://www.gnu.org/licenses/>.
17
18ACLOCAL_AMFLAGS = -I m4
19
e24067c3 20dbuspolicydir=$(sysconfdir)/dbus-1/system.d
d1ab0ca0 21udevrulesdir=@udevrulesdir@
036643a2 22
d1ab0ca0 23pkgsysconfdir=$(sysconfdir)/systemd
70fcff31 24systemunitdir=$(pkgdatadir)/system
d1ab0ca0 25sessionunitdir=$(pkgdatadir)/session
70fcff31 26
47be870b
LP
27AM_CPPFLAGS = \
28 -include $(top_builddir)/config.h \
036643a2 29 -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
70fcff31 30 -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
0571e011 31 -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
061978fa 32 -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
036643a2 33 -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \
70fcff31 34 -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \
a16e1123 35 -DCGROUP_AGENT_PATH=\"$(pkglibexecdir)/systemd-cgroups-agent\" \
e99e38bb
LP
36 -DSYSTEMD_BINARY_PATH=\"$(sbindir)/systemd\" \
37 -I $(top_srcdir)/src
47be870b
LP
38
39sbin_PROGRAMS = \
40 systemd
41
42bin_PROGRAMS = \
a9b5b032
MT
43 systemctl
44
45if HAVE_GTK
46bin_PROGRAMS += \
8e274523 47 systemadm
a9b5b032 48endif
8e274523
LP
49
50pkglibexec_PROGRAMS = \
51 systemd-logger \
0b7964b8
LP
52 systemd-cgroups-agent \
53 systemd-initctl
47be870b
LP
54
55noinst_PROGRAMS = \
56 test-engine \
15ae422b 57 test-job-type \
af5bc85d
LP
58 test-ns \
59 test-loopback
47be870b 60
d1ab0ca0 61dist_dbuspolicy_DATA = \
dfac97b2 62 src/org.freedesktop.systemd1.conf
e24067c3 63
d1ab0ca0 64dist_udevrules_DATA = \
dfac97b2 65 src/99-systemd.rules
5cc5d790 66
d1ab0ca0 67dist_systemunit_DATA = \
70fcff31 68 units/emergency.service \
5e6afdd3
LP
69 units/getty.target \
70 units/halt.target \
70449379
LP
71 units/local-fs.target \
72 units/network.target \
73 units/nss-lookup.target \
5e6afdd3
LP
74 units/poweroff.target \
75 units/reboot.target \
70449379 76 units/remote-fs.target \
5e6afdd3 77 units/rescue.target \
f0b02ca2 78 units/rpcbind.target \
70449379
LP
79 units/rtc-set.target \
80 units/shutdown.target \
81 units/sigpwr.target \
82 units/sockets.target \
83 units/swap.target \
70fcff31 84 units/systemd-initctl.socket \
670802d4
LP
85 units/systemd-logger.socket \
86 units/dev-hugepages.automount \
87 units/dev-hugepages.mount \
88 units/dev-mqueue.automount \
89 units/dev-mqueue.mount \
90 units/proc-sys-fs-binfmt_misc.automount \
91 units/proc-sys-fs-binfmt_misc.mount \
92 units/sys-kernel-debug.automount \
93 units/sys-kernel-debug.mount \
94 units/var-run.mount
70fcff31 95
d1ab0ca0 96systemunit_DATA = \
5e6afdd3
LP
97 units/basic.target \
98 units/getty@.service \
99 units/graphical.target \
100 units/multi-user.target \
dfac97b2 101 units/systemd-initctl.service \
a7b6f8e5
LP
102 units/systemd-logger.service \
103 units/syslog.target
d1ab0ca0 104
fb1bd35a
LP
105sessionunit_DATA = \
106 units/session/remote-fs.target
107
e24067c3 108EXTRA_DIST = \
5e6afdd3
LP
109 units/basic.target.m4 \
110 units/getty@.service.m4 \
111 units/graphical.target.m4 \
112 units/multi-user.target.m4 \
705dbf3a 113 units/remote-fs.target.m4 \
70fcff31 114 units/systemd-initctl.service.in \
70fcff31 115 units/systemd-logger.service.in \
a7b6f8e5 116 units/syslog.target.in \
31cee6f6 117 LICENSE \
eb10a764
LP
118 README \
119 DISTRO_PORTING
e24067c3 120
5e6afdd3
LP
121if TARGET_FEDORA
122dist_systemunit_DATA += \
123 units/fedora/halt.service \
124 units/fedora/killall.service \
125 units/fedora/poweroff.service \
126 units/fedora/prefdm.service \
127 units/fedora/rc-local.service \
128 units/fedora/reboot.service \
129 units/fedora/sysinit.service
130endif
131
75db651a
TFH
132# This is needed because automake is buggy in how it generates the
133# rules for C programs, but not Vala programs. We therefore can't
134# list the .h files as dependencies if we want make dist to work.
ea6145da 135BASIC_SOURCES = \
e99e38bb
LP
136 src/util.c \
137 src/hashmap.c \
138 src/set.c \
139 src/strv.c \
140 src/conf-parser.c \
141 src/socket-util.c \
142 src/log.c \
143 src/ratelimit.c
47be870b 144
ea6145da 145COMMON_SOURCES = \
47be870b 146 $(BASIC_SOURCES) \
e99e38bb
LP
147 src/unit.c \
148 src/job.c \
149 src/manager.c \
150 src/load-fragment.c \
151 src/service.c \
152 src/automount.c \
153 src/mount.c \
154 src/swap.c \
155 src/device.c \
156 src/target.c \
157 src/snapshot.c \
158 src/socket.c \
159 src/timer.c \
160 src/load-dropin.c \
161 src/execute.c \
162 src/dbus.c \
163 src/dbus-manager.c \
164 src/dbus-unit.c \
165 src/dbus-job.c \
166 src/dbus-service.c \
167 src/dbus-socket.c \
168 src/dbus-target.c \
169 src/dbus-mount.c \
170 src/dbus-automount.c \
171 src/dbus-swap.c \
172 src/dbus-snapshot.c \
173 src/dbus-device.c \
174 src/dbus-execute.c \
175 src/cgroup.c \
176 src/mount-setup.c \
177 src/hostname-setup.c \
178 src/loopback-setup.c \
179 src/utmp-wtmp.c \
180 src/specifier.c \
181 src/unit-name.c \
182 src/fdset.c \
183 src/namespace.c
47be870b 184
462b33e9
TFH
185EXTRA_DIST += \
186 ${COMMON_SOURCES:.c=.h} \
e99e38bb
LP
187 src/macro.h \
188 src/ioprio.h \
189 src/missing.h \
190 src/list.h \
191 src/securebits.h \
192 src/linux/auto_dev-ioctl.h \
193 src/initreq.h \
194 src/sd-daemon.h
462b33e9 195
d1ab0ca0 196dist_man_MANS = \
dfac97b2 197 man/systemd.unit.5 \
9f2c5942
LP
198 man/systemd.service.5
199
200nodist_man_MANS = \
9f235308 201 man/systemd.special.7
d1ab0ca0 202
9f2c5942 203dist_noinst_DATA = \
dfac97b2 204 man/systemd.unit.html \
9f2c5942 205 man/systemd.service.html
d1ab0ca0 206
9f2c5942
LP
207nodist_noinst_DATA = \
208 man/systemd.special.html
d1ab0ca0
LP
209
210EXTRA_DIST += \
211 man/systemd.unit.xml \
9f235308 212 man/systemd.service.xml \
9f2c5942
LP
213 man/systemd.special.xml.in \
214 man/systemd.special.7.in \
215 man/systemd.special.html.in
d1ab0ca0 216
47be870b
LP
217systemd_SOURCES = \
218 $(COMMON_SOURCES) \
e99e38bb 219 src/main.c
47be870b
LP
220
221systemd_CPPFLAGS = \
222 $(AM_CPPFLAGS) \
223 $(DBUS_CFLAGS) \
8e274523
LP
224 $(UDEV_CFLAGS) \
225 $(CGROUP_CFLAGS)
47be870b
LP
226
227systemd_LDADD = \
228 $(DBUS_LIBS) \
8e274523
LP
229 $(UDEV_LIBS) \
230 $(CGROUP_LIBS)
47be870b
LP
231
232test_engine_SOURCES = \
233 $(COMMON_SOURCES) \
e99e38bb 234 src/test-engine.c
47be870b
LP
235
236test_engine_CPPFLAGS = $(systemd_CPPFLAGS)
237test_engine_LDADD = $(systemd_LDADD)
238
239test_job_type_SOURCES = \
240 $(COMMON_SOURCES) \
e99e38bb 241 src/test-engine.c
47be870b
LP
242
243test_job_type_CPPFLAGS = $(systemd_CPPFLAGS)
244test_job_type_LDADD = $(systemd_LDADD)
245
15ae422b
LP
246test_ns_SOURCES = \
247 $(BASIC_SOURCES) \
e99e38bb
LP
248 src/test-ns.c \
249 src/namespace.c
15ae422b
LP
250
251test_ns_CPPFLAGS = $(systemd_CPPFLAGS)
252test_ns_LDADD = $(systemd_LDADD)
253
af5bc85d
LP
254test_loopback_SOURCES = \
255 $(BASIC_SOURCES) \
e99e38bb
LP
256 src/test-loopback.c \
257 src/loopback-setup.c
af5bc85d
LP
258
259test_loopback_CPPFLAGS = $(systemd_CPPFLAGS)
260test_loopback_LDADD = $(systemd_LDADD)
261
47be870b
LP
262systemd_logger_SOURCES = \
263 $(BASIC_SOURCES) \
e99e38bb
LP
264 src/logger.c \
265 src/sd-daemon.c
47be870b 266
0b7964b8
LP
267systemd_initctl_SOURCES = \
268 $(BASIC_SOURCES) \
e99e38bb
LP
269 src/initctl.c \
270 src/sd-daemon.c
0b7964b8
LP
271
272systemd_initctl_CPPFLAGS = \
273 $(AM_CPPFLAGS) \
274 $(DBUS_CFLAGS)
275
276systemd_initctl_LDADD = \
277 $(DBUS_LIBS)
278
8e274523
LP
279systemd_cgroups_agent_SOURCES = \
280 $(BASIC_SOURCES) \
e99e38bb 281 src/cgroups-agent.c
8e274523
LP
282
283systemd_cgroups_agent_CPPFLAGS = \
284 $(AM_CPPFLAGS) \
285 $(DBUS_CFLAGS)
286
287systemd_cgroups_agent_LDADD = \
288 $(DBUS_LIBS)
289
e99e38bb
LP
290VALAFLAGS = \
291 -g \
292 --save-temps \
293 --pkg=dbus-glib-1 \
294 --pkg=posix
295
296if HAVE_GTK
297VALAFLAGS += \
298 --pkg=gtk+-2.0
299endif
300
301VALA_CFLAGS = \
302 -Wno-unused-variable \
303 -Wno-unused-function
47be870b
LP
304
305systemctl_SOURCES = \
e99e38bb
LP
306 src/systemctl.vala \
307 src/systemd-interfaces.vala
47be870b 308
67ef7823 309systemctl_CPPFLAGS = $(AM_CPPFLAGS) $(DBUSGLIB_CFLAGS) $(VALA_CFLAGS)
47be870b
LP
310systemctl_LDADD = $(DBUSGLIB_LIBS)
311
312systemadm_SOURCES = \
e99e38bb
LP
313 src/systemadm.vala \
314 src/systemd-interfaces.vala
47be870b 315
67ef7823 316systemadm_CPPFLAGS = $(AM_CPPFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(VALA_CFLAGS)
47be870b 317systemadm_LDADD = $(DBUSGLIB_LIBS) $(GTK_LIBS)
c1e1601e 318
5e6afdd3 319SED_PROCESS = \
a00e4879 320 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
5e6afdd3 321 $(SED) -e 's,@libexecdir\@,$(libexecdir),g' \
2d02719c 322 -e 's,@pkglibexecdir\@,$(pkglibexecdir),g' \
5e6afdd3 323 -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
2d02719c 324 < $< > $@
70fcff31 325
9f2c5942 326units/%: units/%.in Makefile
5e6afdd3
LP
327 $(SED_PROCESS)
328
2a3d6294 329man/%: man/%.in Makefile
5e6afdd3
LP
330 $(SED_PROCESS)
331
fb1bd35a 332M4_PROCESS_SYSTEM = \
a00e4879 333 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 334 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SYSTEM=1 < $< > $@
fb1bd35a
LP
335
336M4_PROCESS_SESSION = \
a00e4879 337 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 338 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SESSION=1 < $< > $@
5e6afdd3 339
9f2c5942 340units/%: units/%.m4 Makefile
fb1bd35a 341 $(M4_PROCESS_SYSTEM)
5e6afdd3 342
9f2c5942 343units/session/%: units/%.m4 Makefile
fb1bd35a 344 $(M4_PROCESS_SESSION)
a7b6f8e5 345
c1e1601e 346CLEANFILES = \
dfac97b2 347 units/systemd-initctl.service \
a7b6f8e5 348 units/systemd-logger.service \
5e6afdd3
LP
349 units/syslog.target \
350 units/basic.target \
351 units/getty@.service \
352 units/graphical.target \
705dbf3a
LP
353 units/multi-user.target \
354 units/remote-fs.target \
9f2c5942
LP
355 units/session/remote-fs.target \
356 man/systemd.special.7 \
357 man/systemd.special.html
4697132b 358
42e39f0b
LP
359if HAVE_VALAC
360CLEANFILES += \
361 src/systemd-interfaces.c \
362 src/systemctl.c \
363 src/systemadm.c
364endif
365
c3bd7322 366if HAVE_XSLTPROC
9f2c5942 367XSLTPROC_PROCESS_MAN = \
a00e4879 368 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
d1ab0ca0
LP
369 $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
370
9f2c5942 371XSLTPROC_PROCESS_MAN_IN = \
a00e4879 372 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942
LP
373 $(XSLTPROC) -o ${@:.in=} -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
374 mv ${@:.in=} $@
375
376XSLTPROC_PROCESS_HTML = \
a00e4879 377 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
d1ab0ca0
LP
378 $(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
379
9f2c5942 380XSLTPROC_PROCESS_HTML_IN = \
a00e4879 381 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942
LP
382 $(XSLTPROC) -o ${@:.in=} -nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
383 mv ${@:.in=} $@
384
385man/%.5: man/%.xml
386 $(XSLTPROC_PROCESS_MAN)
387
388man/%.5.in: man/%.xml.in
389 $(XSLTPROC_PROCESS_MAN)
390
391man/%.7: man/%.xml
392 $(XSLTPROC_PROCESS_MAN)
393
394man/%.7.in: man/%.xml.in
395 $(XSLTPROC_PROCESS_MAN_IN)
396
397man/%.html: man/%.xml
398 $(XSLTPROC_PROCESS_HTML)
399
400man/%.html.in: man/%.xml.in
401 $(XSLTPROC_PROCESS_HTML_IN)
402
d1ab0ca0
LP
403CLEANFILES += \
404 $(dist_man_MANS) \
9f2c5942
LP
405 man/systemd.special.7.in \
406 man/systemd.unit.html \
407 man/systemd.service.html \
408 man/systemd.special.html.in
c3bd7322 409endif
d1ab0ca0 410
4697132b 411install-data-hook:
64c1b5bf 412 $(MKDIR_P) -m 0755 \
43aa226d
LP
413 $(DESTDIR)$(systemunitdir) \
414 $(DESTDIR)$(sessionunitdir) \
5e6afdd3 415 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
670802d4 416 $(DESTDIR)$(systemunitdir)/basic.target.wants \
64c1b5bf 417 $(DESTDIR)$(pkgsysconfdir)/system \
5e6afdd3
LP
418 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
419 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
420 $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
64c1b5bf 421 $(DESTDIR)$(pkgsysconfdir)/session \
e82e442b 422 $(DESTDIR)$(sysconfdir)/xdg/systemd
53f7d807
LP
423 $(MKDIR_P) -m 0755 $(DESTDIR)/cgroup/systemd || \
424 echo "Don't forget to create /cgroup/systemd! Couldn't create it for you, continuing anyway."
e9da3678
LP
425 ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
426 rm -f session && \
5e6afdd3
LP
427 $(LN_S) $(pkgsysconfdir)/session session )
428 ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
70449379 429 rm -f systemd-initctl.socket systemd-logger.socket && \
5e6afdd3
LP
430 $(LN_S) ../systemd-logger.socket systemd-logger.socket && \
431 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket )
70449379 432 ( cd $(DESTDIR)$(sessionunitdir) && \
fb1bd35a 433 rm -f shutdown.target sockets.target local-fs.target swap.target && \
70449379 434 $(LN_S) ../system/shutdown.target shutdown.target && \
fb1bd35a
LP
435 $(LN_S) ../system/sockets.target sockets.target && \
436 $(LN_S) ../system/local-fs.target local-fs.target && \
437 $(LN_S) ../system/swap.target swap.target )
5e6afdd3
LP
438 ( cd $(DESTDIR)$(systemunitdir) && \
439 rm -f runlevel0.target runlevel1.target runlevel6.target && \
440 $(LN_S) poweroff.target runlevel0.target && \
441 $(LN_S) rescue.target runlevel1.target && \
442 $(LN_S) reboot.target runlevel6.target )
443 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
444 rm -f default.target ctrl-alt-del.target kbrequest.target && \
445 $(LN_S) $(systemunitdir)/graphical.target default.target && \
446 $(LN_S) $(systemunitdir)/reboot.target ctrl-alt-del.target && \
447 $(LN_S) $(systemunitdir)/rescue.target kbrequest.target && \
448 rm -f runlevel2.target runlevel3.target runlevel4.target runlevel5.target && \
449 $(LN_S) $(systemunitdir)/multi-user.target runlevel2.target && \
450 $(LN_S) $(systemunitdir)/multi-user.target runlevel3.target && \
451 $(LN_S) $(systemunitdir)/multi-user.target runlevel4.target && \
452 $(LN_S) $(systemunitdir)/graphical.target runlevel5.target )
453 ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
454 rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
455 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service && \
456 $(LN_S) $(systemunitdir)/getty@.service getty@tty2.service && \
457 $(LN_S) $(systemunitdir)/getty@.service getty@tty3.service && \
458 $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \
459 $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \
460 $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service )
461 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
462 rm -f getty.target && \
463 $(LN_S) $(systemunitdir)/getty.target getty.target )
670802d4
LP
464 ( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \
465 rm -f dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount && \
466 $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
467 $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
468 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
469 $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount )
5e6afdd3
LP
470if TARGET_FEDORA
471 ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
472 rm -f prefdm.service && \
473 $(LN_S) $(systemunitdir)/prefdm.service prefdm.service )
474 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
475 rm -f rc-local.service && \
476 $(LN_S) $(systemunitdir)/rc-local.service rc-local.service )
477 ( cd $(DESTDIR)$(systemunitdir) && \
478 rm -f local.service && \
479 $(LN_S) rc-local.service local.service )
1afaf573
LP
480 ( cd $(DESTDIR)/etc/init.d && \
481 $(LN_S) halt reboot > /dev/null 2>&1 || true )
5e6afdd3
LP
482endif
483
d1ab0ca0
LP
484DISTCHECK_CONFIGURE_FLAGS = \
485 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir)