Conflicts: applications/utilities/mesh/manipulation/createBaffles/createBaffles.C Can't use [0] to assign the first value of a DynamicList unless it has been preceded by a setSize() - use append() instead.
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
CPP = /lib/cpp $(GFLAGS)
|
|
LD = ld
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
include $(RULES)/X
|
|
include $(RULES)/c
|
|
include $(RULES)/c++
|
|
include $(GENERAL_RULES)/cint
|