11 lines
169 B
Makefile
11 lines
169 B
Makefile
# if MACHINE is defined, include make_tecs
|
|
# else include make_tecs_no, printing out a comment
|
|
|
|
T_$(MACHINE)=_no
|
|
|
|
MAKE_OPT=make_opt_$(MACHINE)
|
|
|
|
include make_tecs$(T_)
|
|
|
|
|