]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/alpha/Makefile.in
Backport from Bacula Enterprise
[bacula/bacula] / bacula / platforms / alpha / 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 Tru64 specific installation.
7 #
8 #  28 May 2004 -- Kern Sibbald
9 #
10 #  for Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
11 #
12
13 INSTALL = @INSTALL@
14 INSTALL_PROGRAM = @INSTALL_PROGRAM@
15
16 nothing:
17
18 install: install-autostart
19
20 install-autostart: install-autostart-fd 
21
22         
23 install-autostart-fd:
24         @rm -f /sbin/rc0.d/K20bacula-fd
25         @rm -f /sbin/rc3.d/S99bacula-fd
26         @$(INSTALL_PROGRAM) -m 744 bacula-fd /sbin/init.d/bacula-fd
27         # set symlinks for script at startup and shutdown
28         @ln -f -s /sbin/init.d/bacula-fd /sbin/rc0.d/K20bacula-fd
29         @ln -f -s /sbin/init.d/bacula-fd /sbin/rc3.d/S99bacula-fd
30
31
32 uninstall: uninstall-autostart
33
34 uninstall-autostart: uninstall-autostart-fd
35
36 uninstall-autostart-fd:
37         @rm -f /sbin/rc0.d/K20bacula-fd
38         @rm -f /sbin/rc3.d/S99bacula-fd
39         @rm -f /sbin/init.d/bacula-fd
40
41
42 clean:
43         @rm -f 1 2 3
44
45 distclean: clean
46         @rm -f bacula-fd
47         @rm -f Makefile
48
49 devclean: clean
50         @rm -f bacula-fd
51         @rm -f Makefile