The src Directory

File: common.* (src/)

Defines global variables used by the task subsystem throughout the project.

File: libtc.la (src/)

Your compiler library.

File: tc (src/)

Your compiler.

File: local.am (src/)

This is a Makefile configuration relative to the src/ directory. It is responsible for the creation of the libtc library containing everything exported from the subsequent modules.

File: tc.cc (src/)

Main entry. Called, the driver.

File: version.* (src/)

Defines global variables about your compiler version.