11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
CPP = cpp -traditional-cpp $(GFLAGS)
|
|
LD = ld
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
include $(DEFAULT_RULES)/openmp
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|