]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/tools/Makefile.in
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / tools / Makefile.in
index 64dffb6b6c42717669049d52f8034344b930fc03..f19a0d41cdc62be3be0e30704f432872a227ee4e 100644 (file)
@@ -38,7 +38,7 @@ DIRCONFOBJS = ../dird/dird_conf.o ../dird/run_conf.o ../dird/inc_conf.o
 .c.o:
        $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
 #-------------------------------------------------------------------------
-all: Makefile bsmtp dbcheck testfind testls 
+all: Makefile bsmtp dbcheck fstype testfind testls 
        @echo "==== Make of tools is good ===="
        @echo " "
 
@@ -48,6 +48,9 @@ bsmtp:        bsmtp.o ../lib/libbac.a
 dbcheck: dbcheck.o ../lib/libbac.a ../cats/libsql.a $(DIRCONFOBJS)
        $(CXX) $(LDFLAGS) -L../lib -L../cats -o $@ dbcheck.o $(DIRCONFOBJS) -lsql -lbac -lm $(DB_LIBS) $(LIBS) 
 
+fstype: fstype.o ../lib/libbac.a ../findlib/libfind.a
+       $(CXX) $(LDFLAGS) -L../lib -L../findlib -o $@ fstype.o -lfind -lbac -lm $(DLIB) $(LIBS) 
+
 testfind: ../findlib/libfind.a ../lib/libbac.a $(FINDOBJS)
        $(CXX) -g $(LDFLAGS) -L. -L../lib -L../findlib -o $@ $(FINDOBJS) \
          $(DLIB) -lfind -lbac -lm $(LIBS) 
@@ -62,7 +65,7 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
 
 clean:
        @$(RMF) bsmtp core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
-       @$(RMF) testfind dbcheck testls
+       @$(RMF) testfind dbcheck testls fstype
 
 realclean: clean
        @$(RMF) tags