Page MenuHomeClusterLabs Projects

Makefile
No OneTemporary

Makefile

TARGET= gfs_tool
SBINDIRT=$(TARGET)
all: ${TARGET}
include ../../make/defines.mk
include $(OBJDIR)/make/cobj.mk
include $(OBJDIR)/make/clean.mk
include $(OBJDIR)/make/install.mk
include $(OBJDIR)/make/uninstall.mk
OBJS= counters.o \
df.o \
layout.o \
main.o \
misc.o \
ondisk.o \
sb.o \
tune.o \
util.o
CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += -I${gfskincdir}
CFLAGS += -I$(S)/../include
CFLAGS += -I${incdir}
LDFLAGS += -L${libdir}
${TARGET}: ${OBJS}
$(CC) -o $@ $^ $(LDFLAGS)
clean: generalclean
-include $(OBJS:.o=.d)

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Jan 25, 6:22 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1321508
Default Alt Text
Makefile (541 B)

Event Timeline