- the USE_OMP preprocessor symbol is also defined with the openmp compile flag to allow conditional compilation of openmp-specific code.
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
CPP = /lib/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++
|