- Added missing files to split directories

This commit is contained in:
cvs
2003-06-20 12:24:48 +00:00
parent 064ec37e9a
commit 30ade6a8c6
14 changed files with 3200 additions and 0 deletions

16
makefile_alpha Normal file
View File

@ -0,0 +1,16 @@
#---------------------------------------------------------------------------
# Makefile for the PSI specific part of SICS
# machine-dependent part for Tru64 Unix
#
# Mark Koennecke, June 2003
#--------------------------------------------------------------------------
# the following line only for fortified version
#DFORTIFY=-DFORTIFY
#==========================================================================
HDFROOT=/data/lnslib
CC = cc
CFLAGS = -std1 -g $(DFORTIFY) -I.. -I$(HDFROOT)/include -DHDF4 -DHDF5 \
-Ihardsup
include make_gen