# This Makefile has to be executed in the synApps-xxx/support/autosave-xxx directory. # It creates a autosave module to load into iocsh include /ioc/tools/driver.makefile MODULE=autosave BUILDCLASSES=Linux USR_DEPENDENCIES= SOURCES += asApp/src/dbrestore.c SOURCES += asApp/src/save_restore.c SOURCES += asApp/src/initHooks.c SOURCES += asApp/src/fGetDateStr.c SOURCES += asApp/src/configMenuSub.c SOURCES += asApp/src/verify.c SOURCES += asApp/src/asVerify.c SOURCES += asApp/src/os/Linux/osdNfs.c HEADERS += asApp/src/os/Linux/osdNfs.h DBDS += asApp/src/asSupport.dbd