When a makefile is included in a source code package, what are commonly defined targets in the file?
CFLAGS, CPPFLAGS, LIBS, LDFLAGS
clean, install, uninstall
PATHS, DESTDIR, LIBS, LDFLAGS
prefix, exec_prefix, bindir, mandir
Submit