18 lines
333 B
Makefile
Executable File
18 lines
333 B
Makefile
Executable File
EPICS = ../../../..
|
|
include Target.include
|
|
include $(EPICS)/config/CONFIG_BASE
|
|
|
|
INC += dbDefs.h
|
|
INC += camacLib.h
|
|
INC += casdef.h
|
|
INC += epicsTypes.h
|
|
INC += epicsVersion.h
|
|
INC += gsd_sync_defs.h
|
|
INC += module_types.h
|
|
INC += sbufLib.h
|
|
INC += shareLib.h
|
|
INC += createSoftLinks.sh
|
|
INC += bsdProto.h
|
|
|
|
include $(EPICS)/config/RULES.Unix
|