Commented the various Makefiles to say what they are for.
This commit is contained in:
1
Makefile
1
Makefile
@ -1,3 +1,4 @@
|
||||
# This is for building the IOC application against the EEE-setup
|
||||
#Makefile at top of application tree
|
||||
TOP = .
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
@ -1,3 +1,5 @@
|
||||
# This build the SINQ stuff as an EEE module. Which we cannot use yet because of the political problem
|
||||
# of integrating this module into the EEE distribution
|
||||
include ${EPICS_ENV_PATH}/module.Makefile
|
||||
|
||||
PROJECT=sinq
|
||||
|
@ -1,3 +1,4 @@
|
||||
# This build the sinq extensions for the PSI EPICS setup
|
||||
include /ioc/tools/driver.makefile
|
||||
|
||||
MODULE=sinq
|
||||
|
Reference in New Issue
Block a user