forked from epics_driver_modules/motorBase
11 lines
201 B
Makefile
11 lines
201 B
Makefile
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = linux-x86
|
|
ARCH = win32-x86
|
|
#ARCH = vxWorks-ppc604
|
|
TARGETS = cdCommands
|
|
TARGETS += envPaths
|
|
TARGETS += dllPath.bat
|
|
include $(TOP)/configure/RULES.ioc
|
|
|