ifndef mapping_src
mapping_src = mapping
endif
ifndef mapping_flags
mapping_flags = 
endif
mapping.cc: $(addsuffix .cpp, $(mapping_src)) $(TOOL); $(TOOL) $(mapping_flags) -c mapping $(filter-out $(TOOL), $^)
ifndef mapping_inline_src
mapping_inline_src = mapping_inline
endif
ifndef mapping_inline_flags
mapping_inline_flags = 
endif
mapping_inline.cc: $(addsuffix .cpp, $(mapping_inline_src)) $(TOOL); $(TOOL) $(mapping_inline_flags) -c mapping_inline $(filter-out $(TOOL), $^)
ifndef random_src
random_src = random
endif
ifndef random_flags
random_flags = 
endif
random.cc: $(addsuffix .cpp, $(random_src)) $(TOOL); $(TOOL) $(random_flags) -c random $(filter-out $(TOOL), $^)
ifndef random_inline_src
random_inline_src = random_inline
endif
ifndef random_inline_flags
random_inline_flags = 
endif
random_inline.cc: $(addsuffix .cpp, $(random_inline_src)) $(TOOL); $(TOOL) $(random_inline_flags) -c random_inline $(filter-out $(TOOL), $^)
ifndef extern_c_src
extern_c_src = extern_c
endif
ifndef extern_c_flags
extern_c_flags = 
endif
extern_c.cc: $(addsuffix .cpp, $(extern_c_src)) $(TOOL); $(TOOL) $(extern_c_flags) -c extern_c $(filter-out $(TOOL), $^)
ifndef static_src
static_src = static
endif
ifndef static_flags
static_flags = 
endif
static.cc: $(addsuffix .cpp, $(static_src)) $(TOOL); $(TOOL) $(static_flags) -c static $(filter-out $(TOOL), $^)
ifndef noinline_src
noinline_src = noinline
endif
ifndef noinline_flags
noinline_flags = 
endif
noinline.cc: $(addsuffix .cpp, $(noinline_src)) $(TOOL); $(TOOL) $(noinline_flags) -c noinline $(filter-out $(TOOL), $^)
ifndef explicit_src
explicit_src = explicit
endif
ifndef explicit_flags
explicit_flags = 
endif
explicit.cc: $(addsuffix .cpp, $(explicit_src)) $(TOOL); $(TOOL) $(explicit_flags) -c explicit $(filter-out $(TOOL), $^)
ifndef operator_src
operator_src = operator
endif
ifndef operator_flags
operator_flags = 
endif
operator.cc: $(addsuffix .cpp, $(operator_src)) $(TOOL); $(TOOL) $(operator_flags) -c operator $(filter-out $(TOOL), $^)
ifndef template_src
template_src = template
endif
ifndef template_flags
template_flags = 
endif
template.cc: $(addsuffix .cpp, $(template_src)) $(TOOL); $(TOOL) $(template_flags) -c template $(filter-out $(TOOL), $^)
ifndef template_inline_src
template_inline_src = template_inline
endif
ifndef template_inline_flags
template_inline_flags = 
endif
template_inline.cc: $(addsuffix .cpp, $(template_inline_src)) $(TOOL); $(TOOL) $(template_inline_flags) -c template_inline $(filter-out $(TOOL), $^)
ifndef c-preproc_src
c-preproc_src = c-preproc
endif
ifndef c-preproc_flags
c-preproc_flags = 
endif
c-preproc.cc: $(addsuffix .cpp, $(c-preproc_src)) $(TOOL); $(TOOL) $(c-preproc_flags) -c c-preproc $(filter-out $(TOOL), $^)
ifndef inline_src
inline_src = inline
endif
ifndef inline_flags
inline_flags = 
endif
inline.cc: $(addsuffix .cpp, $(inline_src)) $(TOOL); $(TOOL) $(inline_flags) -c inline $(filter-out $(TOOL), $^)
ifndef inline_noinline_src
inline_noinline_src = inline_noinline
endif
ifndef inline_noinline_flags
inline_noinline_flags = 
endif
inline_noinline.cc: $(addsuffix .cpp, $(inline_noinline_src)) $(TOOL); $(TOOL) $(inline_noinline_flags) -c inline_noinline $(filter-out $(TOOL), $^)
ifndef parser_src
parser_src = parser
endif
ifndef parser_flags
parser_flags = 
endif
parser.cc: $(addsuffix .cpp, $(parser_src)) $(TOOL); $(TOOL) $(parser_flags) -c parser $(filter-out $(TOOL), $^)
ifndef parser_noinline_src
parser_noinline_src = parser_noinline
endif
ifndef parser_noinline_flags
parser_noinline_flags = 
endif
parser_noinline.cc: $(addsuffix .cpp, $(parser_noinline_src)) $(TOOL); $(TOOL) $(parser_noinline_flags) -c parser_noinline $(filter-out $(TOOL), $^)
ifndef multifile_src
multifile_src = multifile
endif
ifndef multifile_flags
multifile_flags = 
endif
multifile.cc: $(addsuffix .cpp, $(multifile_src)) $(TOOL); $(TOOL) $(multifile_flags) -c multifile $(filter-out $(TOOL), $^)
ifndef variable_src
variable_src = variable
endif
ifndef variable_flags
variable_flags = 
endif
variable.cc: $(addsuffix .cpp, $(variable_src)) $(TOOL); $(TOOL) $(variable_flags) -c variable $(filter-out $(TOOL), $^)
ifndef line_src
line_src = line
endif
ifndef line_flags
line_flags = 
endif
line.cc: $(addsuffix .cpp, $(line_src)) $(TOOL); $(TOOL) $(line_flags) -c line $(filter-out $(TOOL), $^)
ifndef line_not_src
line_not_src = line_not
endif
ifndef line_not_flags
line_not_flags = 
endif
line_not.cc: $(addsuffix .cpp, $(line_not_src)) $(TOOL); $(TOOL) $(line_not_flags) -c line_not $(filter-out $(TOOL), $^)
ifndef line_nh_src
line_nh_src = line_nh
endif
ifndef line_nh_flags
line_nh_flags = 
endif
line_nh.cc: $(addsuffix .cpp, $(line_nh_src)) $(TOOL); $(TOOL) $(line_nh_flags) -c line_nh $(filter-out $(TOOL), $^)
ifndef interface_src
interface_src = interface
endif
ifndef interface_flags
interface_flags = 
endif
interface.cc: $(addsuffix .cpp, $(interface_src)) $(TOOL); $(TOOL) $(interface_flags) -c interface $(filter-out $(TOOL), $^)
ifndef comment_in_string_src
comment_in_string_src = comment_in_string
endif
ifndef comment_in_string_flags
comment_in_string_flags = 
endif
comment_in_string.cc: $(addsuffix .cpp, $(comment_in_string_src)) $(TOOL); $(TOOL) $(comment_in_string_flags) -c comment_in_string $(filter-out $(TOOL), $^)
ifndef default_args_src
default_args_src = default_args
endif
ifndef default_args_flags
default_args_flags = 
endif
default_args.cc: $(addsuffix .cpp, $(default_args_src)) $(TOOL); $(TOOL) $(default_args_flags) -c default_args $(filter-out $(TOOL), $^)
ifndef drop_single1_src
drop_single1_src = drop_single1
endif
ifndef drop_single1_flags
drop_single1_flags = 
endif
drop_single1.cc: $(addsuffix .cpp, $(drop_single1_src)) $(TOOL); $(TOOL) $(drop_single1_flags) -c drop_single1 $(filter-out $(TOOL), $^)
ifndef drop_single2_src
drop_single2_src = drop_single2
endif
ifndef drop_single2_flags
drop_single2_flags = 
endif
drop_single2.cc: $(addsuffix .cpp, $(drop_single2_src)) $(TOOL); $(TOOL) $(drop_single2_flags) -c drop_single2 $(filter-out $(TOOL), $^)
ifndef drop_single3_src
drop_single3_src = drop_single3
endif
ifndef drop_single3_flags
drop_single3_flags = 
endif
drop_single3.cc: $(addsuffix .cpp, $(drop_single3_src)) $(TOOL); $(TOOL) $(drop_single3_flags) -c drop_single3 $(filter-out $(TOOL), $^)
ifndef drop_multi1_src
drop_multi1_src = drop_multi1
endif
ifndef drop_multi1_flags
drop_multi1_flags = 
endif
drop_multi1.cc: $(addsuffix .cpp, $(drop_multi1_src)) $(TOOL); $(TOOL) $(drop_multi1_flags) -c drop_multi1 $(filter-out $(TOOL), $^)
ifndef drop_multi2_src
drop_multi2_src = drop_multi2
endif
ifndef drop_multi2_flags
drop_multi2_flags = 
endif
drop_multi2.cc: $(addsuffix .cpp, $(drop_multi2_src)) $(TOOL); $(TOOL) $(drop_multi2_flags) -c drop_multi2 $(filter-out $(TOOL), $^)
