Files
pyDevSup/logApp/src/Makefile
Michael Davidsaver 52aa46621a better caputlog output
2013-12-10 18:29:20 -05:00

26 lines
561 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
include $(TOP)/configure/CONFIG_PY
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
#=============================
#=============================
# Build the IOC application
LOADABLE_LIBRARY_HOST = _inotifyy
_inotifyy_SRCS += inotify_wrap.c
PY += inotifyy.py
PY += logwatch/__init__.py
PY += logwatch/caputlog.py
#===========================
include $(TOP)/configure/RULES
include $(TOP)/configure/RULES_PY
#----------------------------------------
# ADD RULES AFTER THIS LINE