forked from zenoss/ZenPacks.zenoss.HBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GNUmakefile
38 lines (30 loc) · 946 Bytes
/
GNUmakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###########################################################################
#
# This program is part of Zenoss Core, an open source monitoring platform.
# Copyright (C) 2013 Zenoss Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 or (at your
# option) any later version as published by the Free Software Foundation.
#
# For complete information please visit: http://www.zenoss.com/oss/
#
###########################################################################
PYTHON=$(shell which python)
HERE=$(PWD)
ZP_DIR=$(HERE)/ZenPacks/zenoss/HBase
LIB_DIR=$(ZP_DIR)/lib
default: build
egg:
python setup.py bdist_egg
build:
python setup.py bdist_egg
python setup.py build
clean:
rm -rf build dist *.egg-info
test:
runtests ZenPacks.zenoss.HBase
reinstall:
./reinstall.sh
pretty_xml:
python $(ZP_DIR)/xml_format.py $(ZP_DIR)/objects/objects.xml