- the cray C/C++ compilers appear to be option-compatible with gcc. - no wmake rules for 32bit builds (deemed to be unnecessary)
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
CPP = cpp -traditional-cpp $(GFLAGS)
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
# include $(DEFAULT_RULES)/openmp
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|