- Improved handling of conflicting drive commands in ecbdriv.c - Better status codes after drive command - Better error handling in anticollider
20 lines
543 B
Plaintext
20 lines
543 B
Plaintext
#---------------------------------------------------------------------------
|
|
# Makefile for SICS
|
|
# machine-dependent part for Redhat Linux with AFS at PSI
|
|
#
|
|
# Mark Koennecke 1996-2001
|
|
# Markus Zolliker, March 2003
|
|
#==========================================================================
|
|
|
|
include ../$(SRC)linux_def
|
|
|
|
HDFROOT=/usr/users/SANS2/src
|
|
|
|
CC = gcc
|
|
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -I$(SRC)hardsup \
|
|
-I../$(SRC) -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
|
|
|
|
EXTRA=nintf.o
|
|
|
|
include $(SRC)make_gen
|