aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/make.code.defn
blob: 8c144cf77327014f5796de5bed572fd82bc49ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Cactus specification of things to be compiled in this directory
# $Header$

# Source files in this directory
SRCS = array.cc cpm_map.cc fuzzy.cc linear_map.cc norm.cc round.cc \
       miscfp.cc error_exit.cc

# Subdirectories containing source files
SUBDIRS = 

# disable automatic template instantiation on DEC Alphas
ifeq ($(shell uname), OSF1)
  ifeq ($(CXX), cxx)
    CXXFLAGS += -nopt
  endif
endif