1#############################################################################
2# Software Testing Automation Framework (STAF)                              #
3# (C) Copyright IBM Corp. 2001                                              #
4#                                                                           #
5# This software is licensed under the Eclipse Public License (EPL) V1.0.    #
6#############################################################################
7
8stafmonpython_targets += $(REL)/lib/PySTAFMon.py
9Targets += $(stafmonpython_targets)
10CleanupTargets += cleanup_stafmonpython
11
12$(stafmonpython_targets): SUBSYS_REL := services/monitor
13SUBSYS_REL := services/monitor
14
15$(REL)/lib/PySTAFMon.py: $(SRC)/services/monitor/PySTAFMon.py $(MAKEFILE_NAME)
16	$(COPY_FILE)
17
18cleanup_stafmonpython:
19	-@$(DEL) $(REL)/lib/PySTAFMon.py $(OUT_ERR_TO_DEV_NULL)
20