Skip to content
Snippets Groups Projects
Select Git revision
  • cb8b05d866a81403b03b438c82cb388be130f3bb
  • stable default protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • prepare-0.9.0
  • Resisitve_wall_eff_radius_yokoya
  • develop protected
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
26 results

plotting.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile.VC 1.28 KiB
    #
    device_server= AcquireWaveformLecroy
    #
    #  Des includes particuliers
    #  Mettre /Ic:\monchemininclude /:\monautrechemininclude
    #INCUSER= /I..include\SocketLecroy.h/I..include\Waveform.h/I..include\LecroyException.h/I..include\SocketException.h/I..include\WaveformException.h/I..include\Xstring.h
    #
    #  et vos Librairies
    # style
    # 
    # LIBUSER = "x:\moncheminlibrairie\malibrairie.lib"
    LIBUSER= 
    
    #
    # ------------------Fin des modifications pour le end user -------------------------------------
    #
    make_dir=$(SOLEIL_ROOT)\env\
    
    
    #  Les dfinitions communes  tous les DeviceServeurs
    !include $(make_dir)\tango.opt
    
    exe_device_server= $(EXEDIR)\ds_$(device_server).exe
    pdb_name= $(TEMPLIBDIR)\$(device_server).pdb
    
    # --------------------------------------
    #   Partie spcifique Device Server
    # --------------------------------------
    
    LISTEOBJ = \
       $(OBJDIR)\LecroyException.OBJ\
       $(OBJDIR)\Win32SocketLecroy.OBJ\
       $(OBJDIR)\Waveform.OBJ\
       $(OBJDIR)\SocketException.OBJ\
       $(OBJDIR)\WaveformException.OBJ\
       $(OBJDIR)\$(device_server).OBJ\
       $(OBJDIR)\ClassFactory.OBJ\
       $(OBJDIR)\main.OBJ\
       $(OBJDIR)\$(device_server)StateMachine.OBJ\
       $(OBJDIR)\$(device_server)Class.OBJ
    
    # --------------------------------------
    !include $(make_dir)\common_target.opt