X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.solaris;h=bf9c90a9ff50c64a5f04dc2a3ad178b892512c77;hb=a14ca44ada0708be91ed7741a32176bef4801cc4;hp=f92a92e45f8d2059465a7d67a8954bf3fbb3cd4d;hpb=72c234e50c49eb631dd84d8e5d110fa2bd73b303;p=fio.git diff --git a/Makefile.solaris b/Makefile.solaris index f92a92e4..bf9c90a9 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,12 +4,15 @@ PROGS = fio SCRIPTS = fio_generate_plots OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \ - rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o + rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o OBJS += crc/crc7.o OBJS += crc/crc16.o OBJS += crc/crc32.o +OBJS += crc/crc32c.o +OBJS += crc/crc32c-intel.o OBJS += crc/crc64.o +OBJS += crc/sha1.o OBJS += crc/sha256.o OBJS += crc/sha512.o OBJS += crc/md5.o @@ -20,6 +23,7 @@ OBJS += engines/posixaio.o OBJS += engines/sync.o OBJS += engines/null.o OBJS += engines/net.o +OBJS += engines/solarisaio.o INSTALL = install prefix = /usr/local @@ -34,7 +38,7 @@ fio: $(OBJS) all: $(PROGS) $(SCRIPTS) clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: @cscope -b