13 lines
302 B
Makefile
13 lines
302 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += exampleServerMain
|
|
exampleServerMain_SRCS += exampleServerMain.cpp
|
|
exampleServerMain_LIBS += pvDatabase pvDatabaseExample pvAccess pvData Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|