]> git.sur5r.net Git - bacula/bacula/blob - bacula/Makefile.in
Add installation of /usr/share/doc/bacula-VERSION
[bacula/bacula] / bacula / Makefile.in
1
2 # Version $Id$
3 # Master Makefile
4 #
5 @MCOMMON@
6
7 working_dir=@working_dir@
8 dir_group=@dir_group@
9 dir_user=@dir_user@
10
11 srcdir =        @srcdir@
12 VPATH =         @srcdir@
13 .PATH:          @srcdir@
14 topdir = .
15 thisdir = .
16
17
18 first_rule: all
19 dummy:
20
21 # --client-only directories
22 fd_subdirs = src scripts src/lib src/findlib src/filed \
23        @READLINE_SRC@ @BAT_DIR@ @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ \
24        src/console src/plugins/fd
25
26 # Non-client-only directores
27 subdirs =    src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
28
29 all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages
30
31 DIST =  INSTALL README.configure configure Makefile Makefile.in ChangeLog
32
33 DIST_CFG = autoconf/aclocal.m4 autoconf/configure.in \
34         autoconf/config.h.in  autoconf/acconfig.h  autoconf/Make.common.in \
35         autoconf/install-sh autoconf/mkinstalldirs
36
37 doc_files = VERIFYING technotes ChangeLog README ReleaseNotes LICENSE \
38             INSTALL
39
40 MKDIR = $(srcdir)/autoconf/mkinstalldirs
41 LIBTOOL_DEPS = @LIBTOOL_DEPS@
42
43 #-------------------------------------------------------------------------
44
45 all: Makefile
46         @for I in ${all_subdirs}; \
47           do (cd $$I; echo "==>Entering directory `pwd`"; \
48               $(MAKE) $@ || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
49                             echo ""; echo "";)); \
50         done
51
52 depend:
53         @for I in ${all_subdirs}; \
54           do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done
55         
56 bacula-fd: Makefile        
57         @for I in ${fd_subdirs}; \
58           do (cd $$I; echo "==>Entering directory `pwd`"; \
59               $(MAKE) all || (echo ""; echo ""; echo "   ====== Error in `pwd` ======; \
60                             echo ""; echo "";)); \
61         done
62
63 #-------------------------------------------------------------------------
64
65 autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* autoconf/libtool/*
66
67 #  Note, the following is needed in the above if ever any new macro is added.
68 #   However, at the current time, the -I libtool causes the autoconf/aclocal.m4
69 #   get messed up, so this is commented out
70 #       cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool
71
72 configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in
73         cd $(srcdir);
74         ${RMF} config.cache config.log config.out config.status src/config.h
75         ${RMF} -r autoconf/autom4te.cache autom4te.cache
76         autoconf --prepend-include=$(srcdir)/autoconf \
77         autoconf/configure.in > configure
78         chmod 755 configure
79         ${RMF} -r autoconf/autom4te.cache autom4te.cache
80
81 config.status:
82         if test -x config.status; then config.status --recheck; \
83         else $(SHELL) configure; fi
84
85 autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h
86         cd $(srcdir);
87         ${RMF} config.cache config.log config.out config.status src/config.h
88         autoheader --prepend-include=$(srcdir)/autoconf \
89         autoconf/configure.in > autoconf/config.h.in
90         chmod 644 autoconf/config.h.in
91
92 libtool: Makefile $(LIBTOOL_DEPS)
93         $(SHELL) ./config.status --recheck
94
95 installdirs:
96         $(MKDIR) $(DESTDIR)$(sbindir)
97         $(MKDIR) $(DESTDIR)$(sysconfdir)
98         $(MKDIR) $(DESTDIR)$(scriptdir)
99         $(MKDIR) $(DESTDIR)$(docdir)
100         -if test ! -d $(DESTDIR)$(working_dir) ; then \
101            $(MKDIR) $(DESTDIR)$(working_dir); \
102            chmod 770 $(DESTDIR)$(working_dir); \
103         fi
104         -if test "x$(dir_user)" != "x" ; then \
105            chown $(dir_user) $(DESTDIR)$(working_dir); \
106         fi
107         -if test "x$(dir_group)" != "x" ; then \
108            chgrp $(dir_group) $(DESTDIR)$(working_dir); \
109         fi
110
111 gnomedirs:
112         $(MKDIR) $(DESTDIR)/usr/share/pixmaps
113         $(MKDIR) $(DESTDIR)/usr/share/gnome/apps/System
114         $(MKDIR) $(DESTDIR)/usr/share/applications
115         $(MKDIR) $(DESTDIR)/etc/security/console.apps
116         $(MKDIR) $(DESTDIR)/etc/pam.d
117
118 install-menu: gnomedirs
119         ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png
120         ${INSTALL_DATA} scripts/bacula.desktop.gnome1 $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop
121         ${INSTALL_DATA} scripts/bacula.desktop.gnome2 $(DESTDIR)/usr/share/applications/bacula.desktop
122
123 install-menu-xsu: gnomedirs
124         ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png
125         ${INSTALL_DATA} scripts/bacula.desktop.gnome1.xsu $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop
126         ${INSTALL_DATA} scripts/bacula.desktop.gnome2.xsu $(DESTDIR)/usr/share/applications/bacula.desktop
127
128 install-menu-consolehelper: gnomedirs
129         ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png
130         ${INSTALL_DATA} scripts/bacula.desktop.gnome1.consolehelper $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop
131         ${INSTALL_DATA} scripts/bacula.desktop.gnome2.consolehelper $(DESTDIR)/usr/share/applications/bacula.desktop
132         ${INSTALL_DATA} scripts/gnome-console.console_apps $(DESTDIR)/etc/security/console.apps/gnome-console
133         ${INSTALL_DATA} scripts/gnome-console.pamd $(DESTDIR)/etc/pam.d/gnome-console
134         ln -s $(DESTDIR)/usr/bin/consolehelper $(DESTDIR)/usr/bin/gnome-console
135
136 install: installdirs
137         @for I in $(doc_files) ; do $(INSTALL_DATA) $$I $(DESTDIR)${docdir}; done
138         @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done
139
140 uninstall:
141         @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done
142
143 install-autostart:
144         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) 
145
146 install-autostart-dir:
147         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) 
148
149 install-autostart-fd:
150         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) 
151
152 install-autostart-sd:
153         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) 
154
155 uninstall-autostart:
156         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)
157
158 uninstall-autostart-dir:
159         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)
160
161 uninstall-autostart-fd:
162         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)
163
164 uninstall-autostart-sd:
165         (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)
166
167 uninstall-menu:
168         $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png
169         $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop
170         $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop
171
172 uninstall-menu-consolehelper:
173         $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png
174         $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop
175         $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop
176         $(RMF) $(DESTDIR)/etc/security/console.apps/gnome-console
177         $(RMF) $(DESTDIR)/etc/pam.d/gnome-console
178         $(RMF) $(DESTDIR)/usr/bin/gnome-console
179
180 Makefile: Makefile.in
181         cd $(topdir) \
182             && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
183
184 Makefiles:
185         $(SHELL) config.status
186         (cd scripts; \
187          chmod 755 startmysql stopmysql bacula startit stopit btraceback; \
188          chmod 755 mtx-changer bconsole gconsole devel_bacula; \
189          chmod 755 dvd-handler)
190
191         (cd src/cats; \
192          chmod 755 create_bacula_database      update_bacula_tables     make_bacula_tables; \
193          chmod 755 grant_bacula_privileges     drop_bacula_tables       drop_bacula_database; \
194          chmod 755 create_@DB_TYPE@_database   update_@DB_TYPE@_tables  make_@DB_TYPE@_tables; \
195          chmod 755 grant_@DB_TYPE@_privileges  drop_@DB_TYPE@_tables    drop_@DB_TYPE@_database; \
196          chmod 755 make_catalog_backup delete_catalog_backup)
197         (cd src/qt-console; \
198          chmod 755 install_conf_file build-depkgs-qt-console)
199
200 clean:
201         @for I in ${all_subdirs} ; \
202           do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done
203         @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
204         @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
205         @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
206         @$(RMF) -r autom4te.cache
207         @find . -name ".#*" -exec $(RMF) {} \;
208
209
210 # clean for distribution
211 distclean:
212         @for I in $(all_subdirs); do (cd $$I && $(MAKE) $@ || exit 1); done
213         @for I in $(all_subdirs); do (cd $$I && $(RMF) startit stopit btraceback); done
214         @(cd $(srcdir) && $(RMF) *~ config.cache config.h config.log config.status config.out)
215         @(cd $(srcdir) && $(RMF) Makefile autoconf/Make.common)
216         @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
217         @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback
218         @$(RMF) bconsole gconsole
219         @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
220         @$(RMF) working/* kerns-* 
221         @$(RMF) -rf txt diff src/python src/testprogs
222         @$(RMF) libtool
223
224 devclean:
225         @for I in $(all_subdirs); do (cd $$I && $(MAKE) $@ || exit 1); done
226         @for I in $(all_subdirs); do (cd $$I && $(RMF) startit stopit btraceback); done
227         @(cd $(srcdir) && $(RMF) *~ config.cache config.h config.log config.status config.out)
228         @(cd $(srcdir) && $(RMF) Makefile autoconf/Make.common)
229         @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
230         @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback
231         @$(RMF) bconsole gconsole
232         @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
233         @$(RMF) working/*
234
235 distdirs:
236         mkdir ../$(VERNAME);
237         mkdir ../$(VERNAME)/autoconf;
238         @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || (echo "Failed to make distclean in $$I"; exit 0) ); done
239
240 distcopy:
241         $(CP) -p $(DIST) ../$(VERNAME);
242         $(CP) -p $(DIST_CFG) ../$(VERNAME)/autoconf;
243         @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done
244
245 distrib: configure autoconf/config.h.in distdirs distcopy
246
247 test:
248
249
250 tar.gz:  ../$(VERNAME).tar.gz
251 ../$(VERNAME).tar.gz:
252         (cd ..; tar cvf - $(VERNAME) | gzip -f9 > $(VERNAME).tar.gz)
253
254 tar.Z: ../$(VERNAME).tar.Z
255 ../$(VERNAME).tar.Z:
256         (cd ..; tar cvf - $(VERNAME) | compress > $(VERNAME).tar.Z)
257
258 tar.bz2: ../$(VERNAME).tar.bz2
259 ../$(VERNAME).tar.bz2:
260         (cd ..; tar cvf - $(VERNAME) | bzip2 -f9 > $(VERNAME).tar.bz2)
261
262 uuencode: tar.gz
263         uuencode ../$(VERNAME).tar.gz $(VERNAME).tar.gz > ../$(VERNAME).tgz.uu
264
265 # ------------------------------------------------------------------------