start project

This commit is contained in:
Marty Kraimer
2012-11-27 15:04:58 -05:00
commit fcb9e76e01
22 changed files with 2629 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#Makefile at top of application tree
TOP = .
include $(TOP)/configure/CONFIG
DIRS += configure
DIRS += src
src_DEPEND_DIRS = configure
#DIRS += test
#test_DEPEND_DIRS = src
DIRS += example
example_DEPEND_DIRS = src
#DIRS += iocBoot
include $(TOP)/configure/RULES_TOP