- Added missing files to split directories
This commit is contained in:
16
makefile_alpha
Normal file
16
makefile_alpha
Normal 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
|
Reference in New Issue
Block a user