mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- generate .cc (instead of .C) intermediate files, consistent with how we manage other generated code and makes them less case sensitive
16 lines
459 B
Plaintext
16 lines
459 B
Plaintext
#----------------------------*- makefile-gmake -*------------------------------
|
|
|
|
SUFFIXES=
|
|
|
|
include $(GENERAL_RULES)/version
|
|
include $(GENERAL_RULES)/flex
|
|
## include $(GENERAL_RULES)/byacc
|
|
## include $(GENERAL_RULES)/btyacc++
|
|
include $(GENERAL_RULES)/bison
|
|
include $(GENERAL_RULES)/lemon
|
|
## include $(GENERAL_RULES)/ragel
|
|
include $(GENERAL_RULES)/moc
|
|
include $(GENERAL_RULES)/X
|
|
|
|
#------------------------------------------------------------------------------
|