Skip to content
Snippets Groups Projects
Commit b10749ac authored by mooney's avatar mooney
Browse files

Extended "nclude" directive to all support modules.

parent 2b0d134d
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,15 @@
EPICS_SUPPORT_PATH=<Complete pathname to Support directory>
IP330=$(EPICS_SUPPORT_PATH)/ip330_1.02
MCA=$(EPICS_SUPPORT_PATH)/mca_5.02
IP=$(EPICS_SUPPORT_PATH)/ip1-1
STD=$(EPICS_SUPPORT_PATH)/std1-1
LOVE=$(EPICS_SUPPORT_PATH)/love1-1
IPUNIDIG=$(EPICS_SUPPORT_PATH)/ipUnidig1-1
DAC128V=$(EPICS_SUPPORT_PATH)/dac128V1-1
MOTOR=$(EPICS_SUPPORT_PATH)/motor4-3
BITBUS=$(EPICS_SUPPORT_PATH)/bitBus1-4
include $(EPICS_SUPPORT_PATH)/config/IP_RELEASE
include $(EPICS_SUPPORT_PATH)/config/IP330_RELEASE
include $(EPICS_SUPPORT_PATH)/config/MCA_RELEASE
include $(EPICS_SUPPORT_PATH)/config/LOVE_RELEASE
include $(EPICS_SUPPORT_PATH)/config/IPUNIDIG_RELEASE
include $(EPICS_SUPPORT_PATH)/config/DAC128V_RELEASE
include $(EPICS_SUPPORT_PATH)/config/MOTOR_RELEASE
include $(EPICS_SUPPORT_PATH)/config/STD_RELEASE
include $(EPICS_SUPPORT_PATH)/config/BITBUS_RELEASE
include $(EPICS_SUPPORT_PATH)/config/MPFGPIB_RELEASE
include $(EPICS_SUPPORT_PATH)/config/MPFSERIAL_RELEASE
include $(EPICS_SUPPORT_PATH)/config/MPF_RELEASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment