mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
CPP = /lib/cpp $(GFLAGS) -DICC_IA64_PREFETCH
|
|
AR = ar
|
|
ARFLAGS = cr
|
|
RANLIB = ranlib
|
|
LD = ld
|
|
|
|
GLIBS = -liberty
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
include $(RULES)/X
|
|
include $(RULES)/c
|
|
include $(RULES)/c++
|