Select Git revision
lecrMakefile
-
Xavier ELATTAOUI authored
- SocketLecroy file splitted for Win32 and Linux like platforms - Bugs fixed in SocketLecroy
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) \