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