Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3153007
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile
View Options
###############################################################################
###############################################################################
##
## 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.
##
###############################################################################
###############################################################################
SOURCE=libgroup.c
LIBNAME=libgroup
STATICLIB=$(LIBNAME).a
top_srcdir=..
UNINSTALL=${top_srcdir}/scripts/uninstall.pl
# include ${top_srcdir}/make/defines.mk
CFLAGS += -g -O -I. -fPIC -I../daemon
all: $(STATICLIB)
$(LIBNAME).a: libgroup.o
${AR} r libgroup.a libgroup.o
# ${RANLIB} libgroup.a
libgroup.o: libgroup.c
$(CC) $(CFLAGS) -c -o $@ $< -I../daemon
copytobin: all
install: all
uninstall:
clean:
rm -f *.o *.a *.so *.so.*
rm -f *~
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Tue, Feb 25, 7:23 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464742
Default Alt Text
Makefile (1 KB)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment