How to convert gnu make conditional statements to clearmake?

Below makefile gives syntax error when invoked with clearmake program. The syntax error is on line: SILENT=@

How to convert these gnu statements to clearmake?

############################################################################# ## Set macro to suppress or allow echoing key commands. ############################################################################# # the macro ECHO can be set to nonblank on the command line to allow key

# build commands to be echoed on the screen. # The macro SILENT is defined as the echo suppression character "@" when # ECHO has not been set. The macro $(SILENT) is used at the beginning # of every command line that we want to allow to be conditionally echoed. ifndef ECHO SILENT=@ else SILENT= endif

--------------------------------------- Posted through

formatting link

Reply to
janii
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.