Page MenuHomeClusterLabs Projects

Makefile
No OneTemporary

Makefile

###############################################################################
###############################################################################
##
## Copyright (C) 2005 Red Hat, Inc. All rights reserved.
##
## This copyrighted material is made available to anyone wishing to use,
## modify, copy, or redistribute it subject to the terms and conditions
## of the GNU General Public License v.2.
##
###############################################################################
###############################################################################
TARGET= dlm_controld
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= main.o \
member_cman.o \
group.o \
action.o \
deadlock.o
CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${dlmincdir} -I${openaisincdir}
CFLAGS += -I${KERNEL_SRC}/include/
CFLAGS += -I$(S)/../lib/ -I$(S)/../include/
CFLAGS += -I${incdir}
LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -L${dlmlibdir} -lccs -lcman -ldlm
LDFLAGS += -L${openaislibdir} -lcpg -lSaCkpt
LDFLAGS += -L../lib -lgroup
${TARGET}: ${OBJS}
$(CC) -o $@ $^ $(LDFLAGS)
depends:
$(MAKE) -C ../lib all
clean: generalclean
.PHONY: all ${TARGET}

File Metadata

Mime Type
text/x-makefile
Expires
Wed, Feb 26, 6:50 PM (2 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1465650
Default Alt Text
Makefile (1 KB)

Event Timeline