mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- include ragel and lemon - rename pre-generated files to ".cc" so that they are more recognizable as being different from regular file content.
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
#----------------------------*- makefile-gmake -*------------------------------
|
|
|
|
SUFFIXES=
|
|
|
|
include $(GENERAL_RULES)/version
|
|
include $(GENERAL_RULES)/flex
|
|
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
|
|
|
|
#------------------------------------------------------------------------------
|