14 lines
327 B
Makefile
14 lines
327 B
Makefile
TOP=..
|
|
include $(TOP)/configure/CONFIG
|
|
include $(TOP)/configure/CONFIG_PY
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
|
|
DB += pidmon.db
|
|
PY += pidmon.py
|
|
|
|
include $(TOP)/configure/RULES
|
|
include $(TOP)/configure/RULES_PY
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|