- Improved handling of conflicting drive commands in ecbdriv.c - Better status codes after drive command - Better error handling in anticollider SKIPPED: psi/ecbdriv.c psi/makefile_linux psi/tecs/makefile_linux
38 lines
918 B
Plaintext
38 lines
918 B
Plaintext
#---------------------------------------------------------------------------
|
|
# Makefile for SICS
|
|
# machine-dependent part for Redhat Linux with AFS at PSI
|
|
#
|
|
# Mark Koennecke 1996-2001
|
|
# Markus Zolliker, March 2003
|
|
#==========================================================================
|
|
# assign if the National Instrument GPIB driver is available
|
|
#NI= -DHAVENI
|
|
#NIOBJ= nigpib.o
|
|
#NILIB=-lgpibenet
|
|
|
|
include linux_def
|
|
|
|
CC = gcc
|
|
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ipsi/hardsup -I. \
|
|
-fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
|
|
|
BINTARGET = bin
|
|
EXTRA=nintf.o
|
|
SUBLIBS = psi/libpsi.a psi/hardsup/libhlib.a matrix/libmatrix.a \
|
|
psi/tecs/libtecsl.a
|
|
LIBS = -static -L$(HDFROOT)/lib $(SUBLIBS) \
|
|
-ltcl8.3 $(HDFROOT)/lib/libhdf5.a \
|
|
$(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \
|
|
$(HDFROOT)/lib/libjpeg.a -ldl -lz -lm -ll -lc
|
|
|
|
include $(SRC)make_gen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|