Query: tmake
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TMAKE(1) General Commands Manual TMAKE(1)NAMEtmake - create and maintain makefiles for software projectsSYNOPSIStmake [ options ] project files or project settingsDESCRIPTIONThis manual page documents briefly the tmake command. This manual page was written for the Debian GNU/Linux distribution because the orig- inal program does not have a manual page. Instead, it has documentation in HTML format; see below. tmake is an easy-to-use tool from Troll Tech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles.OPTIONS-h, --help Show summary of options. -e expr Evaluate the Perl expression. Ignores the template file. -nodepend Don't generate dependency information. -o file Write output to file instead of stdout. -t file Specify a template file. -unix Force tmake into Unix mode. -v Verbose/debugging on. -win32 Force tmake into Win32 mode. The -t option overrides any TEMPLATE variable in the project file. The default project file extension is ".pro". The default template file extension is ".t". If you do not specify these extension tmake will automatically add them for you.SEE ALSOThe full documentation for tmake is maintained as an HTML manual, located in /usr/share/doc/tmake/html/, and is available through dhelp(1), Debian's help system.AUTHORThis manual page was written by Dwayne C. Litzenberger <dlitz@dlitz.net>, for the Debian GNU/Linux system (but may be used by others). January 12, 2000 TMAKE(1)
Related Man Pages |
---|
lupdate(1) - redhat |
eric4_tray(1) - debian |
progen(1) - debian |
lrelease(1) - centos |
lupdate(1) - centos |
Similar Topics in the Unix Linux Community |
---|
unix develop environment |
Project Management Software - Copper 2008 2008 (Corporate branch) |
ncc 2.8 (Stable branch) |
Building programs from separate makefiles |
Makefiles |