Page MenuHomeClusterLabs Projects

Makefile
No OneTemporary

Makefile

###############################################################################
###############################################################################
##
## Copyright (C) 2004 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.
##
###############################################################################
###############################################################################
all:
cd daemon && ${MAKE} all
cd lib && ${MAKE} all
cd ccs_test && ${MAKE} all
copytobin:
cd daemon && ${MAKE} copytobin
cd lib && ${MAKE} copytobin
cd ccs_test && ${MAKE} copytobin
clean:
cd bin && ${MAKE} clean
cd daemon && ${MAKE} clean
cd lib && ${MAKE} clean
cd ccs_test && ${MAKE} clean
rm -f *~
distclean: clean
rm -f make/defines.mk
install:
cd daemon && ${MAKE} install
cd lib && ${MAKE} install
cd ccs_test && ${MAKE} install
cd man && ${MAKE} install
uninstall:
cd daemon && ${MAKE} uninstall
cd lib && ${MAKE} uninstall
cd ccs_test && ${MAKE} uninstall
cd man && ${MAKE} uninstall

File Metadata

Mime Type
text/x-makefile
Expires
Wed, Feb 26, 11:38 AM (23 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1458228
Default Alt Text
Makefile (1 KB)

Event Timeline