Makefile (1d4f6404de26df49eb8452f8fdf7672b59f407fc) | Makefile (1e1d27017c5986c1ea81181506042cf9cba3f6ea) |
---|---|
1CC=gcc 2CFLAGS = -g -Wall 3headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h 4objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ | 1CC=gcc 2CFLAGS = -g -Wall 3headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h 4objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ |
5 root-tree.o dir-item.o hash.o | 5 root-tree.o dir-item.o hash.o file-item.o inode-item.o |
6 7# if you don't have sparse installed, use ls instead 8CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \ 9 -Wcontext -Wcast-truncate -Wuninitialized -Wshadow -Wundef 10check=sparse $(CHECKFLAGS) 11#check=ls 12 13.c.o: --- 22 unchanged lines hidden --- | 6 7# if you don't have sparse installed, use ls instead 8CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \ 9 -Wcontext -Wcast-truncate -Wuninitialized -Wshadow -Wundef 10check=sparse $(CHECKFLAGS) 11#check=ls 12 13.c.o: --- 22 unchanged lines hidden --- |