openfoam/wmake/rules/General/standard
Mark Olesen eaa65913f4 CONFIG: combine flex/flex++ rules (minor cleanup)
- generate .cc (instead of .C) intermediate files, consistent with how
  we manage other generated code and makes them less case sensitive
2025-03-19 12:10:12 +01:00

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
#------------------------------------------------------------------------------