Skip to content
Snippets Groups Projects
Select Git revision
  • 9d0fa065351a77530b0ebd3ff899f6c8a5a26165
  • main default protected
  • release_1_2_1
  • release_1_2_0
  • release_1_1_19
  • release_1_1_18
  • release_1_1_17
  • release_1_1_16
  • release_1_1_15
  • release_1_1_14
  • release_1_1_13
  • release_1_1_12
  • release_1_1_11
  • release_1_1_10
  • release_1_1_9
  • release_1_1_8
  • release_1_1_7
  • release_1_1_6
  • release_1_1_5
  • release_1_1_4
  • release_1_1_3
  • release_1_1_2
22 results

lecrMakefile

Blame
    • Xavier ELATTAOUI's avatar
      9d0fa065
      xavier : · 9d0fa065
      Xavier ELATTAOUI authored
      - SocketLecroy file splitted for Win32 and Linux like platforms
      - Bugs fixed in SocketLecroy
      9d0fa065
      History
      xavier :
      Xavier ELATTAOUI authored
      - SocketLecroy file splitted for Win32 and Linux like platforms
      - Bugs fixed in SocketLecroy
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    lecrMakefile 2.33 KiB
    #=============================================================================
    #
    # file :	Makefile.h
    #
    # description : Include for the AcquireWaveformLecroy class.
    #
    # project :	Makefile to generate a Tango server
    #
    # $Author: xavela $
    #
    # $Revision: 1.1 $
    #
    # $Log: not supported by cvs2svn $
    # Revision 1.4	2004/10/18 13:17:49  xavela
    # xavier : add an attr waveArray2.
    # Sorts attr in expert and operator view with Pogo.
    # Inconsistencies removed.
    #
    # Revision 1.3	2004/10/07 09:21:19  xavela
    # xavier : no cout now.
    #
    # Revision 1.2	2004/10/05 13:11:11  xavela
    # Xavier : previous commit failed.
    #
    # Revision 1.1.1.1  2004/09/29 15:42:14  syldup
    # Initial import.
    #
    #
    # copyleft :	European Synchrotron Radiation Facility
    #		BP 220, Grenoble 38043
    #		FRANCE
    #
    #=============================================================================
    #		This file is generated by POGO
    #	(Program Obviously used to Generate tango Object)
    #
    #	  (c) - Software Engineering Group - ESRF
    #=============================================================================
    #
    
    CLASS = AcquireWaveformLecroy
    NAME_SRV = lecroy-srv
    
    CC = g++
    AR = ar
    
    TANGO_DIR = /usr/local/tango
    OMNIORB_DIR = /usr/local/omniorb
    RUNTIME_DIR = /runtime
    MYSQL_DIR = /usr/include/mysql
    
    TANGO_INC = ${TANGO_DIR}/include
    OMNIORB_INC = ${OMNIORB_DIR}/include
    RUNTIME_INC = ${RUNTIME_DIR}/include
    MYSQL_INC = /usr/include/mysql
    INC_DIR = -I${TANGO_INC} -I${OMNIORB_INC} -I${RUNTIME_INC} -I${MYSQL_INC}
    
    TANGO_LIB = ${TANGO_DIR}/lib
    OMNIORB_LIB = ${OMNIORB_DIR}/lib
    RUNTIME_LIB = ${RUNTIME_DIR}/lib
    RUNTIME_BIN = ${RUNTIME_DIR}/bin
    MYSQL_LIB = /usr/lib/mysql
    LIB_DIR = -L${TANGO_LIB} -L${OMNIORB_LIB} -L${RUNTIME_LIB} -L${MYSQL_LIB}
    
    RPATH = ${TANGO_LIB} ${OMNIORB_LIB} ${RUNTIME_LIB}
    
    INCLUDE_DIRS =	$(INC_DIR) -I. -I../include
    
    CXXFLAGS =  -g -D_REENTRANT $(INCLUDE_DIRS)
    LFLAGS = $(LIB_DIR) \