Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

config.h

Go to the documentation of this file.
00001 # MAX : config.h.test, Sam Dez 29 22:24:01 CET 2001 -sg
00002 #
00003 
00004 QTDIR    = /usr/lib/qt-2.3.1
00005 #QTDIR    = /usr/lib/qt-1.45
00006 GPIBDIR  = /usr/local/Linux-Lab/nigpib
00007 CAMACDIR = /usr/local/Linux-Lab/c111a
00008 
00009 #### CC     : g++ is egcs , gcc is the old gnu gcc compiler !
00010 
00011 CC = gcc
00012 
00013 GPIBINCDIR = $(GPIBDIR) 
00014 CAMACINCDIR = $(CAMACDIR)/src/include 
00015 
00016 #### GCC    : If you use GCC,  replace -D_EGCS_ by -D_GCC_
00017 #### use -D_QT2_ for using QT2
00018 
00019 DFLAGS     = -D_GCC_ -D_QT2_
00020 
00021 LFLAGS     = -L$(QTDIR)/lib -lqt -lm -lfl
00022 
00023 #### DEVICES is the list off all device routines that the user writes, 
00024 #### add source and object filename of your new device routine here
00025 
00026 DEV_OBJECTS     = laser.o

Generated at Mon Sep 2 18:21:03 2002 for MAX by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001