]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/Makefile.in
Final changes
[bacula/bacula] / bacula / src / dird / Makefile.in
index 30208e19caf5c3386e4c731b6e200cc2bbad470d..c2ecac92c3385aca11e01e9765f843a9fd4495ce 100644 (file)
@@ -23,31 +23,31 @@ dummy:
 
 #
 SVRSRCS = dird.c admin.c authenticate.c \
-         autoprune.c backup.c \
-         catreq.c dird_conf.c \
+         autoprune.c backup.c bsr.c \
+         catreq.c dird_conf.c expand.c \
          fd_cmds.c getmsg.c inc_conf.c job.c \
-         mountreq.c msgchan.c newvol.c \
+         jobq.c mountreq.c msgchan.c next_vol.c newvol.c \
          recycle.c restore.c run_conf.c \
          scheduler.c sql_cmds.c \
-         ua_cmds.c ua_dotcmds.c \
-         ua_db_query.c ua_retention.c \
+         ua_acl.c ua_cmds.c ua_dotcmds.c \
+         ua_query.c \
          ua_input.c ua_label.c ua_output.c ua_prune.c \
          ua_purge.c ua_restore.c ua_run.c \
          ua_select.c ua_server.c \
-         ua_status.c verify.c
+         ua_status.c ua_tree.c verify.c
 SVROBJS = dird.o admin.o authenticate.o \
-         autoprune.o backup.o \
-         catreq.o dird_conf.o \
+         autoprune.o backup.o bsr.o \
+         catreq.o dird_conf.o expand.o \
          fd_cmds.o getmsg.o inc_conf.o job.o \
-         mountreq.o msgchan.o newvol.o \
+         jobq.o mountreq.o msgchan.o next_vol.o newvol.o \
          recycle.o restore.o run_conf.o \
          scheduler.o sql_cmds.o \
-         ua_cmds.o ua_dotcmds.o \
-         ua_db_query.o ua_retention.o \
+         ua_acl.o ua_cmds.o ua_dotcmds.o \
+         ua_query.o \
          ua_input.o ua_label.o ua_output.o ua_prune.o \
          ua_purge.o ua_restore.o ua_run.o \
          ua_select.o ua_server.o \
-         ua_status.o verify.o
+         ua_status.o ua_tree.o verify.o
 
 # these are the objects that are changed by the .configure process
 EXTRAOBJS = @OBJLIST@
@@ -89,6 +89,10 @@ distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
        (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
 
+devclean: realclean
+       if test $(srcdir) = .; then $(MAKE) realclean; fi
+       (cd $(srcdir); $(RMF) Makefile)
+
 install: all
        $(INSTALL_PROGRAM) bacula-dir $(DESTDIR)$(sbindir)/bacula-dir
        @srcconf=bacula-dir.conf; \
@@ -104,6 +108,9 @@ install: all
           $(MV) -f ${DESTDIR}${scriptdir}/query.sql ${DESTDIR}${scriptdir}/query.sql.save; \
        fi 
        ${INSTALL_DATA} query.sql ${DESTDIR}${scriptdir}/query.sql
+       @if test -f static-bacula-dir; then \
+          $(INSTALL_PROGRAM) static-bacula-dir $(DESTDIR)$(sbindir)/static-bacula-dir; \
+       fi
 
 
 uninstall: