]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Make filed/job.c downward compatible
[bacula/bacula] / bacula / Makefile.in
index 5bb0a1dc7542915f4a9ed04b5f2e6934f6ab24e7..a5b99c1e03daec476441347a5aab8fafbd3164cd 100755 (executable)
@@ -15,11 +15,13 @@ thisdir = .
 first_rule: all
 dummy:
 
+# --client-only directories
 fd_subdirs = src scripts doc src/lib src/findlib src/filed \
-            @READLINE_SRC@ src/console rescue rescue/linux
+            @READLINE_SRC@ src/console rescue rescue/linux \
+            @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
 
-
-subdirs =    src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools
+# Non-client-only directores
+subdirs =    src/cats src/dird src/stored src/tools
 
 all_subdirs = ${fd_subdirs} ${@ALL_DIRS@}
 
@@ -179,6 +181,8 @@ clean:
        @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
        @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
+       @$(RMF) -r autom4te.cache
+       @find . -name .#* -exec $(RMF) {} \;
 
 
 # clean for distribution