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