Files
sicspsi/makefile_linux
zolliker edebced3bb .
2007-02-23 15:47:32 +00:00

20 lines
535 B
Plaintext

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