pto2mk - Man Page

Create a Makefile for stitching

Synopsis

pto2mk [options] -o <output_makefile> -p <output_prefix> <project_file>

 Options:
  -p | --prefix     File path stub for rendered output
  -o | --output     Filename of generated Makefile
  -s | --platform   e.g. linux or MSWin32, defaults to current OS
  -h | --help       Outputs help documentation

Description

pto2mk takes a hugin .pto project and generates a Makefile containing all the rules necessary for stitching.  The Makefile is typically not portable and contains OS and system specific commands.

This tool is a perl version of the C++ pto2mk tool shipped with Hugin.  It is intended to test the capability of Panotools::Makefile, and is not intended to replace pto2mk in the future.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See Also

<http://hugin.sourceforge.net/>

Author

Bruno Postle - November 2009.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation