X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.solaris;h=e7ff53cb057be1ddb6a082c29cd2f2e62985cb9a;hb=dc6d4dbbdd3a12e7df2bc0a713faebeae9d0dca2;hp=b8e75f81f62f1806c430ab2f5003766d50eb62d9;hpb=8b4a7c860d004ea8dffc11f6232124b574fe6cd7;p=fio.git diff --git a/Makefile.solaris b/Makefile.solaris index b8e75f81..e7ff53cb 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -3,13 +3,21 @@ CFLAGS = -Wall -O2 -g -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - 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 spinlock.o options.o \ - rbtree.o fifo.o smalloc.o filehash.o lib/strsep.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 helpers.o solaris.o \ + profile.o debug.o + +OBJS += lib/rand.o +OBJS += lib/flist_sort.o +OBJS += lib/num2str.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