6.6. Plain Rules
- It is possible to specify plain rules in an Automake file, just as you would in a normal makefile.
- Within these rules one can use the meta-variables
$<as the source and$@as the target.
$< as the source and $@ as the target.Written by Shlomi Fish