14 lines
124 B
Makefile
14 lines
124 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
TOP = ../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
DIRS += src
|
|
DIRS += iocCore
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|
|
|