]> git.ipfire.org Git - thirdparty/systemd.git/blame - Makefile.am
build-sys: fix directory creation of a few dirs
[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
8c4a3079 20# Dirs of external packages
d122948d
LP
21dbuspolicydir=@dbuspolicydir@
22dbussessionservicedir=@dbussessionservicedir@
23dbussystemservicedir=@dbussystemservicedir@
24dbusinterfacedir=@dbusinterfacedir@
d1ab0ca0 25udevrulesdir=@udevrulesdir@
8c6db833
LP
26pamlibdir=@pamlibdir@
27pkgconfigdatadir=$(datadir)/pkgconfig
036643a2 28
8c4a3079 29# Our own, non-special dirs
d1ab0ca0 30pkgsysconfdir=$(sysconfdir)/systemd
d1ab0ca0 31sessionunitdir=$(pkgdatadir)/session
8c4a3079
LP
32
33# And these are the special ones for /
34rootdir=@rootdir@
8c4a3079
LP
35rootbindir=$(rootdir)/bin
36rootlibexecdir=$(rootdir)/lib/systemd
37systemunitdir=$(rootdir)/lib/systemd/system
70fcff31 38
47be870b
LP
39AM_CPPFLAGS = \
40 -include $(top_builddir)/config.h \
036643a2 41 -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
70fcff31 42 -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
0571e011 43 -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
061978fa 44 -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
036643a2 45 -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \
70fcff31 46 -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \
8c4a3079 47 -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
f401faf5 48 -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \
2cb1a60d 49 -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
8c6db833 50 -DRUNTIME_DIR=\"$(localstatedir)/run\" \
e99e38bb 51 -I $(top_srcdir)/src
47be870b 52
8c4a3079 53rootbin_PROGRAMS = \
134dc482 54 systemd \
4a2a8b5a
LP
55 systemctl \
56 systemd-notify
a9b5b032 57
8c4a3079 58bin_PROGRAMS = \
10e87ee7
LP
59 systemd-install
60
61if HAVE_GTK
62bin_PROGRAMS += \
8e274523 63 systemadm
a9b5b032 64endif
8e274523 65
8c4a3079 66rootlibexec_PROGRAMS = \
8e274523 67 systemd-logger \
0b7964b8
LP
68 systemd-cgroups-agent \
69 systemd-initctl
47be870b
LP
70
71noinst_PROGRAMS = \
72 test-engine \
15ae422b 73 test-job-type \
af5bc85d 74 test-ns \
8c47c732 75 test-loopback \
8c6db833
LP
76 test-daemon \
77 test-cgroup
78
79if HAVE_PAM
80pamlib_LTLIBRARIES = \
81 pam_systemd.la
82endif
47be870b 83
d1ab0ca0 84dist_dbuspolicy_DATA = \
dfac97b2 85 src/org.freedesktop.systemd1.conf
e24067c3 86
d122948d
LP
87dist_dbussystemservice_DATA = \
88 src/org.freedesktop.systemd1.service
89
d1ab0ca0 90dist_udevrules_DATA = \
dfac97b2 91 src/99-systemd.rules
5cc5d790 92
d122948d 93dbusinterface_DATA = \
4288f619
LP
94 org.freedesktop.systemd1.Manager.xml \
95 org.freedesktop.systemd1.Job.xml \
96 org.freedesktop.systemd1.Unit.xml \
97 org.freedesktop.systemd1.Service.xml \
98 org.freedesktop.systemd1.Socket.xml \
871d7de4 99 org.freedesktop.systemd1.Timer.xml \
4288f619
LP
100 org.freedesktop.systemd1.Target.xml \
101 org.freedesktop.systemd1.Device.xml \
102 org.freedesktop.systemd1.Mount.xml \
103 org.freedesktop.systemd1.Automount.xml \
104 org.freedesktop.systemd1.Snapshot.xml \
01f78473
LP
105 org.freedesktop.systemd1.Swap.xml \
106 org.freedesktop.systemd1.Path.xml
4288f619 107
d1ab0ca0 108dist_systemunit_DATA = \
70fcff31 109 units/emergency.service \
f92a18f5 110 units/basic.target \
5e6afdd3
LP
111 units/getty.target \
112 units/halt.target \
70449379
LP
113 units/local-fs.target \
114 units/network.target \
115 units/nss-lookup.target \
683f468c 116 units/mail-transfer-agent.target \
5e6afdd3
LP
117 units/poweroff.target \
118 units/reboot.target \
70449379 119 units/remote-fs.target \
5e6afdd3 120 units/rescue.target \
f0b02ca2 121 units/rpcbind.target \
70449379
LP
122 units/rtc-set.target \
123 units/shutdown.target \
124 units/sigpwr.target \
125 units/sockets.target \
126 units/swap.target \
70fcff31 127 units/systemd-initctl.socket \
670802d4
LP
128 units/systemd-logger.socket \
129 units/dev-hugepages.automount \
130 units/dev-hugepages.mount \
131 units/dev-mqueue.automount \
132 units/dev-mqueue.mount \
133 units/proc-sys-fs-binfmt_misc.automount \
134 units/proc-sys-fs-binfmt_misc.mount \
135 units/sys-kernel-debug.automount \
136 units/sys-kernel-debug.mount \
6d526de2
LP
137 units/sys-kernel-security.automount \
138 units/sys-kernel-security.mount \
139 units/var-lock.mount \
670802d4 140 units/var-run.mount
70fcff31 141
d1ab0ca0 142systemunit_DATA = \
f92a18f5 143 units/sysinit.target \
5e6afdd3
LP
144 units/getty@.service \
145 units/graphical.target \
146 units/multi-user.target \
dfac97b2 147 units/systemd-initctl.service \
a7b6f8e5
LP
148 units/systemd-logger.service \
149 units/syslog.target
d1ab0ca0 150
0d26c910
LP
151dist_sessionunit_DATA = \
152 units/session/default.target
153
fb1bd35a 154sessionunit_DATA = \
a1b256b0
LP
155 units/session/remote-fs.target \
156 units/session/exit.service
fb1bd35a 157
e24067c3 158EXTRA_DIST = \
f92a18f5 159 units/sysinit.target.m4 \
5e6afdd3
LP
160 units/getty@.service.m4 \
161 units/graphical.target.m4 \
162 units/multi-user.target.m4 \
705dbf3a 163 units/remote-fs.target.m4 \
70fcff31 164 units/systemd-initctl.service.in \
70fcff31 165 units/systemd-logger.service.in \
a7b6f8e5 166 units/syslog.target.in \
a1b256b0 167 units/session/exit.service.in \
64ca679e 168 systemd.pc.in
e24067c3 169
5e6afdd3
LP
170if TARGET_FEDORA
171dist_systemunit_DATA += \
172 units/fedora/halt.service \
173 units/fedora/killall.service \
174 units/fedora/poweroff.service \
175 units/fedora/prefdm.service \
176 units/fedora/rc-local.service \
177 units/fedora/reboot.service \
178 units/fedora/sysinit.service
179endif
180
65b0095b
KS
181if TARGET_SUSE
182dist_systemunit_DATA += \
183 units/suse/halt.service \
184 units/suse/poweroff.service \
185 units/suse/reboot.service
186endif
187
ea2d9ed4
MAP
188if TARGET_GENTOO
189dist_systemunit_DATA += \
190 units/gentoo/halt.service \
191 units/gentoo/killall.service \
192 units/gentoo/poweroff.service \
193 units/gentoo/reboot.service \
194 units/gentoo/xdm.service
195endif
196
1ebdf2d8
TG
197if TARGET_ARCH
198dist_systemunit_DATA += \
199 units/arch/sysinit.service \
200 units/arch/rc-local.service \
201 units/arch/halt.service \
202 units/arch/poweroff.service \
203 units/arch/reboot.service
204endif
205
240a3a85
LP
206dist_doc_DATA = \
207 README \
795750ca
LP
208 LICENSE \
209 DISTRO_PORTING \
240a3a85
LP
210 src/sd-daemon.h \
211 src/sd-daemon.c
212
8c6db833
LP
213pkgconfigdata_DATA = \
214 systemd.pc
215
139be57d
LP
216noinst_LTLIBRARIES = \
217 libsystemd-basic.la \
218 libsystemd-core.la
219
75db651a
TFH
220# This is needed because automake is buggy in how it generates the
221# rules for C programs, but not Vala programs. We therefore can't
222# list the .h files as dependencies if we want make dist to work.
139be57d
LP
223
224libsystemd_basic_la_SOURCES = \
e99e38bb
LP
225 src/util.c \
226 src/hashmap.c \
227 src/set.c \
228 src/strv.c \
229 src/conf-parser.c \
230 src/socket-util.c \
231 src/log.c \
232 src/ratelimit.c
47be870b 233
139be57d 234libsystemd_core_la_SOURCES = \
e99e38bb
LP
235 src/unit.c \
236 src/job.c \
237 src/manager.c \
84e3543e 238 src/path-lookup.c \
e99e38bb
LP
239 src/load-fragment.c \
240 src/service.c \
241 src/automount.c \
242 src/mount.c \
243 src/swap.c \
244 src/device.c \
245 src/target.c \
246 src/snapshot.c \
247 src/socket.c \
248 src/timer.c \
01f78473 249 src/path.c \
e99e38bb
LP
250 src/load-dropin.c \
251 src/execute.c \
252 src/dbus.c \
253 src/dbus-manager.c \
254 src/dbus-unit.c \
255 src/dbus-job.c \
256 src/dbus-service.c \
257 src/dbus-socket.c \
871d7de4 258 src/dbus-timer.c \
e99e38bb
LP
259 src/dbus-target.c \
260 src/dbus-mount.c \
261 src/dbus-automount.c \
262 src/dbus-swap.c \
263 src/dbus-snapshot.c \
264 src/dbus-device.c \
265 src/dbus-execute.c \
01f78473 266 src/dbus-path.c \
e99e38bb
LP
267 src/cgroup.c \
268 src/mount-setup.c \
269 src/hostname-setup.c \
270 src/loopback-setup.c \
11c3a4ee 271 src/kmod-setup.c \
e99e38bb
LP
272 src/utmp-wtmp.c \
273 src/specifier.c \
274 src/unit-name.c \
275 src/fdset.c \
0213c3f8 276 src/namespace.c \
8c6db833
LP
277 src/tcpwrap.c \
278 src/cgroup-util.c
47be870b 279
139be57d
LP
280libsystemd_core_la_CFLAGS = \
281 $(AM_CFLAGS) \
282 $(DBUS_CFLAGS) \
283 $(UDEV_CFLAGS) \
284 $(CGROUP_CFLAGS)
285
286libsystemd_core_la_LIBADD = \
287 libsystemd-basic.la \
288 $(DBUS_LIBS) \
289 $(UDEV_LIBS) \
290 $(CGROUP_LIBS) \
291 $(LIBWRAP_LIBS) \
292 $(PAM_LIBS)
293
462b33e9 294EXTRA_DIST += \
139be57d
LP
295 ${libsystemd_basic_la_SOURCES:.c=.h} \
296 ${libsystemd_core_la_SOURCES:.c=.h} \
e99e38bb
LP
297 src/macro.h \
298 src/ioprio.h \
299 src/missing.h \
300 src/list.h \
301 src/securebits.h \
302 src/linux/auto_dev-ioctl.h \
303 src/initreq.h \
514f4ef5
LP
304 src/sd-daemon.h \
305 src/special.h
462b33e9 306
d1ab0ca0 307dist_man_MANS = \
dfac97b2 308 man/systemd.unit.5 \
64aba792
LP
309 man/systemd.service.5 \
310 man/daemon.7
9f2c5942
LP
311
312nodist_man_MANS = \
9f235308 313 man/systemd.special.7
d1ab0ca0 314
9f2c5942 315dist_noinst_DATA = \
dfac97b2 316 man/systemd.unit.html \
64aba792
LP
317 man/systemd.service.html \
318 man/daemon.html
d1ab0ca0 319
9f2c5942
LP
320nodist_noinst_DATA = \
321 man/systemd.special.html
d1ab0ca0
LP
322
323EXTRA_DIST += \
324 man/systemd.unit.xml \
9f235308 325 man/systemd.service.xml \
9f2c5942
LP
326 man/systemd.special.xml.in \
327 man/systemd.special.7.in \
64aba792
LP
328 man/systemd.special.html.in \
329 man/daemon.xml
d1ab0ca0 330
47be870b 331systemd_SOURCES = \
e99e38bb 332 src/main.c
47be870b 333
10e87ee7
LP
334systemd_CFLAGS = \
335 $(AM_CFLAGS) \
47be870b 336 $(DBUS_CFLAGS) \
8e274523
LP
337 $(UDEV_CFLAGS) \
338 $(CGROUP_CFLAGS)
47be870b
LP
339
340systemd_LDADD = \
139be57d 341 libsystemd-core.la
47be870b
LP
342
343test_engine_SOURCES = \
e99e38bb 344 src/test-engine.c
47be870b 345
10e87ee7 346test_engine_CFLAGS = $(systemd_CFLAGS)
47be870b
LP
347test_engine_LDADD = $(systemd_LDADD)
348
349test_job_type_SOURCES = \
e1d680ad 350 src/test-job-type.c
47be870b 351
10e87ee7 352test_job_type_CFLAGS = $(systemd_CFLAGS)
47be870b
LP
353test_job_type_LDADD = $(systemd_LDADD)
354
15ae422b 355test_ns_SOURCES = \
139be57d 356 src/test-ns.c
15ae422b 357
10e87ee7 358test_ns_CFLAGS = $(systemd_CFLAGS)
15ae422b
LP
359test_ns_LDADD = $(systemd_LDADD)
360
af5bc85d 361test_loopback_SOURCES = \
e99e38bb
LP
362 src/test-loopback.c \
363 src/loopback-setup.c
af5bc85d 364
139be57d
LP
365test_loopback_LDADD = \
366 libsystemd-basic.la
367
8c47c732 368test_daemon_SOURCES = \
8c47c732
LP
369 src/test-daemon.c \
370 src/sd-daemon.c
af5bc85d 371
139be57d
LP
372test_daemon_LDADD = \
373 libsystemd-basic.la
374
8c6db833
LP
375test_cgroup_SOURCES = \
376 src/test-cgroup.c \
377 src/cgroup-util.c
378
379test_cgroup_CFLAGS = \
380 $(AM_CFLAGS) \
381 $(CGROUP_CFLAGS)
382
383test_cgroup_LDADD = \
384 libsystemd-basic.la \
385 $(CGROUP_LIBS)
386
47be870b 387systemd_logger_SOURCES = \
e99e38bb 388 src/logger.c \
0213c3f8
LP
389 src/sd-daemon.c \
390 src/tcpwrap.c
391
392systemd_logger_LDADD = \
139be57d 393 libsystemd-basic.la \
0213c3f8 394 $(LIBWRAP_LIBS)
47be870b 395
0b7964b8 396systemd_initctl_SOURCES = \
e99e38bb
LP
397 src/initctl.c \
398 src/sd-daemon.c
0b7964b8 399
10e87ee7
LP
400systemd_initctl_CFLAGS = \
401 $(AM_CFLAGS) \
0b7964b8
LP
402 $(DBUS_CFLAGS)
403
404systemd_initctl_LDADD = \
139be57d 405 libsystemd-basic.la \
0b7964b8
LP
406 $(DBUS_LIBS)
407
8e274523 408systemd_cgroups_agent_SOURCES = \
e99e38bb 409 src/cgroups-agent.c
8e274523 410
10e87ee7
LP
411systemd_cgroups_agent_CFLAGS = \
412 $(AM_CFLAGS) \
8e274523
LP
413 $(DBUS_CFLAGS)
414
415systemd_cgroups_agent_LDADD = \
139be57d 416 libsystemd-basic.la \
8e274523
LP
417 $(DBUS_LIBS)
418
7e4249b9
LP
419systemctl_SOURCES = \
420 src/systemctl.c \
139be57d
LP
421 src/utmp-wtmp.c
422
423systemctl_CFLAGS = \
424 $(AM_CFLAGS) \
425 $(DBUS_CFLAGS)
7e4249b9 426
139be57d
LP
427systemctl_LDADD = \
428 libsystemd-basic.la \
429 $(DBUS_LIBS)
7e4249b9 430
4a2a8b5a
LP
431systemd_notify_SOURCES = \
432 src/notify.c \
139be57d
LP
433 src/sd-daemon.c
434
435systemd_notify_LDADD = \
436 libsystemd-basic.la
4a2a8b5a 437
10e87ee7
LP
438systemd_install_SOURCES = \
439 src/install.c \
139be57d
LP
440 src/path-lookup.c
441
442systemd_install_LDADD = \
443 libsystemd-basic.la
e99e38bb 444
10e87ee7 445# We don't really link here against D-Bus, however we indirectly include D-Bus header files
139be57d
LP
446systemd_install_CFLAGS = \
447 $(AM_CFLAGS) \
448 $(DBUS_CFLAGS)
47be870b 449
47be870b 450systemadm_SOURCES = \
e99e38bb
LP
451 src/systemadm.vala \
452 src/systemd-interfaces.vala
47be870b 453
10e87ee7
LP
454systemadm_CFLAGS = \
455 $(AM_CFLAGS) \
456 $(DBUSGLIB_CFLAGS) \
457 $(GTK_CFLAGS) \
458 -Wno-unused-variable \
459 -Wno-unused-function \
460 -Wno-shadow \
461 -Wno-format-nonliteral
462
463systemadm_VALAFLAGS = \
464 --pkg=dbus-glib-1 \
465 --pkg=posix \
466 --pkg=gtk+-2.0 \
467 -g
468
139be57d
LP
469systemadm_LDADD = \
470 $(DBUSGLIB_LIBS) \
471 $(GTK_LIBS)
c1e1601e 472
8c6db833
LP
473pam_systemd_la_SOURCES = \
474 src/pam-module.c \
475 src/cgroup-util.c \
476 src/sd-daemon.c
477
478pam_systemd_la_CFLAGS = \
479 $(AM_CFLAGS) \
480 $(CGROUP_CFLAGS) \
481 -fvisibility=hidden
482
483pam_systemd_la_LDFLAGS = \
484 -module \
485 -export-dynamic \
486 -avoid-version \
487 -shared \
488 -export-symbols-regex '^pam_sm_.*'
489
490pam_systemd_la_LIBADD = \
491 libsystemd-basic.la \
492 $(PAM_LIBS) \
493 $(CGROUP_LIBS)
494
5e6afdd3 495SED_PROCESS = \
a00e4879 496 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
1136a371 497 $(SED) -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
5e6afdd3 498 -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
a1b256b0 499 -e 's,@SPECIAL_DBUS_SERVICE\@,$(SPECIAL_DBUS_SERVICE),g' \
1136a371 500 -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
8c6db833
LP
501 -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
502 -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
503 -e 's,@systemunitdir\@,$(systemunitdir),g' \
504 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
505 -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
506 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
507 -e 's,@prefix\@,$(prefix),g' \
2d02719c 508 < $< > $@
70fcff31 509
9f2c5942 510units/%: units/%.in Makefile
5e6afdd3
LP
511 $(SED_PROCESS)
512
2a3d6294 513man/%: man/%.in Makefile
5e6afdd3
LP
514 $(SED_PROCESS)
515
8c6db833
LP
516%.pc: %.pc.in Makefile
517 $(SED_PROCESS)
518
fb1bd35a 519M4_PROCESS_SYSTEM = \
a00e4879 520 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 521 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SYSTEM=1 < $< > $@
fb1bd35a
LP
522
523M4_PROCESS_SESSION = \
a00e4879 524 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 525 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SESSION=1 < $< > $@
5e6afdd3 526
9f2c5942 527units/%: units/%.m4 Makefile
fb1bd35a 528 $(M4_PROCESS_SYSTEM)
5e6afdd3 529
9f2c5942 530units/session/%: units/%.m4 Makefile
fb1bd35a 531 $(M4_PROCESS_SESSION)
a7b6f8e5 532
c1e1601e 533CLEANFILES = \
dfac97b2 534 units/systemd-initctl.service \
a7b6f8e5 535 units/systemd-logger.service \
5e6afdd3 536 units/syslog.target \
f92a18f5 537 units/sysinit.target \
5e6afdd3
LP
538 units/getty@.service \
539 units/graphical.target \
705dbf3a
LP
540 units/multi-user.target \
541 units/remote-fs.target \
9f2c5942 542 units/session/remote-fs.target \
a1b256b0 543 units/session/exit.service \
9f2c5942 544 man/systemd.special.7 \
64ca679e
LP
545 man/systemd.special.html \
546 systemd.pc
4697132b 547
42e39f0b
LP
548if HAVE_VALAC
549CLEANFILES += \
550 src/systemd-interfaces.c \
42e39f0b
LP
551 src/systemadm.c
552endif
553
c3bd7322 554if HAVE_XSLTPROC
9f2c5942 555XSLTPROC_PROCESS_MAN = \
a00e4879 556 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
634826b5 557 $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
d1ab0ca0 558
9f2c5942 559XSLTPROC_PROCESS_MAN_IN = \
a00e4879 560 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
634826b5 561 $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
9f2c5942
LP
562 mv ${@:.in=} $@
563
564XSLTPROC_PROCESS_HTML = \
a00e4879 565 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
634826b5 566 $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
d1ab0ca0 567
9f2c5942 568XSLTPROC_PROCESS_HTML_IN = \
a00e4879 569 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
634826b5 570 $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
9f2c5942
LP
571 mv ${@:.in=} $@
572
573man/%.5: man/%.xml
574 $(XSLTPROC_PROCESS_MAN)
575
576man/%.5.in: man/%.xml.in
577 $(XSLTPROC_PROCESS_MAN)
578
579man/%.7: man/%.xml
580 $(XSLTPROC_PROCESS_MAN)
581
582man/%.7.in: man/%.xml.in
583 $(XSLTPROC_PROCESS_MAN_IN)
584
585man/%.html: man/%.xml
586 $(XSLTPROC_PROCESS_HTML)
587
588man/%.html.in: man/%.xml.in
589 $(XSLTPROC_PROCESS_HTML_IN)
590
d1ab0ca0
LP
591CLEANFILES += \
592 $(dist_man_MANS) \
9f2c5942
LP
593 man/systemd.special.7.in \
594 man/systemd.unit.html \
595 man/systemd.service.html \
596 man/systemd.special.html.in
c3bd7322 597endif
d1ab0ca0 598
4288f619
LP
599org.freedesktop.systemd1.%.xml: systemd
600 $(AM_V_GEN)./systemd --introspect=${@:.xml=} > $@
601
d122948d 602CLEANFILES += $(dbusinterface_DATA)
4288f619 603
4697132b 604install-data-hook:
64c1b5bf 605 $(MKDIR_P) -m 0755 \
43aa226d
LP
606 $(DESTDIR)$(systemunitdir) \
607 $(DESTDIR)$(sessionunitdir) \
5e6afdd3 608 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
f92a18f5 609 $(DESTDIR)$(systemunitdir)/sysinit.target.wants \
64c1b5bf 610 $(DESTDIR)$(pkgsysconfdir)/system \
5e6afdd3
LP
611 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
612 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
613 $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
64c1b5bf 614 $(DESTDIR)$(pkgsysconfdir)/session \
e82e442b 615 $(DESTDIR)$(sysconfdir)/xdg/systemd
a3723b97
LP
616 $(MKDIR_P) -m 0755 $(DESTDIR)/cgroup || \
617 echo "Don't forget to create /cgroup! Couldn't create it for you, continuing anyway."
e9da3678
LP
618 ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
619 rm -f session && \
5e6afdd3
LP
620 $(LN_S) $(pkgsysconfdir)/session session )
621 ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
70449379 622 rm -f systemd-initctl.socket systemd-logger.socket && \
5e6afdd3
LP
623 $(LN_S) ../systemd-logger.socket systemd-logger.socket && \
624 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket )
70449379 625 ( cd $(DESTDIR)$(sessionunitdir) && \
fb1bd35a 626 rm -f shutdown.target sockets.target local-fs.target swap.target && \
8c4a3079
LP
627 $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
628 $(LN_S) $(systemunitdir)/sockets.target sockets.target && \
629 $(LN_S) $(systemunitdir)/local-fs.target local-fs.target && \
630 $(LN_S) $(systemunitdir)/swap.target swap.target )
5e6afdd3
LP
631 ( cd $(DESTDIR)$(systemunitdir) && \
632 rm -f runlevel0.target runlevel1.target runlevel6.target && \
633 $(LN_S) poweroff.target runlevel0.target && \
634 $(LN_S) rescue.target runlevel1.target && \
635 $(LN_S) reboot.target runlevel6.target )
636 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
637 rm -f default.target ctrl-alt-del.target kbrequest.target && \
638 $(LN_S) $(systemunitdir)/graphical.target default.target && \
639 $(LN_S) $(systemunitdir)/reboot.target ctrl-alt-del.target && \
640 $(LN_S) $(systemunitdir)/rescue.target kbrequest.target && \
641 rm -f runlevel2.target runlevel3.target runlevel4.target runlevel5.target && \
642 $(LN_S) $(systemunitdir)/multi-user.target runlevel2.target && \
643 $(LN_S) $(systemunitdir)/multi-user.target runlevel3.target && \
644 $(LN_S) $(systemunitdir)/multi-user.target runlevel4.target && \
645 $(LN_S) $(systemunitdir)/graphical.target runlevel5.target )
646 ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
647 rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
648 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service && \
649 $(LN_S) $(systemunitdir)/getty@.service getty@tty2.service && \
650 $(LN_S) $(systemunitdir)/getty@.service getty@tty3.service && \
651 $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \
652 $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \
653 $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service )
654 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
f92a18f5
LP
655 rm -f getty.target remote-fs.target && \
656 $(LN_S) $(systemunitdir)/getty.target getty.target && \
657 $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
658 ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
6d526de2
LP
659 rm -f dev-hugepages.automount \
660 dev-mqueue.automount \
661 proc-sys-fs-binfmt_misc.automount \
662 sys-kernel-debug.automount \
6d526de2 663 sys-kernel-security.automount && \
670802d4
LP
664 $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
665 $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
666 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
6d526de2 667 $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
8c4a3079 668 $(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount )
d122948d
LP
669 ( cd $(DESTDIR)$(dbussessionservicedir) && \
670 rm -f org.freedesktop.systemd1.service && \
671 $(LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
5e6afdd3 672if TARGET_FEDORA
a3723b97
LP
673 $(MKDIR_P) -m 0755 \
674 $(DESTDIR)$(SYSTEM_SYSVINIT_PATH)
1e287fe3
LP
675 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
676 rm -f display-manager.service && \
677 $(LN_S) $(systemunitdir)/prefdm.service display-manager.service )
5e6afdd3 678 ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
1e287fe3
LP
679 rm -f display-manager.service && \
680 $(LN_S) ../display-manager.service display-manager.service )
5e6afdd3
LP
681 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
682 rm -f rc-local.service && \
683 $(LN_S) $(systemunitdir)/rc-local.service rc-local.service )
684 ( cd $(DESTDIR)$(systemunitdir) && \
685 rm -f local.service && \
686 $(LN_S) rc-local.service local.service )
a3723b97 687 ( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
1afaf573 688 $(LN_S) halt reboot > /dev/null 2>&1 || true )
5e6afdd3 689endif
f306f4c4
MAP
690if TARGET_GENTOO
691 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
692 rm -f display-manager.service && \
693 $(LN_S) $(systemunitdir)/xdm.service display-manager.service )
694 ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
695 rm -f display-manager.service && \
696 $(LN_S) ../display-manager.service display-manager.service )
697endif
5e6afdd3 698
d1ab0ca0 699DISTCHECK_CONFIGURE_FLAGS = \
d2d12cd1
LP
700 --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
701 --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
702 --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
703 --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
8c4a3079 704 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
8c6db833 705 --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
8c4a3079 706 --with-rootdir=$$dc_install_base/$(rootdir)