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= gfs2_convert
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= gfs2_convert.o
CFLAGS += -D_FILE_OFFSET_BITS=64 -DHELPER_PROGRAM
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I$(S)/../include -I$(S)/../libgfs2
CFLAGS += -I${incdir}
LDFLAGS += -L../libgfs2 -lgfs2
${TARGET}: ${OBJS}
$(CC) -o $@ $^ $(LDFLAGS)
depends:
$(MAKE) -C ../libgfs2 all
clean: generalclean
.PHONY: all ${TARGET}
-include $(OBJS:.o=.d)

File Metadata

Mime Type
text/x-makefile
Expires
Tue, Feb 25, 8:54 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1460930
Default Alt Text
Makefile (1 KB)

Event Timeline