Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3152275
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.
##
###############################################################################
###############################################################################
top_srcdir=.
UNINSTALL=${top_srcdir}/scripts/uninstall.pl
include ${top_srcdir}/make/defines.mk
all:
${MAKE} -C src all
clean:
${MAKE} -C src clean
distclean: clean
rm -f make/defines.mk
install: all
${MAKE} -C src install
${MAKE} -C man install
${MAKE} -C init.d install
install -d ${DESTDIR}/usr/share/snmp/mibs
install REDHAT-MIB ${DESTDIR}/usr/share/snmp/mibs/
install REDHAT-CLUSTER-MIB ${DESTDIR}/usr/share/snmp/mibs/
uninstall:
${MAKE} -C src uninstall
${MAKE} -C man uninstall
${MAKE} -C init.d uninstall
${UNINSTALL} REDHAT-MIB ${DESTDIR}/usr/share/snmp/mibs/
${UNINSTALL} REDHAT-CLUSTER-MIB ${DESTDIR}/usr/share/snmp/mibs/
check:
${MAKE} -C src check
rebuild: clean all
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Mon, Feb 24, 6:58 PM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1457875
Default Alt Text
Makefile (1 KB)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment