11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
CPP = /lib/cpp -traditional-cpp $(GFLAGS) -DICC_IA64_PREFETCH
|
|
|
|
GLIBS =
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
include $(GENERAL_RULES)/Icc/openmp
|
|
|
|
include $(DEFAULT_RULES)/X
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|