X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=49a4ef92618c77f09796f38e989e5d97b0d4acb2;hp=bde0926fd48c4fd01ad54cdf7cfe762635aa4f0d;hb=1fbbf72e16c27a6fda636db3891a41cd37dc6666;hpb=b52ae0af85c640e6e4ebd412a731e9d5f97a6cc8 diff --git a/Makefile.solaris b/Makefile.solaris index bde0926f..49a4ef92 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,12 +4,18 @@ 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 + rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.o \ + profile.o debug.o + +OBJS += lib/rand.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 +26,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 +41,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