Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3151664
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
750 B
Referenced Files
None
Subscribers
None
Makefile
View Options
TARGET = fence_node
SBINDIRT=$(TARGET)
all: depends ${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= fence_node.o
CFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += -I${ccsincdir} -I${fenceincdir} -I${corosyncincdir}
CFLAGS += -I$(S)/../libfenced
CFLAGS += -I${incdir}
LDFLAGS += -L${ccslibdir} -L${fencelibdir} -lccs -lfence
LDFLAGS += -L${corosynclibdir} -llogsys
LDFLAGS += -L../libfenced -lfenced
LDFLAGS += -L${libdir}
LDDEPS += ../libfenced/libfenced.a
${TARGET}: ${OBJS} ${LDDEPS}
$(CC) -o $@ $^ $(LDFLAGS)
depends:
$(MAKE) -C ../libfence
$(MAKE) -C ../libfenced
clean: generalclean
-include $(OBJS:.o=.d)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Mon, Feb 24, 8:29 AM (21 h, 51 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464071
Default Alt Text
Makefile (750 B)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment