X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Ftools%2FMakefile.in;h=f19a0d41cdc62be3be0e30704f432872a227ee4e;hb=b8038c40fc96befe1137a75438158f98eeb93399;hp=64dffb6b6c42717669049d52f8034344b930fc03;hpb=97858996d6b266e88c107716a457f4d39b235f2a;p=bacula%2Fbacula diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 64dffb6b6c..f19a0d41cd 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -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