Advertisement
Guest User

RELEASE.local

a guest
Feb 14th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. ### Uncomment the lines for the detectors that should be built on all architectures.
  2. ### Note that the detector Makefiles prevent building on completely unsupported architectures
  3. ### such a ADPerkinElmer on Linux, etc. so those detectors can be uncommented in this file.
  4. ### However, a local installation may want to further restrict what architectures a detector
  5. ### is built for. In that case comment out the driver in this file and add it to
  6. ### RELEASE.local.$(EPICS_HOST_ARCH).
  7. ###
  8.  
  9. #ADADSC=$(AREA_DETECTOR)/ADADSC
  10. #ADANDOR=$(AREA_DETECTOR)/ADAndor
  11. #ADANDOR3=$(AREA_DETECTOR)/ADAndor3
  12. #ADBRUKER=$(AREA_DETECTOR)/ADBruker
  13. #ADCAMERALNK=$(AREA_DETECTOR)/ADCameraLink
  14. #ADDEXELA=$(AREA_DETECTOR)/ADDexela
  15. ADEXAMPLE=$(AREA_DETECTOR)/ADExample
  16. #ADFASTCCD=$(AREA_DETECTOR)/ADFastCCD
  17. #ADFIREWIREWIN=$(AREA_DETECTOR)/ADFireWireWin
  18. #ADLAMBDA=$(AREA_DETECTOR)/ADLambda
  19. #ADLIGHTFIELD=$(AREA_DETECTOR)/ADLightField
  20. #ADMERLIN=$(AREA_DETECTOR)/ADMerlin
  21. #ADMYTHEN=$(AREA_DETECTOR)/ADMythen
  22. #ADPCO=$(AREA_DETECTOR)/ADPCO
  23. #ADPICAM=$(AREA_DETECTOR)/ADPICam
  24. #ADPSL=$(AREA_DETECTOR)/ADPSL
  25. #ADPERKINELMER=$(AREA_DETECTOR)/ADPerkinElmer
  26. #ADPILATUS=$(AREA_DETECTOR)/ADPilatus
  27. #ADPIXIRAD=$(AREA_DETECTOR)/ADPixirad
  28. #ADPLUGINEDGE=$(AREA_DETECTOR)/ADPluginEdge
  29. ### ADPointGrey cannot be built on systems without libc 2.14
  30. #ADPOINTGREY=$(AREA_DETECTOR)/ADPointGrey
  31. #ADPROSILICA=$(AREA_DETECTOR)/ADProsilica
  32. #ADPVCAM=$(AREA_DETECTOR)/ADPvCam
  33. #ADQIMAGING=$(AREA_DETECTOR)/ADQImaging
  34. ### ADRoper cannot be built on systems without WinView installed
  35. #ADROPER=$(AREA_DETECTOR)/ADRoper
  36. ADSUPPORT=$(AREA_DETECTOR)/ADSupport
  37. #ADURL=$(AREA_DETECTOR)/ADURL
  38. #ADMAR345=$(AREA_DETECTOR)/ADmar345
  39. #ADMARCCD=$(AREA_DETECTOR)/ADmarCCD
  40. #ADNED=$(AREA_DETECTOR)/ADnED
  41. #ARAVISGIGE=$(AREA_DETECTOR)/aravisGigE
  42. #FFMPEGSERVER=$(AREA_DETECTOR)/ffmpegServer
  43. #FFMPEGVIEWER=$(AREA_DETECTOR)/ffmpegViewer
  44. #FIREWIREDCAM=$(AREA_DETECTOR)/firewireDCAM
  45. -include $(TOP)/configure/RELEASE.local.$(EPICS_HOST_ARCH)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement