]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/Makefile.in
Add comment to crypto.h
[bacula/bacula] / bacula / src / findlib / Makefile.in
index 51eca1780fbc452024ed9cd6cf9efa7b9681f9d6..d1e2950faaded19f499dc059f084b7b3e5e45307 100644 (file)
@@ -22,10 +22,10 @@ first_rule: all
 dummy:
 
 #
-LIBSRCS = find.c match.c find_one.c attibs.c create_file.c \
-         bfile.c enable_priv.c fstype.c makepath.c save-cwd.c
+LIBSRCS = find.c match.c find_one.c attribs.c create_file.c \
+         bfile.c drivetype.c enable_priv.c fstype.c makepath.c save-cwd.c
 LIBOBJS = find.o match.o find_one.o attribs.o create_file.o \
-         bfile.o enable_priv.o fstype.o makepath.o save-cwd.o
+         bfile.o drivetype.o enable_priv.o fstype.o makepath.o save-cwd.o
 
 .SUFFIXES:     .c .o
 .PHONY:
@@ -33,14 +33,16 @@ LIBOBJS = find.o match.o find_one.o attribs.o create_file.o \
 
 # inference rules
 .c.o:
-       $(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) $(PYTHON_INC) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
+       @echo "Compiling $<"
+       $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(WCFLAGS) $(CPPFLAGS) $(PYTHON_INC) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
 #-------------------------------------------------------------------------
 all: Makefile libfind.a ../lib/libbac.a
        @echo "==== Make of findlib is good ===="
        @echo " "
 
 libfind.a: $(LIBOBJS) 
-       $(RMF) $@
+       @echo "Making $@ ..."
+       @$(RMF) $@
        $(AR) cr $@ $(LIBOBJS)
        $(RANLIB) $@
 
@@ -61,7 +63,7 @@ realclean: clean
 
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
-       (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
+       (cd $(srcdir); $(RMF) Makefile)
 
 devclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi