17 lines
290 B
Makefile
Executable File
17 lines
290 B
Makefile
Executable File
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
INC += dbDefs.h
|
|
INC += camacLib.h
|
|
INC += epicsTypes.h
|
|
INC += epicsVersion.h
|
|
INC += gsd_sync_defs.h
|
|
INC += module_types.h
|
|
INC += shareLib.h
|
|
INC += createSoftLinks.sh
|
|
INC += bsdProto.h
|
|
INC += task_params.h
|
|
|
|
include $(TOP)/config/RULES.Unix
|
|
|