Files
sicspsi/makefile_linux
T
cvs 0e420a12f7 - Improvements to the chooper driver for the SANS2 chopper
- Fixes to the new counter and motor drivers
- Updated Linux makefiles to linux_def
2003-07-14 11:56:55 +00:00

18 lines
489 B
Plaintext

#---------------------------------------------------------------------------
# Makefile for SICS
# machine-dependent part for Redhat Linux with AFS at PSI
#
# Mark Koennecke 1996-2001
# Markus Zolliker, March 2003
#==========================================================================
include ../linux_def
CC = gcc
CFLAGS = -I$(HDFROOT)/include -DHDF4 -DHDF5 $(NI) -Ihardsup \
-I../ -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)
EXTRA=nintf.o
include make_gen