more work on examples; documentation is only changed up to exampleServer
This commit is contained in:
16
exampleDatabase/Makefile
Normal file
16
exampleDatabase/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
#Makefile at top of application tree
|
||||
TOP = .
|
||||
include $(TOP)/configure/CONFIG
|
||||
DIRS += configure
|
||||
|
||||
DIRS += src
|
||||
src_DEPEND_DIRS = configure
|
||||
|
||||
DIRS += example
|
||||
test_DEPEND_DIRS = src
|
||||
|
||||
DIRS += iocBoot
|
||||
|
||||
include $(TOP)/configure/RULES_TOP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user