]> git.ipfire.org Git - thirdparty/systemd.git/blame - Makefile.am
util: use waitid() instead of waitpid() everywhere to avoid confusion due to SIGSTOP
[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 \
487393e9 41 -DSYSTEM_CONFIG_FILE=\"$(pkgsysconfdir)/system.conf\" \
036643a2 42 -DSYSTEM_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/system\" \
70fcff31 43 -DSYSTEM_DATA_UNIT_PATH=\"$(systemunitdir)\" \
0571e011 44 -DSYSTEM_SYSVINIT_PATH=\"$(SYSTEM_SYSVINIT_PATH)\" \
061978fa 45 -DSYSTEM_SYSVRCND_PATH=\"$(SYSTEM_SYSVRCND_PATH)\" \
487393e9 46 -DSESSION_CONFIG_FILE=\"$(pkgsysconfdir)/session.conf\" \
036643a2 47 -DSESSION_CONFIG_UNIT_PATH=\"$(pkgsysconfdir)/session\" \
70fcff31 48 -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \
8c4a3079 49 -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \
f401faf5 50 -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \
2cb1a60d 51 -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \
8c6db833 52 -DRUNTIME_DIR=\"$(localstatedir)/run\" \
ca2cab5d 53 -DRANDOM_SEED=\"$(localstatedir)/lib/random-seed\" \
e99e38bb 54 -I $(top_srcdir)/src
47be870b 55
8c4a3079 56rootbin_PROGRAMS = \
134dc482 57 systemd \
4a2a8b5a
LP
58 systemctl \
59 systemd-notify
a9b5b032 60
8c4a3079 61bin_PROGRAMS = \
fa776d8e 62 systemd-cgls
10e87ee7
LP
63
64if HAVE_GTK
65bin_PROGRAMS += \
8e274523 66 systemadm
a9b5b032 67endif
8e274523 68
8c4a3079 69rootlibexec_PROGRAMS = \
8e274523 70 systemd-logger \
0b7964b8 71 systemd-cgroups-agent \
4927fcae 72 systemd-initctl \
ca2cab5d 73 systemd-update-utmp \
f6144808 74 systemd-random-seed \
5192bd19 75 systemd-shutdownd \
449ddb2d 76 systemd-modules-load \
addab137
LP
77 systemd-remount-api-vfs \
78 systemd-kmsg-syslogd
47be870b
LP
79
80noinst_PROGRAMS = \
81 test-engine \
15ae422b 82 test-job-type \
af5bc85d 83 test-ns \
8c47c732 84 test-loopback \
e5907703 85 test-hostname \
8c6db833 86 test-daemon \
c24eb49e
LP
87 test-cgroup \
88 test-env-replace
8c6db833
LP
89
90if HAVE_PAM
91pamlib_LTLIBRARIES = \
92 pam_systemd.la
93endif
47be870b 94
487393e9
LP
95dist_pkgsysconf_DATA = \
96 src/system.conf
97
d1ab0ca0 98dist_dbuspolicy_DATA = \
dfac97b2 99 src/org.freedesktop.systemd1.conf
e24067c3 100
d122948d
LP
101dist_dbussystemservice_DATA = \
102 src/org.freedesktop.systemd1.service
103
d1ab0ca0 104dist_udevrules_DATA = \
dfac97b2 105 src/99-systemd.rules
5cc5d790 106
d122948d 107dbusinterface_DATA = \
4288f619
LP
108 org.freedesktop.systemd1.Manager.xml \
109 org.freedesktop.systemd1.Job.xml \
110 org.freedesktop.systemd1.Unit.xml \
111 org.freedesktop.systemd1.Service.xml \
112 org.freedesktop.systemd1.Socket.xml \
871d7de4 113 org.freedesktop.systemd1.Timer.xml \
4288f619
LP
114 org.freedesktop.systemd1.Target.xml \
115 org.freedesktop.systemd1.Device.xml \
116 org.freedesktop.systemd1.Mount.xml \
117 org.freedesktop.systemd1.Automount.xml \
118 org.freedesktop.systemd1.Snapshot.xml \
01f78473
LP
119 org.freedesktop.systemd1.Swap.xml \
120 org.freedesktop.systemd1.Path.xml
4288f619 121
d1ab0ca0 122dist_systemunit_DATA = \
70fcff31 123 units/emergency.service \
f057408c 124 units/emergency.target \
f92a18f5 125 units/basic.target \
5e6afdd3
LP
126 units/getty.target \
127 units/halt.target \
70449379
LP
128 units/local-fs.target \
129 units/network.target \
130 units/nss-lookup.target \
683f468c 131 units/mail-transfer-agent.target \
a2ff477f 132 units/http-daemon.target \
5e6afdd3
LP
133 units/poweroff.target \
134 units/reboot.target \
5e6afdd3 135 units/rescue.target \
f0b02ca2 136 units/rpcbind.target \
70449379
LP
137 units/rtc-set.target \
138 units/shutdown.target \
4e67ddd6 139 units/umount.target \
70449379
LP
140 units/sigpwr.target \
141 units/sockets.target \
142 units/swap.target \
83bda358 143 units/dbus.target \
70fcff31 144 units/systemd-initctl.socket \
670802d4 145 units/systemd-logger.socket \
f6144808 146 units/systemd-shutdownd.socket \
addab137 147 units/systemd-kmsg-syslogd.socket \
670802d4
LP
148 units/dev-hugepages.automount \
149 units/dev-hugepages.mount \
150 units/dev-mqueue.automount \
151 units/dev-mqueue.mount \
152 units/proc-sys-fs-binfmt_misc.automount \
153 units/proc-sys-fs-binfmt_misc.mount \
154 units/sys-kernel-debug.automount \
155 units/sys-kernel-debug.mount \
6d526de2
LP
156 units/sys-kernel-security.automount \
157 units/sys-kernel-security.mount \
b54dd8b7 158 units/tmp.mount \
6d526de2 159 units/var-lock.mount \
3c268bdf 160 units/var-lock.service \
da78e1b4 161 units/var-run.mount \
3c268bdf 162 units/var-run.service \
5481ab2b 163 units/hwclock-load.service \
f556ea46
LP
164 units/hwclock-save.service \
165 units/sysctl.service \
90685f7d 166 units/remount-rootfs.service \
da78e1b4 167 units/printer.target \
ceda54d9
LP
168 units/bluetooth.target \
169 units/smartcard.target
70fcff31 170
6f6083dc 171nodist_systemunit_DATA = \
f92a18f5 172 units/sysinit.target \
5e6afdd3 173 units/getty@.service \
93a45c56 174 units/serial-getty@.service \
5e6afdd3 175 units/graphical.target \
6f6083dc 176 units/remote-fs.target \
5e6afdd3 177 units/multi-user.target \
dfac97b2 178 units/systemd-initctl.service \
a7b6f8e5 179 units/systemd-logger.service \
f6144808 180 units/systemd-shutdownd.service \
addab137 181 units/systemd-kmsg-syslogd.service \
b2423f1f 182 units/systemd-modules-load.service \
449ddb2d 183 units/systemd-remount-api-vfs.service \
cd6d0a45
LP
184 units/systemd-update-utmp-runlevel.service \
185 units/systemd-update-utmp-shutdown.service \
ca2cab5d
LP
186 units/systemd-random-seed-save.service \
187 units/systemd-random-seed-load.service \
83bda358 188 units/syslog.target
d1ab0ca0 189
0d26c910
LP
190dist_sessionunit_DATA = \
191 units/session/default.target
192
6f6083dc 193nodist_sessionunit_DATA = \
a1b256b0
LP
194 units/session/remote-fs.target \
195 units/session/exit.service
fb1bd35a 196
e24067c3 197EXTRA_DIST = \
f92a18f5 198 units/sysinit.target.m4 \
5e6afdd3 199 units/getty@.service.m4 \
93a45c56 200 units/serial-getty@.service.m4 \
5e6afdd3
LP
201 units/graphical.target.m4 \
202 units/multi-user.target.m4 \
705dbf3a 203 units/remote-fs.target.m4 \
70fcff31 204 units/systemd-initctl.service.in \
70fcff31 205 units/systemd-logger.service.in \
f6144808 206 units/systemd-shutdownd.service.in \
addab137 207 units/systemd-kmsg-syslogd.service.in \
b2423f1f 208 units/systemd-modules-load.service.in \
449ddb2d 209 units/systemd-remount-api-vfs.service.in \
cd6d0a45
LP
210 units/systemd-update-utmp-runlevel.service.in \
211 units/systemd-update-utmp-shutdown.service.in \
ca2cab5d
LP
212 units/systemd-random-seed-save.service.in \
213 units/systemd-random-seed-load.service.in \
a7b6f8e5 214 units/syslog.target.in \
a1b256b0 215 units/session/exit.service.in \
64ca679e 216 systemd.pc.in
e24067c3 217
5e6afdd3
LP
218if TARGET_FEDORA
219dist_systemunit_DATA += \
220 units/fedora/halt.service \
221 units/fedora/killall.service \
222 units/fedora/poweroff.service \
223 units/fedora/prefdm.service \
224 units/fedora/rc-local.service \
225 units/fedora/reboot.service \
f057408c 226 units/fedora/sysinit.service \
1310609b
LP
227 units/fedora/single.service \
228 units/fedora/plymouth-quit.service \
0278dfeb
LP
229 units/fedora/plymouth-reboot.service \
230 units/fedora/plymouth-poweroff.service \
231 units/fedora/plymouth-halt.service
5e6afdd3
LP
232endif
233
ad206afc
MB
234if TARGET_DEBIAN
235dist_systemunit_DATA += \
236 units/debian/halt.service \
237 units/debian/killall.service \
238 units/debian/poweroff.service \
f10814d9 239 units/debian/reboot.service \
a5dc0a45
MB
240 units/debian/fsck.target \
241 units/debian/umountfs.service \
242 units/debian/umountnfs.service \
243 units/debian/umountroot.service
ad206afc
MB
244endif
245
65b0095b
KS
246if TARGET_SUSE
247dist_systemunit_DATA += \
248 units/suse/halt.service \
249 units/suse/poweroff.service \
922cc001
LP
250 units/suse/reboot.service \
251 units/suse/fsck.target
65b0095b
KS
252endif
253
ea2d9ed4
MAP
254if TARGET_GENTOO
255dist_systemunit_DATA += \
256 units/gentoo/halt.service \
257 units/gentoo/killall.service \
258 units/gentoo/poweroff.service \
259 units/gentoo/reboot.service \
260 units/gentoo/xdm.service
261endif
262
1ebdf2d8
TG
263if TARGET_ARCH
264dist_systemunit_DATA += \
265 units/arch/sysinit.service \
266 units/arch/rc-local.service \
267 units/arch/halt.service \
268 units/arch/poweroff.service \
269 units/arch/reboot.service
270endif
271
240a3a85
LP
272dist_doc_DATA = \
273 README \
795750ca
LP
274 LICENSE \
275 DISTRO_PORTING \
240a3a85
LP
276 src/sd-daemon.h \
277 src/sd-daemon.c
278
8c6db833
LP
279pkgconfigdata_DATA = \
280 systemd.pc
281
139be57d
LP
282noinst_LTLIBRARIES = \
283 libsystemd-basic.la \
284 libsystemd-core.la
285
139be57d 286libsystemd_basic_la_SOURCES = \
e99e38bb 287 src/util.c \
e51bc1a2 288 src/label.c \
e99e38bb
LP
289 src/hashmap.c \
290 src/set.c \
291 src/strv.c \
292 src/conf-parser.c \
293 src/socket-util.c \
294 src/log.c \
295 src/ratelimit.c
47be870b 296
4927fcae
LP
297libsystemd_basic_la_CFLAGS = \
298 $(AM_CFLAGS) \
299 $(SELINUX_CFLAGS)
300
301libsystemd_basic_la_LIBADD = \
302 $(SELINUX_LIBS)
303
139be57d 304libsystemd_core_la_SOURCES = \
e99e38bb
LP
305 src/unit.c \
306 src/job.c \
307 src/manager.c \
84e3543e 308 src/path-lookup.c \
e99e38bb
LP
309 src/load-fragment.c \
310 src/service.c \
311 src/automount.c \
312 src/mount.c \
313 src/swap.c \
314 src/device.c \
315 src/target.c \
316 src/snapshot.c \
317 src/socket.c \
318 src/timer.c \
01f78473 319 src/path.c \
e99e38bb
LP
320 src/load-dropin.c \
321 src/execute.c \
d06dacd0 322 src/exit-status.c \
e99e38bb
LP
323 src/dbus.c \
324 src/dbus-manager.c \
325 src/dbus-unit.c \
326 src/dbus-job.c \
327 src/dbus-service.c \
328 src/dbus-socket.c \
871d7de4 329 src/dbus-timer.c \
e99e38bb
LP
330 src/dbus-target.c \
331 src/dbus-mount.c \
332 src/dbus-automount.c \
333 src/dbus-swap.c \
334 src/dbus-snapshot.c \
335 src/dbus-device.c \
336 src/dbus-execute.c \
01f78473 337 src/dbus-path.c \
e99e38bb
LP
338 src/cgroup.c \
339 src/mount-setup.c \
340 src/hostname-setup.c \
341 src/loopback-setup.c \
11c3a4ee 342 src/kmod-setup.c \
e99e38bb
LP
343 src/specifier.c \
344 src/unit-name.c \
345 src/fdset.c \
0213c3f8 346 src/namespace.c \
8c6db833
LP
347 src/tcpwrap.c \
348 src/cgroup-util.c
47be870b 349
139be57d
LP
350libsystemd_core_la_CFLAGS = \
351 $(AM_CFLAGS) \
352 $(DBUS_CFLAGS) \
4927fcae
LP
353 $(UDEV_CFLAGS) \
354 $(LIBWRAP_CFLAGS) \
355 $(PAM_CFLAGS) \
356 $(AUDIT_CFLAGS)
139be57d
LP
357
358libsystemd_core_la_LIBADD = \
359 libsystemd-basic.la \
360 $(DBUS_LIBS) \
361 $(UDEV_LIBS) \
139be57d 362 $(LIBWRAP_LIBS) \
7a58bfa4 363 $(PAM_LIBS) \
4927fcae 364 $(AUDIT_LIBS)
139be57d 365
9a1ac7b9
LP
366# This is needed because automake is buggy in how it generates the
367# rules for C programs, but not Vala programs. We therefore can't
368# list the .h files as dependencies if we want make dist to work.
369
462b33e9 370EXTRA_DIST += \
139be57d
LP
371 ${libsystemd_basic_la_SOURCES:.c=.h} \
372 ${libsystemd_core_la_SOURCES:.c=.h} \
e99e38bb
LP
373 src/macro.h \
374 src/ioprio.h \
375 src/missing.h \
376 src/list.h \
377 src/securebits.h \
378 src/linux/auto_dev-ioctl.h \
379 src/initreq.h \
514f4ef5 380 src/sd-daemon.h \
9a1ac7b9 381 src/special.h \
398ef8ba 382 src/dbus-common.h \
ab35fb1b 383 src/bus-errors.h \
cd6d0a45 384 src/cgroup-show.h \
302e27c8 385 src/utmp-wtmp.h \
f6144808
LP
386 src/build.h \
387 src/shutdownd.h
6f6083dc
LP
388
389MANPAGES = \
160cd5c9 390 man/systemd.1 \
6f6083dc
LP
391 man/systemctl.1 \
392 man/systemadm.1 \
fa776d8e 393 man/systemd-cgls.1 \
c5abba08 394 man/systemd-notify.1 \
f9378423
LP
395 man/sd_notify.3 \
396 man/sd_booted.3 \
397 man/sd_listen_fds.3 \
398 man/sd_is_fifo.3 \
6f6083dc
LP
399 man/systemd.unit.5 \
400 man/systemd.service.5 \
1f812fea 401 man/systemd.socket.5 \
cdb788e4 402 man/systemd.mount.5 \
65232ea7 403 man/systemd.automount.5 \
e0cabd4b 404 man/systemd.swap.5 \
11fcc3ab 405 man/systemd.timer.5 \
b36b082c 406 man/systemd.path.5 \
da49e9ab 407 man/systemd.target.5 \
eec575d8 408 man/systemd.device.5 \
b2c20dd9 409 man/systemd.snapshot.5 \
dd1eb43b 410 man/systemd.exec.5 \
6f6083dc 411 man/daemon.7 \
359957ee
LP
412 man/sd-daemon.7 \
413 man/runlevel.8 \
160cd5c9
LP
414 man/telinit.8 \
415 man/halt.8 \
416 man/shutdown.8 \
f3e219a2
LP
417 man/pam_systemd.8 \
418 man/systemd.conf.5
6f6083dc
LP
419
420MANPAGES_ALIAS = \
421 man/reboot.8 \
422 man/poweroff.8 \
423 man/sd_is_socket.3 \
424 man/sd_is_socket_unix.3 \
425 man/sd_is_socket_inet.3 \
426 man/sd_notifyf.3 \
427 man/init.1
428
429man/reboot.8: man/halt.8
430man/poweroff.8: man/halt.8
431man/sd_is_socket.3: man/sd_is_fifo.3
432man/sd_is_socket_unix.3: man/sd_is_fifo.3
433man/sd_is_socket_inet.3: man/sd_is_fifo.3
434man/sd_notifyf.3: man/sd_notify.3
435man/init.1: man/systemd.1
436
437dist_man_MANS = \
438 $(MANPAGES) \
439 $(MANPAGES_ALIAS)
9f2c5942
LP
440
441nodist_man_MANS = \
9f235308 442 man/systemd.special.7
d1ab0ca0 443
6f6083dc
LP
444XML_FILES = \
445 ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
446
447XML_IN_FILES = \
448 ${patsubst %.1,%.xml.in,${patsubst %.3,%.xml.in,${patsubst %.5,%.xml.in,${patsubst %.7,%.xml.in,${patsubst %.8,%.xml.in,$(nodist_man_MANS)}}}}}
449
9f2c5942 450dist_noinst_DATA = \
6f6083dc 451 ${XML_FILES:.xml=.html}
d1ab0ca0 452
9f2c5942 453nodist_noinst_DATA = \
6f6083dc 454 ${XML_IN_FILES:.xml.in=.html}
d1ab0ca0
LP
455
456EXTRA_DIST += \
6f6083dc
LP
457 $(XML_FILES) \
458 $(XML_IN_FILES) \
459 ${nodist_man_MANS:=.in} \
460 ${XML_IN_FILES:.xml.in=.html.in}
d1ab0ca0 461
47be870b 462systemd_SOURCES = \
e99e38bb 463 src/main.c
47be870b 464
10e87ee7
LP
465systemd_CFLAGS = \
466 $(AM_CFLAGS) \
47be870b 467 $(DBUS_CFLAGS) \
35d2e7ec 468 $(UDEV_CFLAGS)
47be870b
LP
469
470systemd_LDADD = \
139be57d 471 libsystemd-core.la
47be870b
LP
472
473test_engine_SOURCES = \
e99e38bb 474 src/test-engine.c
47be870b 475
10e87ee7 476test_engine_CFLAGS = $(systemd_CFLAGS)
47be870b
LP
477test_engine_LDADD = $(systemd_LDADD)
478
479test_job_type_SOURCES = \
e1d680ad 480 src/test-job-type.c
47be870b 481
10e87ee7 482test_job_type_CFLAGS = $(systemd_CFLAGS)
47be870b
LP
483test_job_type_LDADD = $(systemd_LDADD)
484
15ae422b 485test_ns_SOURCES = \
139be57d 486 src/test-ns.c
15ae422b 487
10e87ee7 488test_ns_CFLAGS = $(systemd_CFLAGS)
15ae422b
LP
489test_ns_LDADD = $(systemd_LDADD)
490
af5bc85d 491test_loopback_SOURCES = \
e99e38bb
LP
492 src/test-loopback.c \
493 src/loopback-setup.c
af5bc85d 494
139be57d
LP
495test_loopback_LDADD = \
496 libsystemd-basic.la
497
e5907703
LP
498test_hostname_SOURCES = \
499 src/test-hostname.c \
500 src/hostname-setup.c
501
502test_hostname_LDADD = \
503 libsystemd-basic.la
504
8c47c732 505test_daemon_SOURCES = \
8c47c732
LP
506 src/test-daemon.c \
507 src/sd-daemon.c
af5bc85d 508
139be57d
LP
509test_daemon_LDADD = \
510 libsystemd-basic.la
511
8c6db833
LP
512test_cgroup_SOURCES = \
513 src/test-cgroup.c \
514 src/cgroup-util.c
515
516test_cgroup_CFLAGS = \
35d2e7ec 517 $(AM_CFLAGS)
8c6db833
LP
518
519test_cgroup_LDADD = \
35d2e7ec 520 libsystemd-basic.la
8c6db833 521
c24eb49e
LP
522test_env_replace_SOURCES = \
523 src/test-env-replace.c
524
525test_env_replace_CFLAGS = \
526 $(AM_CFLAGS)
527
528test_env_replace_LDADD = \
529 libsystemd-basic.la
530
47be870b 531systemd_logger_SOURCES = \
e99e38bb 532 src/logger.c \
0213c3f8
LP
533 src/sd-daemon.c \
534 src/tcpwrap.c
535
536systemd_logger_LDADD = \
139be57d 537 libsystemd-basic.la \
0213c3f8 538 $(LIBWRAP_LIBS)
47be870b 539
0b7964b8 540systemd_initctl_SOURCES = \
e99e38bb 541 src/initctl.c \
a822056b
LP
542 src/sd-daemon.c \
543 src/dbus-common.c
0b7964b8 544
10e87ee7
LP
545systemd_initctl_CFLAGS = \
546 $(AM_CFLAGS) \
0b7964b8
LP
547 $(DBUS_CFLAGS)
548
549systemd_initctl_LDADD = \
139be57d 550 libsystemd-basic.la \
0b7964b8
LP
551 $(DBUS_LIBS)
552
4927fcae
LP
553systemd_update_utmp_SOURCES = \
554 src/update-utmp.c \
555 src/dbus-common.c \
556 src/utmp-wtmp.c
557
558systemd_update_utmp_CFLAGS = \
559 $(AM_CFLAGS) \
560 $(DBUS_CFLAGS) \
561 $(AUDIT_CFLAGS)
562
563systemd_update_utmp_LDADD = \
564 libsystemd-basic.la \
565 $(DBUS_LIBS) \
566 $(AUDIT_LIBS)
567
ca2cab5d
LP
568systemd_random_seed_SOURCES = \
569 src/random-seed.c
570
571systemd_random_seed_CFLAGS = \
572 $(AM_CFLAGS)
573
574systemd_random_seed_LDADD = \
575 libsystemd-basic.la
576
f6144808 577systemd_shutdownd_SOURCES = \
9be9828c 578 src/utmp-wtmp.c \
f6144808
LP
579 src/sd-daemon.c \
580 src/shutdownd.c
581
582systemd_shutdownd_CFLAGS = \
583 $(AM_CFLAGS)
584
585systemd_shutdownd_LDADD = \
586 libsystemd-basic.la
587
b2423f1f
LP
588systemd_modules_load_SOURCES = \
589 src/modules-load.c
590
591systemd_modules_load_CFLAGS = \
592 $(AM_CFLAGS)
593
594systemd_modules_load_LDADD = \
595 libsystemd-basic.la
596
449ddb2d
LP
597systemd_remount_api_vfs_SOURCES = \
598 src/remount-api-vfs.c \
599 src/mount-setup.c
600
601systemd_remount_api_vfs_CFLAGS = \
602 $(AM_CFLAGS)
603
604systemd_remount_api_vfs_LDADD = \
605 libsystemd-basic.la
606
8e274523 607systemd_cgroups_agent_SOURCES = \
3c661fad
LP
608 src/cgroups-agent.c \
609 src/dbus-common.c
8e274523 610
10e87ee7
LP
611systemd_cgroups_agent_CFLAGS = \
612 $(AM_CFLAGS) \
8e274523
LP
613 $(DBUS_CFLAGS)
614
615systemd_cgroups_agent_LDADD = \
139be57d 616 libsystemd-basic.la \
8e274523
LP
617 $(DBUS_LIBS)
618
addab137
LP
619systemd_kmsg_syslogd_SOURCES = \
620 src/kmsg-syslogd.c \
621 src/sd-daemon.c \
622 src/fdset.c
623
624systemd_kmsg_syslogd_CFLAGS = \
625 $(AM_CFLAGS)
626
627systemd_kmsg_syslogd_LDADD = \
628 libsystemd-basic.la
629
7e4249b9
LP
630systemctl_SOURCES = \
631 src/systemctl.c \
9a1ac7b9 632 src/utmp-wtmp.c \
ab35fb1b 633 src/dbus-common.c \
ee5762e3
LP
634 src/path-lookup.c \
635 src/sd-daemon.c \
c6c18be3 636 src/cgroup-show.c \
d06dacd0
LP
637 src/cgroup-util.c \
638 src/exit-status.c
139be57d
LP
639
640systemctl_CFLAGS = \
641 $(AM_CFLAGS) \
35d2e7ec 642 $(DBUS_CFLAGS)
7e4249b9 643
139be57d
LP
644systemctl_LDADD = \
645 libsystemd-basic.la \
35d2e7ec 646 $(DBUS_LIBS)
7e4249b9 647
4a2a8b5a
LP
648systemd_notify_SOURCES = \
649 src/notify.c \
139be57d
LP
650 src/sd-daemon.c
651
652systemd_notify_LDADD = \
653 libsystemd-basic.la
4a2a8b5a 654
fa776d8e 655systemd_cgls_SOURCES = \
d04247cf 656 src/cgls.c \
c6c18be3
LP
657 src/cgroup-show.c \
658 src/cgroup-util.c
fa776d8e
LP
659
660systemd_cgls_CFLAGS = \
35d2e7ec 661 $(AM_CFLAGS)
c6c18be3
LP
662
663systemd_cgls_LDADD = \
35d2e7ec 664 libsystemd-basic.la
fa776d8e 665
47be870b 666systemadm_SOURCES = \
e99e38bb
LP
667 src/systemadm.vala \
668 src/systemd-interfaces.vala
47be870b 669
10e87ee7
LP
670systemadm_CFLAGS = \
671 $(AM_CFLAGS) \
672 $(DBUSGLIB_CFLAGS) \
673 $(GTK_CFLAGS) \
674 -Wno-unused-variable \
675 -Wno-unused-function \
676 -Wno-shadow \
677 -Wno-format-nonliteral
678
679systemadm_VALAFLAGS = \
680 --pkg=dbus-glib-1 \
681 --pkg=posix \
682 --pkg=gtk+-2.0 \
683 -g
684
139be57d
LP
685systemadm_LDADD = \
686 $(DBUSGLIB_LIBS) \
687 $(GTK_LIBS)
c1e1601e 688
8c6db833
LP
689pam_systemd_la_SOURCES = \
690 src/pam-module.c \
691 src/cgroup-util.c \
692 src/sd-daemon.c
693
694pam_systemd_la_CFLAGS = \
35d2e7ec 695 $(AM_CFLAGS)
8c6db833
LP
696 -fvisibility=hidden
697
698pam_systemd_la_LDFLAGS = \
699 -module \
700 -export-dynamic \
701 -avoid-version \
702 -shared \
703 -export-symbols-regex '^pam_sm_.*'
704
705pam_systemd_la_LIBADD = \
706 libsystemd-basic.la \
35d2e7ec 707 $(PAM_LIBS)
8c6db833 708
5e6afdd3 709SED_PROCESS = \
a00e4879 710 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
1136a371 711 $(SED) -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \
5e6afdd3 712 -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \
1136a371 713 -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
8c6db833
LP
714 -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
715 -e 's,@pkgdatadir\@,$(pkgdatadir),g' \
716 -e 's,@systemunitdir\@,$(systemunitdir),g' \
717 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
718 -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
719 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' \
720 -e 's,@prefix\@,$(prefix),g' \
2d02719c 721 < $< > $@
70fcff31 722
9f2c5942 723units/%: units/%.in Makefile
5e6afdd3
LP
724 $(SED_PROCESS)
725
2a3d6294 726man/%: man/%.in Makefile
5e6afdd3
LP
727 $(SED_PROCESS)
728
8c6db833
LP
729%.pc: %.pc.in Makefile
730 $(SED_PROCESS)
731
fb1bd35a 732M4_PROCESS_SYSTEM = \
a00e4879 733 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 734 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SYSTEM=1 < $< > $@
fb1bd35a
LP
735
736M4_PROCESS_SESSION = \
a00e4879 737 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
9f2c5942 738 $(M4) -P $(M4_DISTRO_FLAG) -DFOR_SESSION=1 < $< > $@
5e6afdd3 739
9f2c5942 740units/%: units/%.m4 Makefile
fb1bd35a 741 $(M4_PROCESS_SYSTEM)
5e6afdd3 742
9f2c5942 743units/session/%: units/%.m4 Makefile
fb1bd35a 744 $(M4_PROCESS_SESSION)
a7b6f8e5 745
c1e1601e 746CLEANFILES = \
6f6083dc
LP
747 $(nodist_systemunit_DATA) \
748 $(nodist_sessionunit_DATA) \
749 $(nodist_man_MANS) \
750 ${XML_IN_FILES:.xml.in=.html} \
751 $(pkgconfigdata_DATA)
4697132b 752
42e39f0b
LP
753if HAVE_VALAC
754CLEANFILES += \
6f6083dc 755 ${systemadm_SOURCES:.vala=.c}
42e39f0b
LP
756endif
757
c3bd7322 758if HAVE_XSLTPROC
c6365917
LP
759XSLTPROC_FLAGS = \
760 --nonet \
761 --param funcsynopsis.style "'ansi'"
762
9f2c5942 763XSLTPROC_PROCESS_MAN = \
a00e4879 764 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
c6365917 765 $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
d1ab0ca0 766
9f2c5942 767XSLTPROC_PROCESS_MAN_IN = \
a00e4879 768 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
c6365917 769 $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
9f2c5942
LP
770 mv ${@:.in=} $@
771
772XSLTPROC_PROCESS_HTML = \
a00e4879 773 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
c6365917 774 $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
d1ab0ca0 775
9f2c5942 776XSLTPROC_PROCESS_HTML_IN = \
a00e4879 777 $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
c6365917 778 $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
9f2c5942
LP
779 mv ${@:.in=} $@
780
6f6083dc 781man/%.1: man/%.xml
f9378423
LP
782 $(XSLTPROC_PROCESS_MAN)
783
6f6083dc 784man/%.1.in: man/%.xml.in
f9378423
LP
785 $(XSLTPROC_PROCESS_MAN)
786
6f6083dc 787man/%.3: man/%.xml
359957ee
LP
788 $(XSLTPROC_PROCESS_MAN)
789
6f6083dc 790man/%.3.in: man/%.xml.in
359957ee
LP
791 $(XSLTPROC_PROCESS_MAN)
792
9f2c5942
LP
793man/%.5: man/%.xml
794 $(XSLTPROC_PROCESS_MAN)
795
796man/%.5.in: man/%.xml.in
797 $(XSLTPROC_PROCESS_MAN)
798
799man/%.7: man/%.xml
800 $(XSLTPROC_PROCESS_MAN)
801
802man/%.7.in: man/%.xml.in
803 $(XSLTPROC_PROCESS_MAN_IN)
804
f9378423
LP
805man/%.8: man/%.xml
806 $(XSLTPROC_PROCESS_MAN)
807
808man/%.8.in: man/%.xml.in
809 $(XSLTPROC_PROCESS_MAN_IN)
810
9f2c5942
LP
811man/%.html: man/%.xml
812 $(XSLTPROC_PROCESS_HTML)
813
814man/%.html.in: man/%.xml.in
815 $(XSLTPROC_PROCESS_HTML_IN)
816
d1ab0ca0
LP
817CLEANFILES += \
818 $(dist_man_MANS) \
6f6083dc
LP
819 ${nodist_man_MANS:=.in} \
820 ${XML_FILES:.xml=.html} \
821 ${XML_IN_FILES:.xml.in=.html.in}
c3bd7322 822endif
d1ab0ca0 823
4288f619 824org.freedesktop.systemd1.%.xml: systemd
4627d396 825 $(AM_V_GEN)SYSTEMD_SKIP_API_MOUNTS=1 ./systemd --introspect=${@:.xml=} > $@
4288f619 826
6f6083dc
LP
827CLEANFILES += \
828 $(dbusinterface_DATA)
4288f619 829
4697132b 830install-data-hook:
64c1b5bf 831 $(MKDIR_P) -m 0755 \
43aa226d
LP
832 $(DESTDIR)$(systemunitdir) \
833 $(DESTDIR)$(sessionunitdir) \
5e6afdd3 834 $(DESTDIR)$(systemunitdir)/sockets.target.wants \
f92a18f5 835 $(DESTDIR)$(systemunitdir)/sysinit.target.wants \
cd6d0a45
LP
836 $(DESTDIR)$(systemunitdir)/shutdown.target.wants \
837 $(DESTDIR)$(systemunitdir)/runlevel1.target.wants \
838 $(DESTDIR)$(systemunitdir)/runlevel2.target.wants \
839 $(DESTDIR)$(systemunitdir)/runlevel3.target.wants \
840 $(DESTDIR)$(systemunitdir)/runlevel4.target.wants \
841 $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \
64c1b5bf 842 $(DESTDIR)$(pkgsysconfdir)/system \
5e6afdd3
LP
843 $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
844 $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
845 $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \
64c1b5bf 846 $(DESTDIR)$(pkgsysconfdir)/session \
e82e442b 847 $(DESTDIR)$(sysconfdir)/xdg/systemd
e9da3678
LP
848 ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
849 rm -f session && \
5e6afdd3
LP
850 $(LN_S) $(pkgsysconfdir)/session session )
851 ( cd $(DESTDIR)$(systemunitdir)/sockets.target.wants && \
a145090c 852 rm -f systemd-initctl.socket systemd-logger.socket systemd-shutdownd.socket && \
5e6afdd3 853 $(LN_S) ../systemd-logger.socket systemd-logger.socket && \
a145090c
LP
854 $(LN_S) ../systemd-initctl.socket systemd-initctl.socket && \
855 $(LN_S) ../systemd-shutdownd.socket systemd-shutdownd.socket )
cd6d0a45
LP
856 ( cd $(DESTDIR)$(systemunitdir)/runlevel1.target.wants && \
857 rm -f systemd-update-utmp-runlevel.service && \
858 $(LN_S) ../systemd-update-utmp-runlevel.service )
859 ( cd $(DESTDIR)$(systemunitdir)/runlevel2.target.wants && \
860 rm -f systemd-update-utmp-runlevel.service && \
861 $(LN_S) ../systemd-update-utmp-runlevel.service )
862 ( cd $(DESTDIR)$(systemunitdir)/runlevel3.target.wants && \
863 rm -f systemd-update-utmp-runlevel.service && \
864 $(LN_S) ../systemd-update-utmp-runlevel.service )
865 ( cd $(DESTDIR)$(systemunitdir)/runlevel4.target.wants && \
866 rm -f systemd-update-utmp-runlevel.service && \
867 $(LN_S) ../systemd-update-utmp-runlevel.service )
868 ( cd $(DESTDIR)$(systemunitdir)/runlevel5.target.wants && \
869 rm -f systemd-update-utmp-runlevel.service && \
870 $(LN_S) ../systemd-update-utmp-runlevel.service )
871 ( cd $(DESTDIR)$(systemunitdir)/shutdown.target.wants && \
872 rm -f systemd-update-utmp-shutdown.service && \
873 $(LN_S) ../systemd-update-utmp-shutdown.service )
70449379 874 ( cd $(DESTDIR)$(sessionunitdir) && \
da78e1b4 875 rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target && \
8c4a3079
LP
876 $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \
877 $(LN_S) $(systemunitdir)/sockets.target sockets.target && \
878 $(LN_S) $(systemunitdir)/local-fs.target local-fs.target && \
da78e1b4
LP
879 $(LN_S) $(systemunitdir)/swap.target swap.target && \
880 $(LN_S) $(systemunitdir)/bluetooth.target bluetooth.target && \
881 $(LN_S) $(systemunitdir)/printer.target printer.target)
5e6afdd3 882 ( cd $(DESTDIR)$(systemunitdir) && \
c88f64bd 883 rm -f runlevel0.target runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target runlevel6.target && \
5e6afdd3
LP
884 $(LN_S) poweroff.target runlevel0.target && \
885 $(LN_S) rescue.target runlevel1.target && \
c88f64bd
LP
886 $(LN_S) multi-user.target runlevel2.target && \
887 $(LN_S) multi-user.target runlevel3.target && \
888 $(LN_S) multi-user.target runlevel4.target && \
889 $(LN_S) graphical.target runlevel5.target && \
5e6afdd3
LP
890 $(LN_S) reboot.target runlevel6.target )
891 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
892 rm -f default.target ctrl-alt-del.target kbrequest.target && \
893 $(LN_S) $(systemunitdir)/graphical.target default.target && \
894 $(LN_S) $(systemunitdir)/reboot.target ctrl-alt-del.target && \
c88f64bd 895 $(LN_S) $(systemunitdir)/rescue.target kbrequest.target )
5e6afdd3 896 ( cd $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants && \
b2bb3dbe 897 rm -f getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service && \
5e6afdd3
LP
898 $(LN_S) $(systemunitdir)/getty@.service getty@tty1.service && \
899 $(LN_S) $(systemunitdir)/getty@.service getty@tty2.service && \
900 $(LN_S) $(systemunitdir)/getty@.service getty@tty3.service && \
901 $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \
902 $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \
b2bb3dbe 903 $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service )
5e6afdd3 904 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
f92a18f5
LP
905 rm -f getty.target remote-fs.target && \
906 $(LN_S) $(systemunitdir)/getty.target getty.target && \
907 $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target )
908 ( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
6d526de2
LP
909 rm -f dev-hugepages.automount \
910 dev-mqueue.automount \
911 proc-sys-fs-binfmt_misc.automount \
912 sys-kernel-debug.automount \
6d526de2 913 sys-kernel-security.automount && \
670802d4
LP
914 $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
915 $(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
916 $(LN_S) ../proc-sys-fs-binfmt_misc.automount proc-sys-fs-binfmt_misc.automount && \
6d526de2 917 $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
8c4a3079 918 $(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount )
d122948d
LP
919 ( cd $(DESTDIR)$(dbussessionservicedir) && \
920 rm -f org.freedesktop.systemd1.service && \
921 $(LN_S) ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
5e6afdd3 922if TARGET_FEDORA
a3723b97 923 $(MKDIR_P) -m 0755 \
f057408c 924 $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) \
3cc144eb
LP
925 $(DESTDIR)$(systemunitdir)/reboot.target.wants \
926 $(DESTDIR)$(systemunitdir)/poweroff.target.wants \
927 $(DESTDIR)$(systemunitdir)/halt.target.wants \
928 $(DESTDIR)$(systemunitdir)/rescue.target.wants \
929 $(DESTDIR)$(systemunitdir)/multi-user.target.wants
1e287fe3
LP
930 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
931 rm -f display-manager.service && \
932 $(LN_S) $(systemunitdir)/prefdm.service display-manager.service )
5e6afdd3 933 ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
af65a091 934 rm -f prefdm.service && \
83698d60 935 $(LN_S) $(systemunitdir)/prefdm.service prefdm.service )
5e6afdd3 936 ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
3cc144eb
LP
937 rm -f rc-local.service && \
938 $(LN_S) $(systemunitdir)/rc-local.service rc-local.service )
f057408c
LP
939 ( cd $(DESTDIR)$(systemunitdir)/rescue.target.wants && \
940 rm -f single.service && \
941 $(LN_S) $(systemunitdir)/single.service single.service )
3cc144eb
LP
942 ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \
943 rm -f plymouth-quit.service && \
944 $(LN_S) ../plymouth-quit.service plymouth-quit.service )
945 ( cd $(DESTDIR)$(systemunitdir)/reboot.target.wants && \
0278dfeb 946 rm -f plymouth-reboot.service && \
3cc144eb
LP
947 $(LN_S) ../plymouth-reboot.service plymouth-reboot.service )
948 ( cd $(DESTDIR)$(systemunitdir)/poweroff.target.wants && \
0278dfeb 949 rm -f plymouth-poweroff.service && \
3cc144eb
LP
950 $(LN_S) ../plymouth-poweroff.service plymouth-poweroff.service )
951 ( cd $(DESTDIR)$(systemunitdir)/halt.target.wants && \
0278dfeb 952 rm -f plymouth-halt.service && \
3cc144eb 953 $(LN_S) ../plymouth-halt.service plymouth-halt.service )
5e6afdd3
LP
954 ( cd $(DESTDIR)$(systemunitdir) && \
955 rm -f local.service && \
956 $(LN_S) rc-local.service local.service )
a3723b97 957 ( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
1afaf573 958 $(LN_S) halt reboot > /dev/null 2>&1 || true )
5e6afdd3 959endif
f306f4c4
MAP
960if TARGET_GENTOO
961 ( cd $(DESTDIR)$(pkgsysconfdir)/system && \
962 rm -f display-manager.service && \
963 $(LN_S) $(systemunitdir)/xdm.service display-manager.service )
964 ( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
83698d60
LP
965 rm -f xdm.service && \
966 $(LN_S) $(systemunitdir)/xdm.service xdm.service )
f306f4c4 967endif
a5dc0a45
MB
968if TARGET_DEBIAN
969 $(MKDIR_P) -m 0755 \
970 $(DESTDIR)$(systemunitdir)/umount.target.wants
971 ( cd $(DESTDIR)$(systemunitdir)/umount.target.wants && \
972 rm -f umountfs.service umountnfs.service umountroot.service && \
973 $(LN_S) ../umountfs.service umountfs.service && \
974 $(LN_S) ../umountnfs.service umountnfs.service && \
975 $(LN_S) ../umountroot.service umountroot.service )
e082d6c8
MB
976 ( cd $(DESTDIR)$(systemunitdir) && \
977 rm -f runlevel5.target && \
978 $(LN_S) multi-user.target runlevel5.target )
a5dc0a45 979endif
922cc001 980if !TARGET_SUSE
f10814d9 981if !TARGET_DEBIAN
922cc001
LP
982 ( cd $(DESTDIR)$(systemunitdir) && \
983 rm -f fsck.target && \
984 $(LN_S) sysinit.target fsck.target )
985endif
f10814d9 986endif
5e6afdd3 987
d1ab0ca0 988DISTCHECK_CONFIGURE_FLAGS = \
d2d12cd1
LP
989 --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \
990 --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \
991 --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \
992 --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \
8c4a3079 993 --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
8c6db833 994 --with-pamlibdir=$$dc_install_base/$(pamlibdir) \
8c4a3079 995 --with-rootdir=$$dc_install_base/$(rootdir)
a45f61d7
LP
996
997upload: all distcheck
53eff0c7 998 cp -v systemd-$(VERSION).tar.bz2 /home/lennart/git.fedora/systemd/
a45f61d7
LP
999 scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
1000 scp man/*.html tango:public/systemd-man/
1001
1002git-tag:
1003 git tag "v$(VERSION)" -m "systemd $(VERSION)"