Files
sicspsi/makefile_linux
cvs d542f758b0 - Fixed putpos bug in ecbdriv.c
- Improved handling of conflicting drive commands in ecbdriv.c
- Better status codes after drive command
- Better error handling in anticollider
2003-09-04 07:15:38 +00:00

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