]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/slackware/Makefile.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / bacula / platforms / slackware / Makefile.in
1 #
2 # Copyright (C) 2000-2015 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4
5 # This file is used as the template to create the
6 # Makefile for the Slackware specific installation.
7 #
8 #  22 January 2003 -- Kern Sibbald
9 # and corrected for Gentoo by
10 #  Patrick Naubert 25 Jan 2003
11 # and reworked for Slackware by
12 #  Matt Howard 09 Mar 2004
13 # further reworked for Slackware without Perl dependency by
14 #  Phil Stracchino 13 Mar 2004
15 #
16 #  for Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
17 #
18
19 INSTALL = @INSTALL@
20 INSTALL_PROGRAM = @INSTALL_PROGRAM@
21
22 nothing:
23
24 install: install-autostart
25
26 install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir
27
28 install-autostart-fd: install-autostart-rc
29         @$(INSTALL) -m 744 rc.bacula-fd $(DESTDIR)/etc/rc.d/rc.bacula-fd
30
31 install-autostart-sd: install-autostart-rc
32         @$(INSTALL) -m 744 rc.bacula-sd $(DESTDIR)/etc/rc.d/rc.bacula-sd
33
34 install-autostart-dir: install-autostart-rc
35         @$(INSTALL) -m 744 rc.bacula-dir $(DESTDIR)/etc/rc.d/rc.bacula-dir
36
37 install-autostart-rc:
38         @$(INSTALL) -m 744 functions.bacula $(DESTDIR)/etc/rc.d
39         sh ./local-install.sh install $(DESTDIR)
40
41
42 uninstall: uninstall-autostart
43
44 uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir
45    
46 uninstall-autostart-fd: uninstall-autostart-rc
47         @rm -f $(DESTDIR)/etc/rc.d/rc.bacula-fd
48
49 uninstall-autostart-sd: uninstall-autostart-rc
50         @rm -f $(DESTDIR)/etc/rc.d/rc.bacula-sd
51
52 uninstall-autostart-dir: uninstall-autostart-rc
53         @rm -f $(DESTDIR)/etc/rc.d/rc.bacula-dir
54
55 uninstall-autostart-rc:
56         @rm -f $(DESTDIR)/etc/rc.d/functions.bacula
57         sh ./local-install.sh remove $(DESTDIR)
58
59
60 clean:
61         @rm -f 1 2 3
62
63 distclean: clean
64         @rm -f rc.bacula-sd rc.bacula-fd rc.bacula-dir
65         @rm -f Makefile 
66
67 devclean: clean
68         @rm -f rc.bacula-sd rc.bacula-fd rc.bacula-dir
69         @rm -f Makefile