
This is our new RELEASE-4_0 branch which was taken from ansto/93d9a7c Conflicts: .gitignore SICSmain.c asynnet.c confvirtualmot.c counter.c devexec.c drive.c event.h exebuf.c exeman.c histmem.c interface.h motor.c motorlist.c motorsec.c multicounter.c napi.c napi.h napi4.c network.c nwatch.c nxscript.c nxxml.c nxxml.h ofac.c reflist.c scan.c sicshipadaba.c sicsobj.c site_ansto/docs/Copyright.txt site_ansto/instrument/lyrebird/config/tasmad/sicscommon/nxsupport.tcl site_ansto/instrument/lyrebird/config/tasmad/taspub_sics/tasscript.tcl statusfile.c tasdrive.c tasub.c tasub.h tasublib.c tasublib.h
33 lines
904 B
Plaintext
33 lines
904 B
Plaintext
#---------------------------------------------------------------------------
|
|
# Makefile for SICS
|
|
# machine-dependent part for Tru64 Unix
|
|
#
|
|
# 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 alpha_def
|
|
|
|
CC = cc
|
|
CFLAGS = -I$(HDFROOT)/include $(DFORTIFY) -DHDF4 -DHDF5 \
|
|
-Ipsi/hardsup -I. \
|
|
-g -std1 -warnprotos
|
|
BINTARGET = bin
|
|
EXTRA=
|
|
SUBLIBS = psi/libpsi.a psi/hardsup/libhlib.a matrix/libmatrix.a
|
|
LIBS = -L$(HDFROOT)/lib $(SUBLIBS) \
|
|
-ltcl -lfor $(HDFROOT)/lib/libhdf5.a \
|
|
$(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \
|
|
$(HDFROOT)/lib/libjpeg.a -lz -lm -ll -lc
|
|
|
|
include make_gen
|
|
|
|
|
|
|
|
|