]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/gentoo/Makefile.in
Backport copyright changes
[bacula/bacula] / bacula / platforms / gentoo / Makefile.in
1 #
2 # Copyright (C) Kern Sibbald 2003-2015
3 # License: BSD 2-Clause
4 #
5 # This file is used as the template to create the
6 # Makefile for the Gentoo specific installation.
7 #
8 #  22 January 2003 -- Kern Sibbald
9 # and corrected for Gentoo by
10 #  Patrick Naubert 25 Jan 2003
11 #
12 #  for Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
13 #
14
15 INSTALL = @INSTALL@
16 INSTALL_PROGRAM = @INSTALL_PROGRAM@
17
18 nothing:
19
20 install: install-autostart
21
22 install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir
23
24         
25 install-autostart-fd:
26         @$(INSTALL) -m 744 bacula-fd $(DESTDIR)/etc/init.d/bacula-fd
27
28
29 install-autostart-sd:
30         @$(INSTALL) -m 744 bacula-sd $(DESTDIR)/etc/init.d/bacula-sd
31
32
33 install-autostart-dir:
34         @$(INSTALL) -m 744 bacula-dir $(DESTDIR)/etc/init.d/bacula-dir
35
36
37 uninstall: uninstall-autostart
38
39 uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir
40
41 uninstall-autostart-fd:
42         @rm -f $(DESTDIR)/etc/init.d/bacula-fd
43
44
45 uninstall-autostart-sd:
46         @rm -f $(DESTDIR)/etc/init.d/bacula-sd
47
48 uninstall-autostart-dir:
49         @rm -f $(DESTDIR)/etc/init.d/bacula-dir
50
51 clean:
52         @rm -f 1 2 3
53
54 distclean: clean
55         @rm -f bacula-sd bacula-fd bacula-dir
56         @rm -f Makefile 
57
58 devclean: clean
59         @rm -f bacula-sd bacula-fd bacula-dir
60         @rm -f Makefile