This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/wmake/rules/linux64Gcc/general

12 lines
213 B
Text
Raw Normal View History

CPP = cpp -traditional-cpp
2010-08-24 15:19:39 +00:00
LD = ld
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
include $(GENERAL_RULES)/standard
include $(RULES)/X
include $(RULES)/c
include $(RULES)/c++
2013-10-11 13:12:56 +00:00
include $(RULES)/nvcc