Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2822668
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
541 B
Referenced Files
None
Subscribers
None
Makefile
View Options
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
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Jan 25, 6:22 AM (23 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1321508
Default Alt Text
Makefile (541 B)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment