| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 874 |
|
The generic makefiles recognize the following source file types:
app
.cc ...C++ implementation file.
.h ...C++ header file.
.g ...Glish script.
templates ...Template list (see mkinst (p)).
MyTemplatesOnly ...Template instantiation semaphore file.
aps
none
chk
any
doc
.latex ...LATEX file.
.tex ...TEX file.
.texi ...Texinfo file.
.ps ...POSTSCRIPT file.
.text ...ASCII text file.
.txt ...ASCII text file.
.html ...HTML file.
.htm ...HTML file.
.gif ...GIF file.
.jpg ...JPEG file.
.dir ...Subdirectory containing files included by the document.
ftn
.f ...FORTRAN source file.
imp
.cc ...C++ implementation file.
.h ...C++ header file.
.l ...lex source file.
.y ...yacc source file.
.g ...Glish script.
.gif ...GIF file.
.html ...HTML file.
templates ...Template list (see mkinst (p)).
MyTemplatesOnly ...Template instantiation semaphore file.
pkg
none
scr
any
tst
.cc ...C++ implementation file.
.h ...C++ header file.
.g ...Glish script.
templates ...Template list (see mkinst (p)).
MyTemplatesOnly ...Template instantiation semaphore file.
Section §10.9 describes the makefile rules used to process these source files and the type of files produced.